Home
last modified time | relevance | path

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

/external/v8/src/
Dobjects-body-descriptors-inl.h121 static bool IsValidSlot(HeapObject* obj, int offset) { in IsValidSlot() function
170 static bool IsValidSlot(HeapObject* obj, int offset) { in IsValidSlot() function
199 static bool IsValidSlot(HeapObject* obj, int offset) { in IsValidSlot() function
228 static bool IsValidSlot(HeapObject* obj, int offset) { in IsValidSlot() function
256 static bool IsValidSlot(HeapObject* obj, int offset) { in IsValidSlot() function
291 static bool IsValidSlot(HeapObject* obj, int offset) { return false; } in IsValidSlot() function
312 static bool IsValidSlot(HeapObject* obj, int offset) { return false; } in IsValidSlot() function
335 static bool IsValidSlot(HeapObject* obj, int offset) { return false; } in IsValidSlot() function
368 static bool IsValidSlot(HeapObject* obj, int offset) { in IsValidSlot() function
Dobjects-body-descriptors.h79 static bool IsValidSlot(HeapObject* obj, int offset) { in IsValidSlot() function
115 static bool IsValidSlot(HeapObject* obj, int offset) { in IsValidSlot() function
Dobjects.cc3085 bool HeapObject::IsValidSlot(int offset) { in IsValidSlot() function in v8::internal::HeapObject