Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/
Dcpu_profiler.h45 thread_->SetGcState(true); in GcStateScope()
50 thread_->SetGcState(false); in ~GcStateScope()
Dsamples_record.h135 void SetGcState(bool gcState);
Dsamples_record.cpp619 void SamplesRecord::SetGcState(bool gcState) in SetGcState() function in panda::ecmascript::SamplesRecord
/arkcompiler/ets_runtime/ecmascript/
Djs_thread.h489 void SetGcState(bool gcState) in SetGcState() function