Home
last modified time | relevance | path

Searched defs:currentFrame (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/include/
H A 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, Fram argument
307 Frame *currentFrame = thread->GetCurrentFrame(); InvokeContext() local
338 Frame *currentFrame = thread->GetCurrentFrame(); EnterNativeMethodFrame() local
354 Frame *currentFrame = thread->GetCurrentFrame(); ExitNativeMethodFrame() local
364 InitFrame(ManagedThread *thread, uint32_t numActualArgs, ValueT *args, Frame *currentFrame) InitFrame() argument
373 InitFrameWithNumVRegs(ManagedThread *thread, uint32_t numVregs, uint32_t numActualArgs, ValueT *args, Frame *currentFrame) InitFrameWithNumVRegs() argument
[all...]
/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/
H A Dcpu_profiler.cpp325 auto currentFrame = const_cast<JSTaggedType *>(thread->GetCurrentFrame()); in GetStackCallNapi() local
/arkcompiler/ets_runtime/ecmascript/
H A Decma_context.h521 void SetFramePointers(JSTaggedType *currentFrame, JSTaggedType *leaveFrame, JSTaggedType *lastFp) in SetFramePointers() argument

Completed in 4 milliseconds