Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/
Dcpu_profiler.h62 thread_->SetRuntimeState(true); in RuntimeStateScope()
67 thread_->SetRuntimeState(oldState_); in ~RuntimeStateScope()
Dsamples_record.h137 void SetRuntimeState(bool runtimeState);
Dsamples_record.cpp629 void SamplesRecord::SetRuntimeState(bool runtimeState) in SetRuntimeState() function in panda::ecmascript::SamplesRecord
/arkcompiler/ets_runtime/ecmascript/
Djs_thread.h499 void SetRuntimeState(bool runtimeState) in SetRuntimeState() function