Home
last modified time | relevance | path

Searched refs:gcState (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/
Dsamples_record.h137 void SetGcState(bool gcState);
Dsamples_record.cpp627 void SamplesRecord::SetGcState(bool gcState) in SetGcState() argument
629 gcState_.store(gcState); in SetGcState()
/arkcompiler/ets_runtime/ecmascript/
Djs_thread.h421 void SetGcState(bool gcState) in SetGcState() argument
423 gcState_ = gcState; in SetGcState()