Searched refs:profilerMap_ (Results 1 – 2 of 2) sorted by relevance
32 CMap<pthread_t, const EcmaVM *> CpuProfiler::profilerMap_ = CMap<pthread_t, const EcmaVM *>(); member in panda::ecmascript::CpuProfiler74 profilerMap_[tid_] = vm_; in StartCpuProfilerForInfo()133 profilerMap_[tid_] = vm_; in StartCpuProfilerForFile()386 const EcmaVM *vm = profilerMap_[tid]; in GetStackSignalHandler()
99 static CMap<pthread_t, const EcmaVM *> profilerMap_; variable