Searched defs:IsValidSlot (Results 1 – 3 of 3) sorted by relevance
| /third_party/node/deps/v8/src/objects/ |
| D | objects-body-descriptors-inl.h | 172 static bool IsValidSlot(Map map, HeapObject obj, int offset) { return false; } in IsValidSlot() function 202 static bool IsValidSlot(Map map, HeapObject obj, int offset) { in IsValidSlot() function 222 static bool IsValidSlot(Map map, HeapObject obj, int offset) { in IsValidSlot() function 239 static bool IsValidSlot(Map map, HeapObject obj, int offset) { in IsValidSlot() function 259 static bool IsValidSlot(Map map, HeapObject obj, int offset) { in IsValidSlot() function 279 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 343 static bool IsValidSlot(Map map, HeapObject obj, int offset) { in IsValidSlot() function 374 static bool IsValidSlot(Map map, HeapObject obj, int offset) { in IsValidSlot() function 395 static bool IsValidSlot(Map map, HeapObject obj, int offset) { in IsValidSlot() function [all …]
|
| D | objects-body-descriptors.h | 86 static bool IsValidSlot(Map map, HeapObject obj, int offset) { in IsValidSlot() function 128 static bool IsValidSlot(Map map, HeapObject obj, int offset) { in IsValidSlot() function 169 static bool IsValidSlot(Map map, HeapObject obj, int offset) { in IsValidSlot() function 200 static bool IsValidSlot(Map map, HeapObject obj, int offset) { return false; } in IsValidSlot() function 226 static bool IsValidSlot(Map map, HeapObject obj, int offset) { in IsValidSlot() function
|
| D | objects.cc | 2185 bool HeapObject::IsValidSlot(Map map, int offset) { in IsValidSlot() function in v8::internal::HeapObject
|