Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Decma_context.h350 … void SetFramePointers(JSTaggedType *currentFrame, JSTaggedType *leaveFrame, JSTaggedType *lastFp) in SetFramePointers() argument
352 currentFrame_ = currentFrame; in SetFramePointers()
/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/
Dcpu_profiler.cpp330 auto currentFrame = const_cast<JSTaggedType *>(thread->GetCurrentFrame()); in GetStackCallNapi() local
331 FrameIterator it(currentFrame, thread); in GetStackCallNapi()