Home
last modified time | relevance | path

Searched refs:callNapi_ (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/
Dsamples_record.h199 std::atomic_bool callNapi_ = false; variable
Dsamples_record.cpp541 callNapi_.store(flag); in SetCallNapiFlag()
546 return callNapi_.load(); in GetCallNapiFlag()