Searched refs:UnparkedScope (Results 1 – 5 of 5) sorted by relevance
188 friend class UnparkedScope; variable208 class UnparkedScope {210 explicit UnparkedScope(LocalHeap* local_heap) : local_heap_(local_heap) { in UnparkedScope() function214 ~UnparkedScope() { local_heap_->Park(); } in ~UnparkedScope()
22 UnparkedScope unparked_scope(&local_heap); in RunInternal()
121 UnparkedScope scope(local_isolate->heap()); in NextInput()
488 base::Optional<UnparkedScope> unparked_scope;
1587 UnparkedScope unparked_scope(isolate.heap()); in Run()