Searched refs:heap_obj (Results 1 – 8 of 8) sorted by relevance
138 LiveObjectType GetObjectType(HeapObject* heap_obj) { in GetObjectType() argument141 if (heap_obj->Is##type()) return kType##type; in GetObjectType()162 const char* GetObjectTypeDesc(HeapObject* heap_obj) { in GetObjectTypeDesc() argument163 LiveObjectType type = GetObjectType(heap_obj); in GetObjectTypeDesc()214 static bool InSpace(AllocationSpace space, HeapObject* heap_obj) { in InSpace() argument217 return heap->InSpace(heap_obj, space); in InSpace()229 if (heap->InSpace(heap_obj, static_cast<AllocationSpace>(sp))) { in InSpace()233 SLOW_ASSERT(heap->InSpace(heap_obj, LO_SPACE)); in InSpace()650 HeapObject* heap_obj = it.Obj(); in ComputeTotalCountAndSize() local651 if (!filter->Matches(heap_obj)) { in ComputeTotalCountAndSize()[all …]
240 HeapObject* heap_obj = HeapObject::cast(object); in UpdatePointer() local241 ASSERT(HEAP->InFromSpace(heap_obj)); in UpdatePointer()247 MapWord first_word = heap_obj->map_word(); in UpdatePointer()
502 HeapObject* heap_obj = HeapObject::cast(obj); in MarkObjectGreyDoNotEnqueue() local505 MemoryChunk::IncrementLiveBytesFromGC(heap_obj->address(), in MarkObjectGreyDoNotEnqueue()506 -heap_obj->Size()); in MarkObjectGreyDoNotEnqueue()
5202 HeapObject* heap_obj = HeapObject::cast(obj); in RUNTIME_FUNCTION() local5205 if (heap_obj->map()->is_undetectable()) { in RUNTIME_FUNCTION()5209 InstanceType instance_type = heap_obj->map()->instance_type(); in RUNTIME_FUNCTION()5216 if (heap_obj->IsTrue() || heap_obj->IsFalse()) { in RUNTIME_FUNCTION()5219 if (heap_obj->IsNull()) { in RUNTIME_FUNCTION()5224 ASSERT(heap_obj->IsUndefined()); in RUNTIME_FUNCTION()12028 HeapObject* heap_obj = NULL; in DebugReferencedBy() local12029 while (((heap_obj = iterator->next()) != NULL) && in DebugReferencedBy()12032 if (heap_obj->IsJSObject()) { in DebugReferencedBy()12035 JSObject* obj = JSObject::cast(heap_obj); in DebugReferencedBy()[all …]
2740 HeapObject* heap_obj = HeapObject::cast(obj); in UpdateSlot() local2742 MapWord map_word = heap_obj->map_word(); in UpdateSlot()2744 ASSERT(heap->InFromSpace(heap_obj) || in UpdateSlot()2745 MarkCompactCollector::IsOnEvacuationCandidate(heap_obj)); in UpdateSlot()
181 HeapObject* heap_obj = HeapObject::cast(obj); in MarkObjectGreyDoNotEnqueue() local184 MemoryChunk::IncrementLiveBytesFromGC(heap_obj->address(), in MarkObjectGreyDoNotEnqueue()185 -heap_obj->Size()); in MarkObjectGreyDoNotEnqueue()
6037 HeapObject* heap_obj = HeapObject::cast(obj); in RUNTIME_FUNCTION() local6040 if (heap_obj->map()->is_undetectable()) { in RUNTIME_FUNCTION()6044 InstanceType instance_type = heap_obj->map()->instance_type(); in RUNTIME_FUNCTION()6051 if (heap_obj->IsTrue() || heap_obj->IsFalse()) { in RUNTIME_FUNCTION()6054 if (heap_obj->IsNull()) { in RUNTIME_FUNCTION()6059 ASSERT(heap_obj->IsUndefined()); in RUNTIME_FUNCTION()12942 HeapObject* heap_obj = NULL; in DebugReferencedBy() local12943 while (((heap_obj = iterator->next()) != NULL) && in DebugReferencedBy()12946 if (heap_obj->IsJSObject()) { in DebugReferencedBy()12949 JSObject* obj = JSObject::cast(heap_obj); in DebugReferencedBy()[all …]
2890 HeapObject* heap_obj = HeapObject::cast(obj); in UpdateSlot() local2892 MapWord map_word = heap_obj->map_word(); in UpdateSlot()2894 ASSERT(heap->InFromSpace(heap_obj) || in UpdateSlot()2895 MarkCompactCollector::IsOnEvacuationCandidate(heap_obj)); in UpdateSlot()