Home
last modified time | relevance | path

Searched defs:staticFrameStack_ (Results 1 – 2 of 2) sorted by relevance

/ark/js_runtime/ecmascript/cpu_profiler/
Dcpu_profiler.h59 static CVector<JSMethod *> staticFrameStack_; variable
Dcpu_profiler.cpp30 CVector<JSMethod *> CpuProfiler::staticFrameStack_ = CVector<JSMethod *>(); member in panda::ecmascript::CpuProfiler