commit | 6cc18456b6d0d1348ad1d64116b7ab78108ff814 | [log] [tgz] |
---|---|---|
author | Brian Carlstrom <bdc@google.com> | Mon Jul 18 15:10:33 2011 -0700 |
committer | Brian Carlstrom <bdc@google.com> | Mon Jul 18 15:10:37 2011 -0700 |
tree | a76b400be2463a07265468fe1edb83e2814574b2 | |
parent | a080803c2f0af91cc0de18919a762f4fcd5cce29 [diff] |
Simplify ClassLinker::LoadClass Starting out by removing the ClassLinker::LoadClass to not take a DexFile. Then started pulling threads so that ClassLinker::LoadClass could take a StringPiece instead of const char*. Finally went through and removed all uses of StringPiece::data() to make sure things are clean. Change-Id: I47cfa0e8e0e35a31e0ebbd0f7d6a105be83ebe88