Searched defs:IsValidSlot (Results 1 – 3 of 3) sorted by relevance
| /external/v8/src/objects/ |
| D | objects-body-descriptors-inl.h | 176 static bool IsValidSlot(Map map, HeapObject obj, int offset) { in IsValidSlot() function 196 static bool IsValidSlot(Map map, HeapObject obj, int offset) { in IsValidSlot() function 213 static bool IsValidSlot(Map map, HeapObject obj, int offset) { in IsValidSlot() function 233 static bool IsValidSlot(Map map, HeapObject obj, int offset) { in IsValidSlot() function 253 static bool IsValidSlot(Map map, HeapObject obj, int offset) { in IsValidSlot() function 274 static bool IsValidSlot(Map map, HeapObject obj, int offset) { in IsValidSlot() function 305 static bool IsValidSlot(Map map, HeapObject obj, int offset) { in IsValidSlot() function 339 static bool IsValidSlot(Map map, HeapObject obj, int offset) { in IsValidSlot() function 360 static bool IsValidSlot(Map map, HeapObject obj, int offset) { in IsValidSlot() function 385 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 165 static bool IsValidSlot(Map map, HeapObject obj, int offset) { in IsValidSlot() function 196 static bool IsValidSlot(Map map, HeapObject obj, int offset) { return false; } in IsValidSlot() function 222 static bool IsValidSlot(Map map, HeapObject obj, int offset) { in IsValidSlot() function
|
| D | objects.cc | 2194 bool HeapObject::IsValidSlot(Map map, int offset) { in IsValidSlot() function in v8::internal::HeapObject
|