Home
last modified time | relevance | path

Searched refs:heap_obj (Results 1 – 8 of 8) sorted by relevance

/external/v8/src/
Dliveobjectlist.cc138 LiveObjectType GetObjectType(HeapObject* heap_obj) { in GetObjectType() argument
141 if (heap_obj->Is##type()) return kType##type; in GetObjectType()
162 const char* GetObjectTypeDesc(HeapObject* heap_obj) { in GetObjectTypeDesc() argument
163 LiveObjectType type = GetObjectType(heap_obj); in GetObjectTypeDesc()
214 static bool InSpace(AllocationSpace space, HeapObject* heap_obj) { in InSpace() argument
217 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() local
651 if (!filter->Matches(heap_obj)) { in ComputeTotalCountAndSize()
[all …]
Dliveobjectlist.h240 HeapObject* heap_obj = HeapObject::cast(object); in UpdatePointer() local
241 ASSERT(HEAP->InFromSpace(heap_obj)); in UpdatePointer()
247 MapWord first_word = heap_obj->map_word(); in UpdatePointer()
Dincremental-marking.cc502 HeapObject* heap_obj = HeapObject::cast(obj); in MarkObjectGreyDoNotEnqueue() local
505 MemoryChunk::IncrementLiveBytesFromGC(heap_obj->address(), in MarkObjectGreyDoNotEnqueue()
506 -heap_obj->Size()); in MarkObjectGreyDoNotEnqueue()
Druntime.cc5202 HeapObject* heap_obj = HeapObject::cast(obj); in RUNTIME_FUNCTION() local
5205 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() local
12029 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 …]
Dmark-compact.cc2740 HeapObject* heap_obj = HeapObject::cast(obj); in UpdateSlot() local
2742 MapWord map_word = heap_obj->map_word(); in UpdateSlot()
2744 ASSERT(heap->InFromSpace(heap_obj) || in UpdateSlot()
2745 MarkCompactCollector::IsOnEvacuationCandidate(heap_obj)); in UpdateSlot()
/external/chromium_org/v8/src/
Dincremental-marking.cc181 HeapObject* heap_obj = HeapObject::cast(obj); in MarkObjectGreyDoNotEnqueue() local
184 MemoryChunk::IncrementLiveBytesFromGC(heap_obj->address(), in MarkObjectGreyDoNotEnqueue()
185 -heap_obj->Size()); in MarkObjectGreyDoNotEnqueue()
Druntime.cc6037 HeapObject* heap_obj = HeapObject::cast(obj); in RUNTIME_FUNCTION() local
6040 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() local
12943 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 …]
Dmark-compact.cc2890 HeapObject* heap_obj = HeapObject::cast(obj); in UpdateSlot() local
2892 MapWord map_word = heap_obj->map_word(); in UpdateSlot()
2894 ASSERT(heap->InFromSpace(heap_obj) || in UpdateSlot()
2895 MarkCompactCollector::IsOnEvacuationCandidate(heap_obj)); in UpdateSlot()