Searched refs:IsValidSlot (Results 1 – 6 of 6) sorted by relevance
/external/v8/src/ |
D | objects-body-descriptors-inl.h | 93 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 …]
|
D | objects-body-descriptors.h | 69 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()
|
D | objects.h | 1734 bool IsValidSlot(Map* map, int offset);
|
D | objects.cc | 3681 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/ |
D | invalidated-slots-inl.h | 62 return invalidated_object_->IsValidSlot(invalidated_object_->map(), offset); in IsValid()
|
D | remembered-set.h | 271 static bool IsValidSlot(Heap* heap, MemoryChunk* chunk, Object** slot);
|