Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/execution/
Dtiering-manager.h56 class V8_NODISCARD OnInterruptTickScope final {
58 explicit OnInterruptTickScope(TieringManager* profiler);
59 ~OnInterruptTickScope();
Dtiering-manager.cc366 TieringManager::OnInterruptTickScope::OnInterruptTickScope( in OnInterruptTickScope() function in v8::internal::TieringManager::OnInterruptTickScope
373 TieringManager::OnInterruptTickScope::~OnInterruptTickScope() { in ~OnInterruptTickScope()
435 OnInterruptTickScope scope(this); in OnInterruptTick()