Searched refs:RawField (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/v8/src/heap/
H A Dobjects-visiting-inl.h85 VisitPointers(heap, HeapObject::RawField(
87 HeapObject::RawField(object, JSArrayBuffer::kWeakNextOffset));
89 heap, HeapObject::RawField(
91 HeapObject::RawField(object, JSArrayBuffer::kSizeWithInternalFields));
101 HeapObject::RawField(object, JSTypedArray::BodyDescriptor::kStartOffset),
102 HeapObject::RawField(object, JSTypedArray::kWeakNextOffset));
104 map->GetHeap(), HeapObject::RawField(
106 HeapObject::RawField(object, JSTypedArray::kSizeWithInternalFields));
116 HeapObject::RawField(object, JSDataView::BodyDescriptor::kStartOffset),
117 HeapObject::RawField(objec
[all...]
H A Dobjects-visiting.cc211 HeapObject::RawField(tail, WeakListVisitor<T>::WeakNextOffset());
319 HeapObject::RawField(context, FixedArray::SizeFor(index));
366 Object** slot = HeapObject::RawField(array_buffer,
H A Dobjects-visiting.h265 HeapObject::RawField(object, JSFunction::kPropertiesOffset),
266 HeapObject::RawField(object, JSFunction::kCodeEntryOffset));
271 heap, HeapObject::RawField(object,
273 HeapObject::RawField(object, JSFunction::kNonWeakFieldsEndOffset));
H A Dincremental-marking.cc43 heap_->mark_compact_collector()->RecordSlot(HeapObject::RawField(obj, 0),
192 VisitPointersWithAnchor(heap, HeapObject::RawField(object, 0),
193 HeapObject::RawField(object, start_offset),
194 HeapObject::RawField(object, end_offset));
H A Dmark-compact.h434 HeapObject::RawField(candidate, JSFunction::kNextFunctionLinkOffset));
H A Dmark-compact.cc256 VisitPointer(HeapObject::RawField(object, JSObject::kMapOffset));
259 VisitPointer(HeapObject::RawField(object, Map::kPrototypeOffset));
260 VisitPointer(HeapObject::RawField(object, Map::kConstructorOffset));
1060 HeapObject::RawField(shared, SharedFunctionInfo::kCodeOffset);
1092 HeapObject::RawField(candidate, SharedFunctionInfo::kCodeOffset);
2504 Object** value_slot = HeapObject::RawField(cell, Cell::kValueOffset);
H A Dheap.cc3292 Object** former_start = HeapObject::RawField(object, 0);
/external/chromium_org/v8/src/
H A Dtransitions-inl.h23 object, HeapObject::RawField(object, offset), value); \
80 return HeapObject::RawField(reinterpret_cast<HeapObject*>(this),
H A Dobjects-inl.h1205 object, HeapObject::RawField(object, offset), value); \
1213 object, HeapObject::RawField(object, offset), value); \
1311 Object** HeapObject::RawField(HeapObject* obj, int byte_offset) { function in class:v8::internal::HeapObject
2741 return HeapObject::RawField(this, kHeaderSize);
5850 HeapObject::RawField(this, kCodeEntryOffset),
7165 v->VisitPointers(HeapObject::RawField(obj, start_offset),
7166 HeapObject::RawField(obj, end_offset));
7174 v->VisitPointers(HeapObject::RawField(obj, start_offset),
7175 HeapObject::RawField(obj, object_size));
H A Dobjects.h1387 static inline Object** RawField(HeapObject* obj, int offset);
1457 StaticVisitor::VisitPointers(HeapObject::RawField(obj, start_offset),
1458 HeapObject::RawField(obj, end_offset));
1477 StaticVisitor::VisitPointers(HeapObject::RawField(obj, start_offset),
1478 HeapObject::RawField(obj, object_size));
2456 return HeapObject::RawField(this, OffsetOfElementAt(index));
2817 return HeapObject::RawField(this, OffsetOfElementAt(index));
2936 return HeapObject::RawField(reinterpret_cast<HeapObject*>(this),
H A Dobjects.cc7104 return HeapObject::RawField(map_, Map::kConstructorOffset);
7148 return HeapObject::RawField(map_, Map::kConstructorOffset);
9079 reinterpret_cast<Address*>(HeapObject::RawField(this, offset)),
H A Druntime.cc2168 return *HeapObject::RawField(templ, offset);

Completed in 1200 milliseconds