HomeSort by relevance Sort by last modified time
    Searched defs:heap_object (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/v8/src/
mark-compact-inl.h 55 HeapObject* heap_object = HeapObject::cast(obj); local
56 return Marking::MarkBitFrom(heap_object).Get();
store-buffer.cc 389 HeapObject* heap_object = reinterpret_cast<HeapObject*>(object); local
390 ASSERT(heap_object->IsHeapObject());
393 if (clear_maps) ClearDeadObject(heap_object);
394 slot_callback(reinterpret_cast<HeapObject**>(slot), heap_object); local
477 HeapObject* heap_object = reinterpret_cast<HeapObject*>(object); local
480 if (clear_maps) ClearDeadObject(heap_object);
481 slot_callback(reinterpret_cast<HeapObject**>(slot), heap_object); local
incremental-marking.cc 147 static inline void MarkBlackOrKeepGrey(HeapObject* heap_object,
153 MemoryChunk::IncrementLiveBytesFromGC(heap_object->address(), size);
158 static inline void MarkBlackOrKeepBlack(HeapObject* heap_object,
164 MemoryChunk::IncrementLiveBytesFromGC(heap_object->address(), size);
268 HeapObject* heap_object = HeapObject::cast(obj); local
269 MarkBit mark_bit = Marking::MarkBitFrom(heap_object);
271 MarkBlackOrKeepGrey(heap_object, mark_bit, heap_object->Size());
273 heap->incremental_marking()->WhiteToGreyAndPush(heap_object, mark_bit);
280 HeapObject* heap_object = HeapObject::cast(obj) local
    [all...]
ic.cc 1778 Handle<HeapObject> heap_object = Handle<HeapObject>::cast(object); local
    [all...]
serialize.cc 1393 HeapObject* heap_object = HeapObject::cast(o); local
1473 HeapObject* heap_object = HeapObject::cast(o); local
    [all...]
hydrogen-instructions.cc 2706 Handle<HeapObject> heap_object = Handle<HeapObject>::cast(object); local
    [all...]
mark-compact.cc 2079 HeapObject* heap_object = HeapObject::cast(o); local
3132 HeapObject* heap_object = HeapObject::cast(object); local
    [all...]
spaces.h 2957 HeapObject* heap_object; local
    [all...]
objects.cc 878 HeapObject* heap_object = HeapObject::cast(this); local
882 if (heap_object->IsJSReceiver()) {
883 return heap_object->map()->prototype();
887 if (heap_object->IsHeapNumber()) {
890 if (heap_object->IsString()) {
893 if (heap_object->IsSymbol()) {
896 if (heap_object->IsBoolean()) {
    [all...]

Completed in 2062 milliseconds