Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dlocal-heap.cc109 bool LocalHeap::IsParked() { in IsParked() function in v8::internal::LocalHeap
128 if (IsParked()) return; in EnsureParkedBeforeDestruction()
Dlocal-heap.h91 bool IsParked();
/external/v8/src/handles/
Dpersistent-handles.cc47 if (owner_) DCHECK(!owner_->IsParked()); in CheckOwnerIsNotParked()
/external/v8/src/compiler/
Djs-heap-broker.h481 if (local_isolate != nullptr && local_isolate->heap()->IsParked()) {