Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/
Dcpu_profiler.cpp32 CMap<pthread_t, const EcmaVM *> CpuProfiler::profilerMap_ = CMap<pthread_t, const EcmaVM *>(); member in panda::ecmascript::CpuProfiler
74 profilerMap_[tid_] = vm_; in StartCpuProfilerForInfo()
133 profilerMap_[tid_] = vm_; in StartCpuProfilerForFile()
386 const EcmaVM *vm = profilerMap_[tid]; in GetStackSignalHandler()
Dcpu_profiler.h99 static CMap<pthread_t, const EcmaVM *> profilerMap_; variable