Home
last modified time | relevance | path

Searched refs:GetJsRawStack (Results 1 – 3 of 3) sorted by relevance

/developtools/profiler/device/plugins/native_daemon/include/
Dstack_preprocess.h75 const char* GetJsRawStack(uint64_t jsChainId);
/developtools/profiler/device/plugins/native_daemon/src/
Dhook_manager.cpp507 … rawStack->jsStackData = hookCtx->stackPreprocess->GetJsRawStack(rawStack->stackConext->jsChainId); in ReadShareMemory()
Dstack_preprocess.cpp1404 const char* StackPreprocess::GetJsRawStack(uint64_t jsChainId) in GetJsRawStack() function in StackPreprocess