Home | History | Annotate | Download | only in runtime

Lines Matching full:dexfile

408           = reinterpret_cast<const std::vector<const DexFile*>*>(options[i].second);
1179 method->SetDexMethodIndex(DexFile::kDexNoIndex);
1195 method->SetDexMethodIndex(DexFile::kDexNoIndex);
1269 const std::vector<const DexFile*>& Runtime::GetCompileTimeClassPath(jobject class_loader) {
1279 void Runtime::SetCompileTimeClassPath(jobject class_loader, std::vector<const DexFile*>& class_path) {