Searched defs:staticFrameStack_ (Results 1 – 2 of 2) sorted by relevance
| /ark/js_runtime/ecmascript/cpu_profiler/ | ||
| D | cpu_profiler.h | 59 static CVector<JSMethod *> staticFrameStack_; variable |
| D | cpu_profiler.cpp | 30 CVector<JSMethod *> CpuProfiler::staticFrameStack_ = CVector<JSMethod *>(); member in panda::ecmascript::CpuProfiler |