Lines Matching full:heap_object
2592 HeapObject* heap_object;2594 heap_object = lo_iterator_.Next();2595 if (heap_object == NULL) {2601 } while (!heap_object->IsFixedArray());2602 MemoryChunk* answer = MemoryChunk::FromAddress(heap_object->address());