HomeSort by relevance Sort by last modified time
    Searched refs:MigrateObject (Results 1 - 3 of 3) sorted by null

  /external/v8/src/heap/
scavenger-inl.h 48 bool Scavenger::MigrateObject(Map* map, HeapObject* source, HeapObject* target,
85 const bool self_success = MigrateObject(map, object, target, object_size);
111 const bool self_success = MigrateObject(map, object, target, object_size);
235 // Synchronized load that consumes the publishing CAS of MigrateObject.
scavenger.h 67 V8_INLINE bool MigrateObject(Map* map, HeapObject* source, HeapObject* target,
mark-compact.cc     [all...]

Completed in 180 milliseconds