Home | History | Annotate | Download | only in runtime

Lines Matching refs:class_path

347   // Setup boot_class_path_ and register class_path now that we can use AllocObjectArray to create
2021 size_t hash, const std::vector<const DexFile*>& class_path) {
2022 for (const DexFile* dex_file : class_path) {
2166 const std::vector<const DexFile*>* class_path;
2171 class_path = &Runtime::Current()->GetCompileTimeClassPath(jclass_loader.get());
2173 pair = FindInClassPath(descriptor, hash, *class_path);