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

  /art/runtime/gc/space/
large_object_space.cc 155 byte* byte_start = reinterpret_cast<byte*>(cur_header->GetObjectAddress());
298 return new_header->GetObjectAddress();
317 byte* byte_start = reinterpret_cast<byte*>(cur_header->GetObjectAddress());
large_object_space.h 161 mirror::Object* GetObjectAddress() {

Completed in 177 milliseconds