Home
last modified time | relevance | path

Searched refs:GetDefaultOatIndex (Results 1 – 2 of 2) sorted by relevance

/art/dex2oat/linker/
Dimage_writer.cc2324 AssignMethodOffset(m, NativeObjectRelocationType::kRuntimeMethod, GetDefaultOatIndex()); in CalculateNewObjectOffsets()
2366 TryAssignBinSlot(work_stack, obj, GetDefaultOatIndex()); in CalculateNewObjectOffsets()
2382 VisitReferencesVisitor visitor(this, &work_stack, GetDefaultOatIndex()); in CalculateNewObjectOffsets()
3538 return GetDefaultOatIndex(); in GetOatIndex()
3547 return GetDefaultOatIndex(); in GetOatIndexForDexFile()
3556 ? GetDefaultOatIndex() in GetOatIndexForDexCache()
3596 if (oat_index == GetDefaultOatIndex()) { in UpdateOatFileHeader()
Dimage_writer.h695 size_t GetDefaultOatIndex() const { in GetDefaultOatIndex() function