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

  /external/chromium_org/v8/src/
objects-visiting-inl.h 119 HeapObject::RawField(object, JSArrayBuffer::BodyDescriptor::kStartOffset),
120 HeapObject::RawField(object, JSArrayBuffer::kWeakNextOffset));
123 HeapObject::RawField(object,
125 HeapObject::RawField(object, JSArrayBuffer::kSizeWithInternalFields));
135 HeapObject::RawField(object, JSTypedArray::BodyDescriptor::kStartOffset),
136 HeapObject::RawField(object, JSTypedArray::kWeakNextOffset));
139 HeapObject::RawField(object,
141 HeapObject::RawField(object, JSTypedArray::kSizeWithInternalFields));
151 HeapObject::RawField(object, JSDataView::BodyDescriptor::kStartOffset),
152 HeapObject::RawField(object, JSDataView::kWeakNextOffset))
    [all...]
transitions-inl.h 47 object, HeapObject::RawField(object, offset), value); \
110 return HeapObject::RawField(reinterpret_cast<HeapObject*>(this),
118 return HeapObject::RawField(
objects-visiting.h 301 HeapObject::RawField(object, JSFunction::kPropertiesOffset),
302 HeapObject::RawField(object, JSFunction::kCodeEntryOffset));
308 HeapObject::RawField(object,
310 HeapObject::RawField(object,
incremental-marking.cc 75 HeapObject::RawField(obj, 0), slot, value);
249 HeapObject::RawField(object, 0),
250 HeapObject::RawField(object, start_offset),
251 HeapObject::RawField(object, end_offset));
279 HeapObject::RawField(object,
281 HeapObject::RawField(object, JSWeakCollection::kSize));
    [all...]
mark-compact.cc 269 VisitPointer(HeapObject::RawField(object, JSObject::kMapOffset));
272 VisitPointer(HeapObject::RawField(object, Map::kPrototypeOffset));
273 VisitPointer(HeapObject::RawField(object, Map::kConstructorOffset));
    [all...]
objects-inl.h 960 object, HeapObject::RawField(object, offset), value); \
968 object, HeapObject::RawField(object, offset), value); \
1050 Object** HeapObject::RawField(HeapObject* obj, int byte_offset) {
    [all...]
mark-compact.h 474 HeapObject::RawField(candidate, JSFunction::kNextFunctionLinkOffset));
objects.h     [all...]
builtins.cc 317 Object** former_start = HeapObject::RawField(elms, 0);
    [all...]
heap.cc     [all...]
heap-snapshot-generator.cc     [all...]
objects.cc     [all...]
runtime.cc     [all...]
  /external/v8/src/
incremental-marking.cc 72 HeapObject::RawField(obj, 0), slot, value);
627 HeapObject::RawField(
629 HeapObject::RawField(
637 HeapObject::RawField(ctx, FixedArray::OffsetOfElementAt(idx));
mark-compact.cc 847 Object** slot = HeapObject::RawField(shared,
    [all...]
objects-inl.h 876 object, HeapObject::RawField(object, offset), value); \
884 object, HeapObject::RawField(object, offset), value); \
966 Object** HeapObject::RawField(HeapObject* obj, int byte_offset) {
    [all...]
builtins.cc 353 Object** former_start = HeapObject::RawField(elms, 0);
    [all...]
objects.cc     [all...]
profile-generator.cc     [all...]
objects.h     [all...]
runtime.cc     [all...]

Completed in 431 milliseconds