Searched defs:IsValidSlot (Results 1 - 4 of 4) sorted by relevance

/external/v8/src/heap/
H A Dremembered-set.cc24 return IsValidSlot(heap, chunk, slot) ? KEEP_SLOT : REMOVE_SLOT;
47 CHECK(obj->IsValidSlot(offset));
54 bool RememberedSet<direction>::IsValidSlot(Heap* heap, MemoryChunk* chunk, function in class:v8::internal::RememberedSet
/external/v8/src/
H A Dobjects-body-descriptors.h21 // static bool IsValidSlot(HeapObject* obj, int offset);
79 static bool IsValidSlot(HeapObject* obj, int offset) { function in class:v8::internal::final
115 static bool IsValidSlot(HeapObject* obj, int offset) { function in class:v8::internal::final
H A Dobjects-body-descriptors-inl.h117 static bool IsValidSlot(HeapObject* obj, int offset) { function in class:v8::internal::final
166 static bool IsValidSlot(HeapObject* obj, int offset) { function in class:v8::internal::final
195 static bool IsValidSlot(HeapObject* obj, int offset) { function in class:v8::internal::final
224 static bool IsValidSlot(HeapObject* obj, int offset) { function in class:v8::internal::final
252 static bool IsValidSlot(HeapObject* obj, int offset) { function in class:v8::internal::final
287 static bool IsValidSlot(HeapObject* obj, int offset) { return false; } function in class:v8::internal::final
308 static bool IsValidSlot(HeapObject* obj, int offset) { return false; } function in class:v8::internal::final
331 static bool IsValidSlot(HeapObject* obj, int offset) { return false; } function in class:v8::internal::final
361 static bool IsValidSlot(HeapObject* obj, int offset) { function in class:v8::internal::final
H A Dobjects.cc2585 return BodyDescriptor::IsValidSlot(obj, offset);
2590 bool HeapObject::IsValidSlot(int offset) { function in class:v8::internal::HeapObject

Completed in 237 milliseconds