Home
last modified time | relevance | path

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

/external/v8/src/
Dobjects-body-descriptors-inl.h93 static bool IsValidSlot(Map* map, HeapObject* obj, int offset) { in IsValidSlot() function
113 static bool IsValidSlot(Map* map, HeapObject* obj, int offset) { in IsValidSlot() function
130 static bool IsValidSlot(Map* map, HeapObject* obj, int offset) { in IsValidSlot() function
162 static bool IsValidSlot(Map* map, HeapObject* obj, int offset) { in IsValidSlot() function
201 static bool IsValidSlot(Map* map, HeapObject* obj, int offset) { in IsValidSlot() function
226 static bool IsValidSlot(Map* map, HeapObject* obj, int offset) { in IsValidSlot() function
256 static bool IsValidSlot(Map* map, HeapObject* obj, int offset) { in IsValidSlot() function
271 static bool IsValidSlot(Map* map, HeapObject* obj, int offset) { in IsValidSlot() function
292 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
[all …]
Dobjects-body-descriptors.h69 static bool IsValidSlot(Map* map, HeapObject* obj, int offset) { in IsValidSlot() function
96 static bool IsValidSlot(Map* map, HeapObject* obj, int offset) { in IsValidSlot() function
125 static bool IsValidSlot(Map* map, HeapObject* obj, int offset) { in IsValidSlot() function
Dobjects.cc3685 bool HeapObject::IsValidSlot(Map* map, int offset) { in IsValidSlot() function in v8::internal::HeapObject