Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/
Dcpu_profiler.h105 bool IsAddrAtStubOrAot(uint64_t pc) const;
Dcpu_profiler.cpp419 if (thread->IsAsmInterpreter() && profiler->IsAddrAtStubOrAot(pc) && in GetStackSignalHandler()
512 bool CpuProfiler::IsAddrAtStubOrAot(uint64_t pc) const in IsAddrAtStubOrAot() function in panda::ecmascript::CpuProfiler