Searched defs:IsValidSlot (Results 1 – 4 of 4) sorted by relevance
| /external/v8/src/ |
| D | objects-body-descriptors-inl.h | 117 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 224 static bool IsValidSlot(HeapObject* obj, int offset) { in IsValidSlot() function 252 static bool IsValidSlot(HeapObject* obj, int offset) { in IsValidSlot() function 287 static bool IsValidSlot(HeapObject* obj, int offset) { return false; } in IsValidSlot() function 308 static bool IsValidSlot(HeapObject* obj, int offset) { return false; } in IsValidSlot() function 331 static bool IsValidSlot(HeapObject* obj, int offset) { return false; } in IsValidSlot() function 361 static bool IsValidSlot(HeapObject* obj, int offset) { in IsValidSlot() function
|
| D | objects-body-descriptors.h | 79 static bool IsValidSlot(HeapObject* obj, int offset) { in IsValidSlot() function 115 static bool IsValidSlot(HeapObject* obj, int offset) { in IsValidSlot() function
|
| D | objects.cc | 2590 bool HeapObject::IsValidSlot(int offset) { in IsValidSlot() function in v8::internal::HeapObject
|
| /external/v8/src/heap/ |
| D | remembered-set.cc | 54 bool RememberedSet<direction>::IsValidSlot(Heap* heap, MemoryChunk* chunk, in IsValidSlot() function in v8::internal::RememberedSet
|