Home
last modified time | relevance | path

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

/art/compiler/dex/quick/
Dlocal_optimizations.cc440 int first_slot = next_slot - 2; in ApplyLoadHoisting() local
446 first_slot -= LDLD_DISTANCE; in ApplyLoadHoisting()
452 for (slot = first_slot; slot >= 0; slot--) { in ApplyLoadHoisting()
/art/runtime/base/
Dhash_set.h377 size_t first_slot = FirstAvailableSlot(IndexForHash(hashfn_(temp))); in Verify() local
378 if (i != first_slot) { in Verify()
379 LOG(ERROR) << "Element " << i << " should be in slot " << first_slot; in Verify()