Searched refs:GetOatFile (Results 1 – 22 of 22) sorted by relevance
/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/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/entrypoints/quick/ |
D | quick_dexcache_entrypoints.cc | 94 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()
|
D | quick_trampoline_entrypoints.cc | 1136 const OatFile* oat_file = oat_dex_file->GetOatFile(); in DumpB74410240ClassData()
|
/art/runtime/gc/space/ |
D | image_space.h | 152 const OatFile* GetOatFile() const;
|
D | image_space.cc | 3253 const OatFile* ImageSpace::GetOatFile() const { in GetOatFile() function in art::gc::space::ImageSpace
|
/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/runtime/ |
D | class_table.cc | 149 const OatFile* oat_file = dex_file->GetOatDexFile()->GetOatFile(); in InsertStrongRoot()
|
D | oat_file.h | 488 const OatFile* GetOatFile() const { in GetOatFile() function
|
D | oat_file.cc | 2031 GetOatFile()->DexEnd()) { in InitializeTypeLookupTable() 2171 CHECK_LT(class_def_idx, dex_file.NumClassDefs()) << oat_dex_file->GetOatFile()->GetLocation(); in FindClassDef() 2315 if (oat_dex_file == nullptr || oat_dex_file->GetOatFile() == nullptr) { in FindOatClass()
|
D | oat_file_manager.cc | 139 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() 1607 EXPECT_NE(dex_files_second[0]->GetOatDexFile()->GetOatFile(), nullptr); in TEST_F()
|
D | class_linker.cc | 1714 const OatFile* oat_file = space->GetOatFile(); in OpenImageDexFiles() 1924 const OatFile* oat_file = space->GetOatFile(); in AddImageSpace() 3911 (dex_file.GetOatDexFile() != nullptr) ? dex_file.GetOatDexFile()->GetOatFile() : nullptr; in RegisterDexFileLocked() 3925 it->dex_file->GetOatDexFile()->GetOatFile() == oat_file) { in RegisterDexFileLocked() 4801 if (oat_dex_file == nullptr || oat_dex_file->GetOatFile() == nullptr) { in VerifyClassUsingOatFile() 4817 const OatFile* oat_file = oat_dex_file->GetOatFile(); in VerifyClassUsingOatFile()
|
/art/runtime/entrypoints/ |
D | entrypoint_utils.cc | 297 const OatFile* oat_file = callee_reference.dex_file->GetOatDexFile()->GetOatFile(); in MaybeUpdateBssMethodEntry()
|
/art/dexoptanalyzer/ |
D | dexoptanalyzer.cc | 407 const OatFile* oat_file = image_space->GetOatFile(); in ValidateBcp()
|
/art/runtime/jit/ |
D | jit.cc | 899 dex_file->GetOatDexFile()->GetOatFile() != nullptr) { in Run() 1784 if (oat_dex_file == nullptr || oat_dex_file->GetOatFile() == nullptr) { in CanAssumeInitialized()
|
/art/oatdump/ |
D | oatdump.cc | 868 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/ |
D | dalvik_system_DexFile.cc | 824 const OatFile* oat_file = space->GetOatFile(); in DexFile_getDexFileOutputPaths()
|
/art/dex2oat/ |
D | dex2oat.cc | 1553 const OatFile* oat_file = df->GetOatDexFile()->GetOatFile(); in Setup() 1559 return oat_file == space->GetOatFile(); in Setup()
|
/art/dex2oat/linker/ |
D | image_writer.cc | 3180 const OatFile* oat_file = image_spaces[0]->GetOatFile(); in GetOatAddress()
|
/art/runtime/gc/ |
D | heap.cc | 4275 return space->GetOatFile()->Contains(p); in IsInBootImageOatFile()
|