Home
last modified time | relevance | path

Searched refs:topFrame (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/
Dcpu_profiler.cpp274 bool topFrame = true; in GetStack() local
284 if (topFrame) { in GetStack()
287 topFrame = false; in GetStack()
336 bool topFrame = true; in GetStackCallNapi() local
351 if (topFrame) { in GetStackCallNapi()
358 topFrame = false; in GetStackCallNapi()
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dheap_sampling.cpp90 bool topFrame = true; in GetStack() local
99 if (topFrame) { in GetStack()
101 topFrame = false; in GetStack()
/arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/
Djs_stackgetter.cpp165 bool isNative, bool topFrame, in GetRunningState() argument
172 if (topFrame) { in GetRunningState()
199 if (topFrame) { in GetRunningState()
Djs_stackgetter.h87 bool topFrame, bool enableVMTag = false);