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.cc93 StoreObjectInBss(outer_method, oat_dex_file->GetOatFile(), bss_offset, resolved_type); in StoreTypeInBss()
111 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/openjdkjvmti/
Dfixed_up_dex_file.cc59 const art::OatFile* oat_file = oat_dex->GetOatFile(); in GetVdex()
/art/runtime/gc/space/
Dimage_space.h156 const OatFile* GetOatFile() const;
Dimage_space.cc3737 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/
Doat_file.h485 const OatFile* GetOatFile() const { in GetOatFile() function
Dclass_table.cc236 const OatFile* oat_file = dex_file->GetOatDexFile()->GetOatFile(); in InsertStrongRoot()
Doat_file.cc1892 if (lookup_table_data_ + TypeLookupTable::RawDataLength(num_class_defs) > GetOatFile()->End()) { in OatDexFile()
2016 const OatFile* oat_file = GetOatFile(); in GetQuickenedInfoOf()
2184 if (oat_dex_file == nullptr || oat_dex_file->GetOatFile() == nullptr) { in FindOatClass()
Doat_file_manager.cc134 oat_files.push_back(image_space->GetOatFile()); in GetBootOatFiles()
Doat_file_assistant_test.cc1141 loaded_oat_file_ = dex_files[0]->GetOatDexFile()->GetOatFile(); in Run()
1443 EXPECT_NE(dex_files_second[0]->GetOatDexFile()->GetOatFile(), nullptr); in TEST_F()
Dclass_linker.cc1870 const OatFile* oat_file = space->GetOatFile(); in OpenImageDexFiles()
2124 const OatFile* oat_file = space->GetOatFile(); in AddImageSpace()
4074 (dex_file.GetOatDexFile() != nullptr) ? dex_file.GetOatDexFile()->GetOatFile() : nullptr; in RegisterDexFileLocked()
4088 it->dex_file->GetOatDexFile()->GetOatFile() == oat_file) { in RegisterDexFileLocked()
4947 if (oat_dex_file == nullptr || oat_dex_file->GetOatFile() == nullptr) { in VerifyClassUsingOatFile()
Druntime.cc2891 const OatFile* of = odf->GetOatFile(); in DeoptimizeBootImage()
/art/runtime/entrypoints/
Dentrypoint_utils.cc297 const OatFile* oat_file = callee_reference.dex_file->GetOatDexFile()->GetOatFile(); in MaybeUpdateBssMethodEntry()
/art/runtime/jit/
Djit.cc900 dex_file->GetOatDexFile()->GetOatFile() != nullptr) { in Run()
1851 if (oat_dex_file == nullptr || oat_dex_file->GetOatFile() == nullptr) { in CanAssumeInitialized()
/art/oatdump/
Doatdump.cc889 const uint8_t* const oat_file_begin = oat_dex_file.GetOatFile()->Begin(); in DumpOatDexFile()
890 if (oat_dex_file.GetOatFile()->ContainsDexCode()) { in DumpOatDexFile()
891 const uint8_t* const vdex_file_begin = oat_dex_file.GetOatFile()->DexBegin(); in DumpOatDexFile()
1889 const OatFile* oat_file = image_space_.GetOatFile(); in Dump()
/art/dex2oat/
Ddex2oat.cc1811 const OatFile* oat_file = df->GetOatDexFile()->GetOatFile(); in Setup()
1817 return oat_file == space->GetOatFile(); in Setup()
/art/dex2oat/linker/
Dimage_writer.cc3339 const OatFile* oat_file = image_spaces[0]->GetOatFile(); in GetOatAddress()
/art/runtime/gc/
Dheap.cc4142 return space->GetOatFile()->Contains(p); in IsInBootImageOatFile()