Home
last modified time | relevance | path

Searched defs:bcp_dex_files (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/art/runtime/oat/
H A Doat_file_assistant_context.cc82 const std::vector<const DexFile*>& bcp_dex_files = runtime->GetClassLinker()->GetBootClassPath(); local
/aosp_15_r20/art/dex2oat/
H A Ddex2oat.cc1558 ArrayRef<const DexFile* const> bcp_dex_files(runtime_->GetClassLinker()->GetBootClassPath()); in Setup() local
/aosp_15_r20/art/runtime/
H A Druntime.cc2037 ArrayRef<const DexFile* const> bcp_dex_files(GetClassLinker()->GetBootClassPath()); in Init() local
/aosp_15_r20/art/oatdump/
H A Doatdump.cc570 ArrayRef<const DexFile* const> bcp_dex_files(linker->GetBootClassPath()); in Dump() local