Searched defs:IsValidSlot (Results 1 – 3 of 3) sorted by relevance
| /external/v8/src/ |
| D | objects-body-descriptors-inl.h | 121 static bool IsValidSlot(HeapObject* obj, int offset) { in IsValidSlot() function 170 static bool IsValidSlot(HeapObject* obj, int offset) { in IsValidSlot() function 199 static bool IsValidSlot(HeapObject* obj, int offset) { in IsValidSlot() function 228 static bool IsValidSlot(HeapObject* obj, int offset) { in IsValidSlot() function 256 static bool IsValidSlot(HeapObject* obj, int offset) { in IsValidSlot() function 291 static bool IsValidSlot(HeapObject* obj, int offset) { return false; } in IsValidSlot() function 312 static bool IsValidSlot(HeapObject* obj, int offset) { return false; } in IsValidSlot() function 335 static bool IsValidSlot(HeapObject* obj, int offset) { return false; } in IsValidSlot() function 368 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.cc | 3085 bool HeapObject::IsValidSlot(int offset) { in IsValidSlot() function in v8::internal::HeapObject
|