Home | History | Annotate | Download | only in oatdump

Lines Matching defs:class_path

2809                               std::vector<const DexFile*>* class_path)
2824 class_path->push_back(dex_file);
2832 jobject class_loader = class_linker->CreatePathClassLoader(self, *class_path);
2835 for (const DexFile* dex_file : *class_path) {
2852 std::vector<const DexFile*> class_path;
2853 jobject class_loader = InstallOatFile(runtime, std::move(oat_file), &class_path);
2955 std::vector<const DexFile*> class_path;
2973 InstallOatFile(runtime, std::move(oat_file), &class_path)));
2976 class_path = runtime->GetClassLinker()->GetBootClassPath();
2984 return DumpImtStats(runtime, class_path, class_loader);