Searched refs:IsValidSlot (Results 1 – 5 of 5) sorted by relevance
/external/v8/src/ |
D | objects-body-descriptors-inl.h | 117 static bool IsValidSlot(HeapObject* obj, int offset) { in IsValidSlot() function 166 static bool IsValidSlot(HeapObject* obj, int offset) { in IsValidSlot() function 195 static bool IsValidSlot(HeapObject* obj, int offset) { in IsValidSlot() function 219 static bool IsValidSlot(HeapObject* obj, int offset) { in IsValidSlot() function 247 static bool IsValidSlot(HeapObject* obj, int offset) { in IsValidSlot() function 282 static bool IsValidSlot(HeapObject* obj, int offset) { return false; } in IsValidSlot() function 303 static bool IsValidSlot(HeapObject* obj, int offset) { return false; } in IsValidSlot() function 326 static bool IsValidSlot(HeapObject* obj, int offset) { return false; } in IsValidSlot() function 356 static bool IsValidSlot(HeapObject* obj, int offset) { in IsValidSlot() function
|
D | objects-body-descriptors.h | 79 static bool IsValidSlot(HeapObject* obj, int offset) { in IsValidSlot() function 115 static bool IsValidSlot(HeapObject* obj, int offset) { in IsValidSlot() function
|
D | objects.h | 1596 bool IsValidSlot(int offset);
|
D | objects.cc | 2361 return BodyDescriptor::IsValidSlot(obj, offset); in apply() 2366 bool HeapObject::IsValidSlot(int offset) { in IsValidSlot() function in v8::internal::HeapObject
|
/external/v8/src/heap/ |
D | mark-compact.cc | 3046 return object->IsValidSlot(offset); in IsSlotInLiveObject()
|