Searched refs:heap_obj (Results 1 – 4 of 4) sorted by relevance
34 HeapObject* heap_obj; in RUNTIME_FUNCTION() local35 while ((heap_obj = iterator.next())) { in RUNTIME_FUNCTION()36 if (!heap_obj->IsSharedFunctionInfo()) continue; in RUNTIME_FUNCTION()37 SharedFunctionInfo* shared = SharedFunctionInfo::cast(heap_obj); in RUNTIME_FUNCTION()
1363 HeapObject* heap_obj; in RUNTIME_FUNCTION() local1364 while ((heap_obj = iterator.next())) { in RUNTIME_FUNCTION()1365 if (!heap_obj->IsJSObject()) continue; in RUNTIME_FUNCTION()1366 JSObject* obj = JSObject::cast(heap_obj); in RUNTIME_FUNCTION()1416 HeapObject* heap_obj; in RUNTIME_FUNCTION() local1417 while ((heap_obj = iterator.next())) { in RUNTIME_FUNCTION()1418 if (!heap_obj->IsJSObject()) continue; in RUNTIME_FUNCTION()1419 JSObject* obj = JSObject::cast(heap_obj); in RUNTIME_FUNCTION()
191 HeapObject* heap_obj = HeapObject::cast(obj); in MarkObjectGreyDoNotEnqueue() local194 MemoryChunk::IncrementLiveBytesFromGC(heap_obj, -heap_obj->Size()); in MarkObjectGreyDoNotEnqueue()
2834 HeapObject* heap_obj = HeapObject::cast(obj); in UpdateSlot() local2836 MapWord map_word = heap_obj->map_word(); in UpdateSlot()2838 DCHECK(heap->InFromSpace(heap_obj) || in UpdateSlot()2839 MarkCompactCollector::IsOnEvacuationCandidate(heap_obj) || in UpdateSlot()2840 Page::FromAddress(heap_obj->address()) in UpdateSlot()