Home
last modified time | relevance | path

Searched refs:GetPcFromContext (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/
Dcpu_profiler.h104 static uint64_t GetPcFromContext(void *context);
Dcpu_profiler.cpp417 pc = GetPcFromContext(context); in GetStackSignalHandler()
496 uint64_t CpuProfiler::GetPcFromContext(void *context) in GetPcFromContext() function in panda::ecmascript::CpuProfiler