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

  /external/v8/src/heap/
heap-inl.h 278 Address object_address = object->address(); local
279 MemoryChunk* memory_chunk = MemoryChunk::FromAddress(object_address);
284 static_cast<uint32_t>(object_address - memory_chunk->address()) |
501 Address object_address = object->address(); local
502 Address memento_address = object_address + object->Size();
504 if (!NewSpacePage::OnSamePage(object_address, last_memento_word_address)) {
  /art/imgdiag/
imgdiag.cc 377 uintptr_t object_address; local
379 object_address = reinterpret_cast<uintptr_t>(current);
380 current_page_idx = object_address / kPageSize + page_off;
389 RoundUp(object_address + obj->SizeOf(), kObjectAlignment));
    [all...]

Completed in 99 milliseconds