Home
last modified time | relevance | path

Searched refs:IsValidSlot (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/
Dobjects-body-descriptors-inl.h117 static bool IsValidSlot(HeapObject* obj, int offset) { in IsValidSlot() function
166 static bool IsValidSlot(HeapObject* obj, int offset) { in IsValidSlot() function
195 static bool IsValidSlot(HeapObject* obj, int offset) { in IsValidSlot() function
219 static bool IsValidSlot(HeapObject* obj, int offset) { in IsValidSlot() function
247 static bool IsValidSlot(HeapObject* obj, int offset) { in IsValidSlot() function
282 static bool IsValidSlot(HeapObject* obj, int offset) { return false; } in IsValidSlot() function
303 static bool IsValidSlot(HeapObject* obj, int offset) { return false; } in IsValidSlot() function
326 static bool IsValidSlot(HeapObject* obj, int offset) { return false; } in IsValidSlot() function
356 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.h1596 bool IsValidSlot(int offset);
Dobjects.cc2361 return BodyDescriptor::IsValidSlot(obj, offset); in apply()
2366 bool HeapObject::IsValidSlot(int offset) { in IsValidSlot() function in v8::internal::HeapObject
/external/v8/src/heap/
Dmark-compact.cc3046 return object->IsValidSlot(offset); in IsSlotInLiveObject()