Searched defs:currentFrame (Results 1 - 3 of 3) sorted by relevance
| /arkcompiler/runtime_core/static_core/runtime/include/ |
| H A D | method-inl.h | 117 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 D | cpu_profiler.cpp | 325 auto currentFrame = const_cast<JSTaggedType *>(thread->GetCurrentFrame()); in GetStackCallNapi() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | ecma_context.h | 521 void SetFramePointers(JSTaggedType *currentFrame, JSTaggedType *leaveFrame, JSTaggedType *lastFp) in SetFramePointers() argument
|
Completed in 4 milliseconds