Home
last modified time | relevance | path

Searched refs:MAX_CALL_FRAME_UNWIND_SIZE (Results 1 - 5 of 5) sorted by relevance

/developtools/hiperf/include/
H A Dcallstack.h50 const size_t MAX_CALL_FRAME_UNWIND_SIZE = 256; member
60 size_t maxStackLevel = MAX_CALL_FRAME_UNWIND_SIZE);
/developtools/profiler/device/plugins/native_daemon/include/
H A Dhook_common.h40 const size_t MAX_CALL_FRAME_UNWIND_SIZE = MAX_UNWIND_DEPTH + FILTER_STACK_DEPTH; member
H A Dcall_stack.h46 size_t maxStackLevel = MAX_CALL_FRAME_UNWIND_SIZE, int maxjsDepth = 0,
/developtools/hiperf/src/
H A Dcallstack.cpp545 cachedCallFrames.size() >= MAX_CALL_FRAME_UNWIND_SIZE) { in DoExpandCallStack()
/developtools/profiler/device/plugins/native_daemon/src/
H A Dstack_preprocess.cpp457 size_t stackDepth = ((size_t)hookConfig_.max_stack_depth() > MAX_CALL_FRAME_UNWIND_SIZE) in TakeResults()
458 ? MAX_CALL_FRAME_UNWIND_SIZE in TakeResults()

Completed in 6 milliseconds