Home | History | Annotate | Download | only in src

Lines Matching full:heap_object

2883         HeapObject* heap_object;
2885 heap_object = lo_iterator_.Next();
2886 if (heap_object == NULL) {
2892 } while (!heap_object->IsFixedArray());
2893 MemoryChunk* answer = MemoryChunk::FromAddress(heap_object->address());