Searched refs:IsEntryFrameHeaderOrTail (Results 1 – 2 of 2) sorted by relevance
82 bool IsEntryFrameHeaderOrTail(JSThread *thread, uint64_t pc) const;
420 !profiler->IsEntryFrameHeaderOrTail(thread, pc)) { in GetStackSignalHandler()483 bool CpuProfiler::IsEntryFrameHeaderOrTail(JSThread *thread, uint64_t pc) const in IsEntryFrameHeaderOrTail() function in panda::ecmascript::CpuProfiler