Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/
Dcpu_profiler.cpp473 uintptr_t entryEnd = entryBegin + entryDuration; in InHeaderOrTail() local
477 if (pc <= entryEnd && pc >= (entryEnd - tailSize)) { in InHeaderOrTail()