Home
last modified time | relevance | path

Searched defs:IsValidSlot (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/objects/
Dobjects-body-descriptors-inl.h172 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 …]
Dobjects-body-descriptors.h86 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
Dobjects.cc2185 bool HeapObject::IsValidSlot(Map map, int offset) { in IsValidSlot() function in v8::internal::HeapObject