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

  /art/runtime/mirror/
class-inl.h 52 inline uint32_t Class::GetObjectSizeAllocFastPath() {
    [all...]
class.cc 163 DCHECK_EQ(h_this->GetObjectSizeAllocFastPath(), std::numeric_limits<uint32_t>::max());
    [all...]
class.h 616 uint32_t GetObjectSizeAllocFastPath() REQUIRES_SHARED(Locks::mutator_lock_);
    [all...]

Completed in 1059 milliseconds