Searched refs:GetDefaultOatIndex (Results 1 – 2 of 2) sorted by relevance
1692 last_oat_index = GetDefaultOatIndex(); // Primitive type. in ProcessCollectedClasses()2055 AssignImageBinSlot(boot_image_live_objects, GetDefaultOatIndex(), clean_bin); in ProcessRoots()2056 work_queue_.emplace_back(boot_image_live_objects, GetDefaultOatIndex()); in ProcessRoots()2569 AssignMethodOffset(m, NativeObjectRelocationType::kRuntimeMethod, GetDefaultOatIndex()); in CalculateNewObjectOffsets()3691 return GetDefaultOatIndex(); in GetOatIndex()3700 return GetDefaultOatIndex(); in GetOatIndexForDexFile()3713 return GetDefaultOatIndex(); in GetOatIndexForClass()3756 if (oat_index == GetDefaultOatIndex()) { in UpdateOatFileHeader()
586 static constexpr size_t GetDefaultOatIndex() { in GetDefaultOatIndex() function