Searched refs:GetDefaultOatIndex (Results 1 – 2 of 2) sorted by relevance
1589 last_oat_index = GetDefaultOatIndex(); // Primitive type. in ProcessCollectedClasses()1928 if (TryAssignBinSlot(root, GetDefaultOatIndex())) { in ProcessRoots()1929 work_queue_.emplace_back(root, GetDefaultOatIndex()); in ProcessRoots()2393 AssignMethodOffset(m, NativeObjectRelocationType::kRuntimeMethod, GetDefaultOatIndex()); in CalculateNewObjectOffsets()3392 return GetDefaultOatIndex(); in GetOatIndex()3401 return GetDefaultOatIndex(); in GetOatIndexForDexFile()3414 return GetDefaultOatIndex(); in GetOatIndexForClass()3457 if (oat_index == GetDefaultOatIndex()) { in UpdateOatFileHeader()
586 static constexpr size_t GetDefaultOatIndex() { in GetDefaultOatIndex() function