Home
last modified time | relevance | path

Searched defs:stackDepth (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/
Dheap_sampling_test.cpp59 int stackDepth = 128; // default depth in HWTEST_F_L0() local
70 int stackDepth = 128; // default depth in HWTEST_F_L0() local
84 int stackDepth = 128; // default depth in HWTEST_F_L0() local
94 int stackDepth = 128; // default depth in HWTEST_F_L0() local
Dheap_dump_test.cpp888 bool StartHeapSampling(uint64_t samplingInterval, int stackDepth = 128) override in StartHeapSampling()
/arkcompiler/toolchain/tooling/dynamic/backend/
Djs_single_stepper.cpp40 uint32_t stackDepth = GetStackDepth(); in StepComplete() local
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dheap_sampling.cpp21 HeapSampling::HeapSampling(const EcmaVM *vm, Heap *const heap, uint64_t interval, int stackDepth) in HeapSampling()
Dheap_profiler.cpp655 bool HeapProfiler::StartHeapSampling(uint64_t samplingInterval, int stackDepth) in StartHeapSampling()
/arkcompiler/toolchain/tooling/dynamic/agent/
Ddebugger_impl.cpp1819 uint32_t stackDepth = DebuggerApi::GetStackDepth(vm_); in DropFrame() local