Home
last modified time | relevance | path

Searched refs:IsValidSlot (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/
Dobjects-body-descriptors-inl.h93 static bool IsValidSlot(Map* map, HeapObject* obj, int offset) { in IsValidSlot() function
113 static bool IsValidSlot(Map* map, HeapObject* obj, int offset) { in IsValidSlot() function
130 static bool IsValidSlot(Map* map, HeapObject* obj, int offset) { in IsValidSlot() function
162 static bool IsValidSlot(Map* map, HeapObject* obj, int offset) { in IsValidSlot() function
201 static bool IsValidSlot(Map* map, HeapObject* obj, int offset) { in IsValidSlot() function
226 static bool IsValidSlot(Map* map, HeapObject* obj, int offset) { in IsValidSlot() function
256 static bool IsValidSlot(Map* map, HeapObject* obj, int offset) { in IsValidSlot() function
271 static bool IsValidSlot(Map* map, HeapObject* obj, int offset) { in IsValidSlot() function
292 static bool IsValidSlot(Map* map, HeapObject* obj, int offset) { in IsValidSlot() function
307 static bool IsValidSlot(Map* map, HeapObject* obj, int offset) { in IsValidSlot() function
[all …]
Dobjects-body-descriptors.h69 static bool IsValidSlot(Map* map, HeapObject* obj, int offset) { in IsValidSlot() function
96 static bool IsValidSlot(Map* map, HeapObject* obj, int offset) { in IsValidSlot() function
125 static bool IsValidSlot(Map* map, HeapObject* obj, int offset) { in IsValidSlot() function
126 return ParentBodyDescriptor::IsValidSlot(map, obj, offset) || in IsValidSlot()
127 ChildBodyDescriptor::IsValidSlot(map, obj, offset); in IsValidSlot()
Dobjects.h1734 bool IsValidSlot(Map* map, int offset);
Dobjects.cc3681 return BodyDescriptor::IsValidSlot(map, obj, offset); in apply()
3685 bool HeapObject::IsValidSlot(Map* map, int offset) { in IsValidSlot() function in v8::internal::HeapObject
/external/v8/src/heap/
Dinvalidated-slots-inl.h62 return invalidated_object_->IsValidSlot(invalidated_object_->map(), offset); in IsValid()
Dremembered-set.h271 static bool IsValidSlot(Heap* heap, MemoryChunk* chunk, Object** slot);