Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/
Dcpu_profiler.h82 bool IsEntryFrameHeaderOrTail(JSThread *thread, uint64_t pc) const;
Dcpu_profiler.cpp420 !profiler->IsEntryFrameHeaderOrTail(thread, pc)) { in GetStackSignalHandler()
483 bool CpuProfiler::IsEntryFrameHeaderOrTail(JSThread *thread, uint64_t pc) const in IsEntryFrameHeaderOrTail() function in panda::ecmascript::CpuProfiler