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

  /external/v8/src/crankshaft/
hydrogen-environment-liveness.cc 225 Heap::RelocationLock for_heap_access(isolate()->heap());
hydrogen.cc 739 Heap::RelocationLock relocation_lock(isolate()->heap());
    [all...]
  /external/v8/src/heap/
heap.h 495 class RelocationLock {
497 explicit RelocationLock(Heap* heap) : heap_(heap) {
501 ~RelocationLock() { heap_->relocation_mutex_.Unlock(); }
    [all...]
mark-compact.cc     [all...]
heap.cc     [all...]

Completed in 305 milliseconds