Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dmark-compact.cc1288 if (TryEvacuateWithoutCopy(object)) return true; in Visit()
1308 inline bool TryEvacuateWithoutCopy(HeapObject* object) { in TryEvacuateWithoutCopy() function in v8::internal::EvacuateNewSpaceVisitor