Home
last modified time | relevance | path

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

/external/v8/src/objects/
Dobjects-body-descriptors-inl.h176 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 …]
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
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
Dobjects.cc2194 bool HeapObject::IsValidSlot(Map map, int offset) { in IsValidSlot() function in v8::internal::HeapObject