Home
last modified time | relevance | path

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

/developtools/profiler/device/plugins/native_hook/src/
Dhook_client.cpp102 int stackSize = stackendptr - stackptr; in hook_malloc() local
235 int stackSize = stackendptr - stackptr; in hook_free() local
Druntime_stack_range.cpp44 size_t stackSize; in GetThreadRuntimeStackRange() local
/developtools/profiler/device/plugins/native_daemon/src/
Dhook_standalone.cpp78 uint32_t stackSize; in ReadShareMemory() local
Dhook_manager.cpp191 uint32_t stackSize; in ReadShareMemory() local
/developtools/hiperf/src/
Dperf_events.cpp838 void PerfEvents::SetDwarfSampleStackSize(uint32_t stackSize) in SetDwarfSampleStackSize()
1362 uint64_t stackSize = 0; in CutStackAndMove() local
Dcallstack.cpp468 const u8 *stack, u64 stackSize, std::vector<CallFrame> &callStack, in UnwindCallStack()