/art/runtime/entrypoints/quick/ |
D | quick_dexcache_entrypoints.cc | 90 outer_method->GetDexFile()->GetOatDexFile()->GetOatFile() == nullptr) { in StoreTypeInBss() 94 const OatFile* outer_oat_file = outer_method->GetDexFile()->GetOatDexFile()->GetOatFile(); in StoreTypeInBss() 101 if (oat_dex_file != nullptr && oat_dex_file->GetOatFile() == outer_oat_file) { in StoreTypeInBss() 142 outer_method->GetDexFile()->GetOatDexFile()->GetOatFile() == nullptr) { in StoreStringInBss() 146 const OatFile* outer_oat_file = outer_method->GetDexFile()->GetOatDexFile()->GetOatFile(); in StoreStringInBss() 150 if (oat_dex_file != nullptr && oat_dex_file->GetOatFile() == outer_oat_file) { in StoreStringInBss()
|
D | quick_trampoline_entrypoints.cc | 1134 const OatFile* oat_file = oat_dex_file->GetOatFile(); in DumpB74410240ClassData()
|
/art/test/596-app-images/ |
D | app_images.cc | 68 check_name(image_space->GetOatFile()->GetLocation(), image_name.c_str())) { in Java_Main_checkAppImageLoaded()
|
/art/runtime/entrypoints/ |
D | entrypoint_utils.cc | 293 outer_method->GetDexFile()->GetOatDexFile()->GetOatFile() == nullptr) { in MaybeUpdateBssMethodEntry() 297 const OatFile* outer_oat_file = outer_method->GetDexFile()->GetOatDexFile()->GetOatFile(); in MaybeUpdateBssMethodEntry() 302 if (oat_dex_file != nullptr && oat_dex_file->GetOatFile() == outer_oat_file) { in MaybeUpdateBssMethodEntry()
|
D | entrypoint_utils-inl.h | 72 parent_method->GetDexFile()->GetOatDexFile()->GetOatFile()->GetOatDexFiles()) { in GetResolvedMethodErrorString() 154 outer_method->GetDexFile()->GetOatDexFile()->GetOatFile()->GetOatDexFiles()); in GetResolvedMethod()
|
/art/runtime/gc/collector/ |
D | immune_spaces.cc | 56 const OatFile* const image_oat_file = image_space->GetOatFile(); in CreateLargestImmuneRegion()
|
D | immune_spaces_test.cc | 220 EXPECT_EQ(image_space->GetOatFile()->Size(), kImageOatSize); in TEST_F()
|
/art/runtime/gc/space/ |
D | image_space.h | 165 const OatFile* GetOatFile() const;
|
D | image_space_test.cc | 425 const OatFile* oat_file = image_spaces[i]->GetOatFile(); in CheckImageSpaceAndOatFile()
|
D | image_space.cc | 3505 const OatFile* ImageSpace::GetOatFile() const { in GetOatFile() function in art::gc::space::ImageSpace
|
/art/runtime/ |
D | class_table.cc | 146 const OatFile* oat_file = dex_file->GetOatDexFile()->GetOatFile(); in InsertStrongRoot()
|
D | fault_handler.cc | 292 oat_dex_file->GetOatFile()->Contains(reinterpret_cast<const void*>(pc))) { in IsKnownPc()
|
D | oat_file.h | 502 const OatFile* GetOatFile() const { in GetOatFile() function
|
D | oat_file.cc | 2179 GetOatFile()->DexEnd()) { in InitializeTypeLookupTable() 2319 CHECK_LT(class_def_idx, dex_file.NumClassDefs()) << oat_dex_file->GetOatFile()->GetLocation(); in FindClassDef() 2463 if (oat_dex_file == nullptr || oat_dex_file->GetOatFile() == nullptr) { in FindOatClass()
|
D | oat_file_manager.cc | 142 oat_files.push_back(image_space->GetOatFile()); in GetBootOatFiles()
|
D | oat_file_assistant_test.cc | 1281 loaded_oat_file_ = dex_files[0]->GetOatDexFile()->GetOatFile(); in Run() 1606 EXPECT_NE(dex_files_second[0]->GetOatDexFile()->GetOatFile(), nullptr); in TEST_F()
|
D | class_linker.cc | 1718 const OatFile* oat_file = space->GetOatFile(); in OpenImageDexFiles() 1927 const OatFile* oat_file = space->GetOatFile(); in AddImageSpace() 3824 (dex_file.GetOatDexFile() != nullptr) ? dex_file.GetOatDexFile()->GetOatFile() : nullptr; in RegisterDexFileLocked() 3838 it->first->GetOatDexFile()->GetOatFile() == oat_file) { in RegisterDexFileLocked() 4699 if (oat_dex_file == nullptr || oat_dex_file->GetOatFile() == nullptr) { in VerifyClassUsingOatFile() 4715 const OatFile* oat_file = oat_dex_file->GetOatFile(); in VerifyClassUsingOatFile()
|
/art/test/common/ |
D | runtime_state.cc | 86 CompilerFilter::NameOfFilter(oat_dex_file->GetOatFile()->GetCompilerFilter()); in Java_Main_getCompilerFilter() 125 const OatFile* oat_file = oat_dex_file->GetOatFile(); in Java_Main_compiledWithOptimizing()
|
/art/openjdkjvmti/ |
D | ti_class_definition.cc | 185 dex_file.GetOatDexFile()->GetOatFile()->GetOatDexFiles(); in Init()
|
/art/dexoptanalyzer/ |
D | dexoptanalyzer.cc | 410 const OatFile* oat_file = image_space->GetOatFile(); in ValidateBcp()
|
/art/runtime/jit/ |
D | jit.cc | 892 dex_file->GetOatDexFile()->GetOatFile() != nullptr) { in Run() 1718 if (oat_dex_file == nullptr || oat_dex_file->GetOatFile() == nullptr) { in CanAssumeInitialized()
|
/art/oatdump/ |
D | oatdump.cc | 874 if (oat_dex_file.GetOatFile()->ContainsDexCode()) { in DumpOatDexFile() 875 const uint8_t* const vdex_file_begin = oat_dex_file.GetOatFile()->DexBegin(); in DumpOatDexFile() 900 oat_dex_file.GetLookupTableData() - oat_dex_file.GetOatFile()->DexBegin()); in DumpOatDexFile() 1843 const OatFile* oat_file = image_space_.GetOatFile(); in Dump()
|
/art/runtime/native/ |
D | dalvik_system_DexFile.cc | 826 const OatFile* oat_file = space->GetOatFile(); in DexFile_getDexFileOutputPaths()
|
/art/dex2oat/ |
D | dex2oat.cc | 1566 const OatFile* oat_file = df->GetOatDexFile()->GetOatFile(); in Setup() 1572 return oat_file == space->GetOatFile(); in Setup()
|
/art/runtime/gc/ |
D | heap.cc | 4436 return space->GetOatFile()->Contains(p); in IsInBootImageOatFile()
|