Home
last modified time | relevance | path

Searched refs:GetOatFile (Results 1 – 25 of 26) sorted by relevance

12

/art/runtime/entrypoints/quick/
Dquick_dexcache_entrypoints.cc90 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()
Dquick_trampoline_entrypoints.cc1134 const OatFile* oat_file = oat_dex_file->GetOatFile(); in DumpB74410240ClassData()
/art/test/596-app-images/
Dapp_images.cc68 check_name(image_space->GetOatFile()->GetLocation(), image_name.c_str())) { in Java_Main_checkAppImageLoaded()
/art/runtime/entrypoints/
Dentrypoint_utils.cc293 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()
Dentrypoint_utils-inl.h72 parent_method->GetDexFile()->GetOatDexFile()->GetOatFile()->GetOatDexFiles()) { in GetResolvedMethodErrorString()
154 outer_method->GetDexFile()->GetOatDexFile()->GetOatFile()->GetOatDexFiles()); in GetResolvedMethod()
/art/runtime/gc/collector/
Dimmune_spaces.cc56 const OatFile* const image_oat_file = image_space->GetOatFile(); in CreateLargestImmuneRegion()
Dimmune_spaces_test.cc220 EXPECT_EQ(image_space->GetOatFile()->Size(), kImageOatSize); in TEST_F()
/art/runtime/gc/space/
Dimage_space.h165 const OatFile* GetOatFile() const;
Dimage_space_test.cc425 const OatFile* oat_file = image_spaces[i]->GetOatFile(); in CheckImageSpaceAndOatFile()
Dimage_space.cc3505 const OatFile* ImageSpace::GetOatFile() const { in GetOatFile() function in art::gc::space::ImageSpace
/art/runtime/
Dclass_table.cc146 const OatFile* oat_file = dex_file->GetOatDexFile()->GetOatFile(); in InsertStrongRoot()
Dfault_handler.cc292 oat_dex_file->GetOatFile()->Contains(reinterpret_cast<const void*>(pc))) { in IsKnownPc()
Doat_file.h502 const OatFile* GetOatFile() const { in GetOatFile() function
Doat_file.cc2179 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()
Doat_file_manager.cc142 oat_files.push_back(image_space->GetOatFile()); in GetBootOatFiles()
Doat_file_assistant_test.cc1281 loaded_oat_file_ = dex_files[0]->GetOatDexFile()->GetOatFile(); in Run()
1606 EXPECT_NE(dex_files_second[0]->GetOatDexFile()->GetOatFile(), nullptr); in TEST_F()
Dclass_linker.cc1718 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/
Druntime_state.cc86 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/
Dti_class_definition.cc185 dex_file.GetOatDexFile()->GetOatFile()->GetOatDexFiles(); in Init()
/art/dexoptanalyzer/
Ddexoptanalyzer.cc410 const OatFile* oat_file = image_space->GetOatFile(); in ValidateBcp()
/art/runtime/jit/
Djit.cc892 dex_file->GetOatDexFile()->GetOatFile() != nullptr) { in Run()
1718 if (oat_dex_file == nullptr || oat_dex_file->GetOatFile() == nullptr) { in CanAssumeInitialized()
/art/oatdump/
Doatdump.cc874 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/
Ddalvik_system_DexFile.cc826 const OatFile* oat_file = space->GetOatFile(); in DexFile_getDexFileOutputPaths()
/art/dex2oat/
Ddex2oat.cc1566 const OatFile* oat_file = df->GetOatDexFile()->GetOatFile(); in Setup()
1572 return oat_file == space->GetOatFile(); in Setup()
/art/runtime/gc/
Dheap.cc4436 return space->GetOatFile()->Contains(p); in IsInBootImageOatFile()

12