Home
last modified time | relevance | path

Searched defs:gcState (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_state.cpp74 GCState gcState = GetGCState(); in GCIsWaiting() local
80 GCState gcState = GetGCState(); in GCIsRunning() local
86 GCState gcState = GetGCState(); in GCIsStop() local
/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/
Dsamples_record.cpp454 void SamplesRecord::SetGcState(bool gcState) in SetGcState()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dbarrier_stub_builder.cpp122 GateRef gcState = Int64And(gcStateBitField, Int64(JSThread::CONCURRENT_MARKING_BITFIELD_MASK)); in HandleMark() local
/arkcompiler/ets_runtime/ecmascript/
Djs_thread.h682 void SetGcState(bool gcState) in SetGcState()