HomeSort by relevance Sort by last modified time
    Searched refs:RawField (Results 1 - 13 of 13) sorted by null

  /external/v8/test/cctest/
test-slots-buffer.cc 27 buffer->Add(HeapObject::RawField(*array, FixedArray::kHeaderSize));
29 HeapObject::RawField(*array, FixedArray::kHeaderSize));
34 HeapObject::RawField(heap->empty_fixed_array(),
44 HeapObject::RawField(*array, FixedArray::kHeaderSize));
49 HeapObject::RawField(heap->empty_fixed_array(),
52 HeapObject::RawField(heap->empty_fixed_array(),
114 Object** kRemovedEntry = HeapObject::RawField(heap->empty_fixed_array(),
  /external/v8/src/
objects-body-descriptors-inl.h 81 v->VisitPointers(HeapObject::RawField(obj, start_offset),
82 HeapObject::RawField(obj, end_offset));
90 HeapObject::RawField(obj, start_offset),
91 HeapObject::RawField(obj, end_offset));
98 v->VisitPointer(HeapObject::RawField(obj, offset));
105 StaticVisitor::VisitPointer(heap, obj, HeapObject::RawField(obj, offset));
293 HeapObject::RawField(obj, kForeignAddressOffset)));
299 HeapObject::RawField(obj, kForeignAddressOffset)));
315 HeapObject::RawField(obj, kResourceOffset)));
322 HeapObject::RawField(obj, kResourceOffset)))
    [all...]
objects-inl.h     [all...]
objects.cc     [all...]
objects.h     [all...]
  /external/v8/src/heap/
objects-visiting-inl.h 110 HeapObject::RawField(object, BytecodeArray::kConstantPoolOffset),
111 HeapObject::RawField(object, BytecodeArray::kFrameSizeOffset));
317 HeapObject::RawField(object, Map::kPointerFieldsBeginOffset),
318 HeapObject::RawField(object, Map::kPointerFieldsEndOffset));
330 HeapObject::RawField(object, PropertyCell::kPointerFieldsBeginOffset),
331 HeapObject::RawField(object, PropertyCell::kPointerFieldsEndOffset));
348 Object** slot = HeapObject::RawField(weak_cell, WeakCell::kValueOffset);
395 HeapObject::RawField(object, AllocationSite::kPointerFieldsBeginOffset),
396 HeapObject::RawField(object, AllocationSite::kPointerFieldsEndOffset));
424 Object** slot = HeapObject::RawField(object, JSWeakCollection::kTableOffset)
    [all...]
objects-visiting.cc 212 HeapObject::RawField(tail, WeakListVisitor<T>::WeakNextOffset());
331 HeapObject::RawField(context, FixedArray::SizeFor(index));
objects-visiting.h 218 HeapObject::RawField(object, BodyDescriptor::kStartOffset),
219 HeapObject::RawField(object, object_size));
mark-compact-inl.h 91 HeapObject::RawField(candidate, JSFunction::kNextFunctionLinkOffset));
incremental-marking.cc 208 VisitPointers(heap, object, HeapObject::RawField(object, start_offset),
209 HeapObject::RawField(object, end_offset));
629 Object** slot = HeapObject::RawField(weak_cell, WeakCell::kValueOffset);
    [all...]
mark-compact.cc     [all...]
heap.cc     [all...]
  /external/v8/src/profiler/
heap-snapshot-generator.cc     [all...]

Completed in 143 milliseconds