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

  /art/runtime/gc/space/
large_object_space.h 185 size_t GetSlotIndexForAddress(uintptr_t address) const {
large_object_space.cc 331 return &allocation_info_[GetSlotIndexForAddress(address)];
335 return &allocation_info_[GetSlotIndexForAddress(address)];

Completed in 60 milliseconds