Home
last modified time | relevance | path

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

/art/test/596-app-images/
Dapp_images.cc68 check_name(image_space->GetOatFile()->GetLocation(), image_name.c_str())) { in Java_Main_checkAppImageLoaded()
/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/entrypoints/quick/
Dquick_dexcache_entrypoints.cc94 StoreObjectInBss(outer_method, oat_dex_file->GetOatFile(), bss_offset, resolved_type); in StoreTypeInBss()
121 StoreObjectInBss(outer_method, oat_dex_file->GetOatFile(), bss_offset, resolved_string); in StoreStringInBss()
Dquick_trampoline_entrypoints.cc1136 const OatFile* oat_file = oat_dex_file->GetOatFile(); in DumpB74410240ClassData()
/art/runtime/gc/space/
Dimage_space.h152 const OatFile* GetOatFile() const;
Dimage_space.cc3253 const OatFile* ImageSpace::GetOatFile() const { in GetOatFile() function in art::gc::space::ImageSpace
/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/runtime/
Dclass_table.cc149 const OatFile* oat_file = dex_file->GetOatDexFile()->GetOatFile(); in InsertStrongRoot()
Doat_file.h488 const OatFile* GetOatFile() const { in GetOatFile() function
Doat_file.cc2117 GetOatFile()->DexEnd()) { in InitializeTypeLookupTable()
2257 CHECK_LT(class_def_idx, dex_file.NumClassDefs()) << oat_dex_file->GetOatFile()->GetLocation(); in FindClassDef()
2401 if (oat_dex_file == nullptr || oat_dex_file->GetOatFile() == nullptr) { in FindOatClass()
Doat_file_manager.cc139 oat_files.push_back(image_space->GetOatFile()); in GetBootOatFiles()
Doat_file_assistant_test.cc1281 loaded_oat_file_ = dex_files[0]->GetOatDexFile()->GetOatFile(); in Run()
1607 EXPECT_NE(dex_files_second[0]->GetOatDexFile()->GetOatFile(), nullptr); in TEST_F()
Dclass_linker.cc1714 const OatFile* oat_file = space->GetOatFile(); in OpenImageDexFiles()
1924 const OatFile* oat_file = space->GetOatFile(); in AddImageSpace()
3922 (dex_file.GetOatDexFile() != nullptr) ? dex_file.GetOatDexFile()->GetOatFile() : nullptr; in RegisterDexFileLocked()
3936 it->dex_file->GetOatDexFile()->GetOatFile() == oat_file) { in RegisterDexFileLocked()
4812 if (oat_dex_file == nullptr || oat_dex_file->GetOatFile() == nullptr) { in VerifyClassUsingOatFile()
4828 const OatFile* oat_file = oat_dex_file->GetOatFile(); in VerifyClassUsingOatFile()
/art/dexoptanalyzer/
Ddexoptanalyzer.cc407 const OatFile* oat_file = image_space->GetOatFile(); in ValidateBcp()
/art/runtime/entrypoints/
Dentrypoint_utils.cc297 const OatFile* oat_file = callee_reference.dex_file->GetOatDexFile()->GetOatFile(); in MaybeUpdateBssMethodEntry()
/art/runtime/jit/
Djit.cc899 dex_file->GetOatDexFile()->GetOatFile() != nullptr) { in Run()
1785 if (oat_dex_file == nullptr || oat_dex_file->GetOatFile() == nullptr) { in CanAssumeInitialized()
/art/oatdump/
Doatdump.cc868 const uint8_t* const oat_file_begin = oat_dex_file.GetOatFile()->Begin(); in DumpOatDexFile()
869 if (oat_dex_file.GetOatFile()->ContainsDexCode()) { in DumpOatDexFile()
870 const uint8_t* const vdex_file_begin = oat_dex_file.GetOatFile()->DexBegin(); in DumpOatDexFile()
1784 const OatFile* oat_file = image_space_.GetOatFile(); in Dump()
/art/runtime/native/
Ddalvik_system_DexFile.cc824 const OatFile* oat_file = space->GetOatFile(); in DexFile_getDexFileOutputPaths()
/art/dex2oat/
Ddex2oat.cc1553 const OatFile* oat_file = df->GetOatDexFile()->GetOatFile(); in Setup()
1559 return oat_file == space->GetOatFile(); in Setup()
/art/dex2oat/linker/
Dimage_writer.cc3180 const OatFile* oat_file = image_spaces[0]->GetOatFile(); in GetOatAddress()
/art/runtime/gc/
Dheap.cc4275 return space->GetOatFile()->Contains(p); in IsInBootImageOatFile()