Home
last modified time | relevance | path

Searched defs:IsValidSlot (Results 1 – 4 of 4) 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
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
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.cc2590 bool HeapObject::IsValidSlot(int offset) { in IsValidSlot() function in v8::internal::HeapObject
/external/v8/src/heap/
Dremembered-set.cc54 bool RememberedSet<direction>::IsValidSlot(Heap* heap, MemoryChunk* chunk, in IsValidSlot() function in v8::internal::RememberedSet