HomeSort by relevance Sort by last modified time
    Searched refs:first_slot (Results 1 - 2 of 2) sorted by null

  /art/runtime/base/
hash_set.h 300 size_t first_slot = FirstAvailableSlot(IndexForHash(hashfn_(temp))); local
301 if (i != first_slot) {
302 LOG(ERROR) << "Element " << i << " should be in slot " << first_slot; local
  /art/compiler/dex/quick/
local_optimizations.cc 439 int first_slot = next_slot - 2; local
445 first_slot -= LDLD_DISTANCE;
448 * Make sure we check slot >= 0 since first_slot may be negative
451 for (slot = first_slot; slot >= 0; slot--) {

Completed in 523 milliseconds