Searched refs:GetOatFile (Results 1 – 17 of 17) sorted by relevance
90 StoreObjectInBss(outer_method, oat_dex_file->GetOatFile(), bss_offset, resolved_type); in StoreTypeInBss()108 StoreObjectInBss(outer_method, oat_dex_file->GetOatFile(), bss_offset, resolved_string); in StoreStringInBss()
1218 const OatFile* oat_file = oat_dex_file->GetOatFile(); in DumpB74410240ClassData()1412 const OatFile* oat_file = called_method.dex_file->GetOatDexFile()->GetOatFile(); in artQuickResolutionTrampoline()
56 const OatFile* const image_oat_file = image_space->GetOatFile(); in CreateLargestImmuneRegion()
217 EXPECT_EQ(image_space->GetOatFile()->Size(), kImageOatSize); in TEST_F()
59 const art::OatFile* oat_file = oat_dex->GetOatFile(); in GetVdex()
75 const OatFile* GetOatFile() const;
2134 const OatFile* ImageSpace::GetOatFile() const { in GetOatFile() function in art::gc::space::ImageSpace
474 const OatFile* GetOatFile() const { in GetOatFile() function
234 const OatFile* oat_file = dex_file->GetOatDexFile()->GetOatFile(); in InsertStrongRoot()
1889 if (lookup_table_data_ + TypeLookupTable::RawDataLength(num_class_defs) > GetOatFile()->End()) { in OatDexFile()2012 const OatFile* oat_file = GetOatFile(); in GetQuickenedInfoOf()2185 if (oat_dex_file == nullptr || oat_dex_file->GetOatFile() == nullptr) { in FindOatClass()
1217 loaded_oat_file_ = dex_files[0]->GetOatDexFile()->GetOatFile(); in Run()1494 EXPECT_NE(dex_files_second[0]->GetOatDexFile()->GetOatFile(), nullptr); in TEST_F()
134 oat_files.push_back(image_space->GetOatFile()); in GetBootOatFiles()
1781 const OatFile* oat_file = space->GetOatFile(); in OpenImageDexFiles()2039 const OatFile* oat_file = space->GetOatFile(); in AddImageSpace()3836 (dex_file.GetOatDexFile() != nullptr) ? dex_file.GetOatDexFile()->GetOatFile() : nullptr; in RegisterDexFileLocked()3850 it->dex_file->GetOatDexFile()->GetOatFile() == oat_file) { in RegisterDexFileLocked()4732 if (oat_dex_file == nullptr || oat_dex_file->GetOatFile() == nullptr) { in VerifyClassUsingOatFile()
103 const OatFile* oat_file = oat_dex_file->GetOatFile(); in Java_Main_compiledWithOptimizing()
886 const uint8_t* const oat_file_begin = oat_dex_file.GetOatFile()->Begin(); in DumpOatDexFile()887 if (oat_dex_file.GetOatFile()->ContainsDexCode()) { in DumpOatDexFile()888 const uint8_t* const vdex_file_begin = oat_dex_file.GetOatFile()->DexBegin(); in DumpOatDexFile()1886 const OatFile* oat_file = image_space_.GetOatFile(); in Dump()
4253 if (space->GetOatFile()->Contains(p)) { in IsInBootImageOatFile()4279 const OatFile* boot_oat_file = space_->GetOatFile(); in GetBootImagesSize()
3335 const OatFile* oat_file = image_spaces[0]->GetOatFile(); in GetOatAddress()