Home
last modified time | relevance | path

Searched refs:previousState_ (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/base/
H A Dblock_hook_scope.cpp27 previousState_ = __set_hook_flag(false); in BlockHookScope()
34 __set_hook_flag(previousState_); in ~BlockHookScope()
H A Dblock_hook_scope.h31 bool previousState_ {true};
/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/
H A Dsamples_record.cpp109 if (timeDelta > static_cast<int>(timeDeltaThreshold_) && previousState_ != RunningState::NAPI) { in AddSample()
114 previousState_ = RunningState::OTHER; in AddSample()
116 StatisticStateTime(timeDelta, previousState_); in AddSample()
117 previousState_ = nodeKey.methodKey.state; in AddSample()
130 if (timeDelta > static_cast<int>(timeDeltaThreshold_) && previousState_ != RunningState::NAPI) { in AddEmptyStackSample()
135 previousState_ = RunningState::OTHER; in AddEmptyStackSample()
138 StatisticStateTime(timeDelta, previousState_); in AddEmptyStackSample()
139 previousState_ = RunningState::OTHER; in AddEmptyStackSample()
H A Dsamples_record.h192 RunningState previousState_ = RunningState::OTHER; member in panda::ecmascript::SamplesRecord

Completed in 4 milliseconds