Home
last modified time | relevance | path

Searched defs:currentFrame (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/include/
Dmethod-inl.h117 Frame *currentFrame = thread->GetCurrentFrame(); in CompiledCodeExecute() local
169 Frame *currentFrame = thread->GetCurrentFrame(); in InvokeCompiledCode() local
212 Frame *currentFrame = thread->GetCurrentFrame(); in InvokeInterpretedCode() local
229 void Method::InvokeEntry(ManagedThread *thread, Frame *currentFrame, Frame *frame, const uint8_t *p… in InvokeEntry()
307 Frame *currentFrame = thread->GetCurrentFrame(); in InvokeContext() local
338 Frame *currentFrame = thread->GetCurrentFrame(); in EnterNativeMethodFrame() local
354 Frame *currentFrame = thread->GetCurrentFrame(); in ExitNativeMethodFrame() local
365 Frame *currentFrame) in InitFrame()
375 Frame *currentFrame) in InitFrameWithNumVRegs()
/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/
Dcpu_profiler.cpp324 auto currentFrame = const_cast<JSTaggedType *>(thread->GetCurrentFrame()); in GetStackCallNapi() local
/arkcompiler/ets_runtime/ecmascript/
Decma_context.h521 … void SetFramePointers(JSTaggedType *currentFrame, JSTaggedType *leaveFrame, JSTaggedType *lastFp) in SetFramePointers()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_ark_tools.cpp1400 JSTaggedType *currentFrame = const_cast<JSTaggedType *>(thread->GetCurrentFrame()); in IterateFrame() local