Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/bridge/
Dbridge.cpp68 thread->SetCurrentFrame(frame); in InvokeInterpreter()
83 thread->SetCurrentFrame(prevFrame); in InvokeInterpreter()
119 thread->SetCurrentFrame(prevFrame); in InvokeInterpreter()
/arkcompiler/runtime_core/compiler/tests/
Dpanda_runner.h151 ManagedThread::GetCurrent()->SetCurrentFrame(reinterpret_cast<Frame *>(fp)); in Hook()
165 ManagedThread::GetCurrent()->SetCurrentFrame(reinterpret_cast<Frame *>(fp)); in Hook()
173 ManagedThread::GetCurrent()->SetCurrentFrame(reinterpret_cast<Frame *>(fp)); in Hook()
/arkcompiler/runtime_core/static_core/compiler/tests/
Dpanda_runner.cpp33 ManagedThread::GetCurrent()->SetCurrentFrame(reinterpret_cast<Frame *>(fp)); in PandaRunnerHook()
/arkcompiler/runtime_core/static_core/runtime/include/
Dmethod-inl.h124 thread->SetCurrentFrame(currentFrame); in CompiledCodeExecute()
202 thread->SetCurrentFrame(currentFrame); in InvokeCompiledCode()
235 thread->SetCurrentFrame(frame); in InvokeEntry()
267 thread->SetCurrentFrame(currentFrame); in InvokeEntry()
348 thread->SetCurrentFrame(frame.get()); in EnterNativeMethodFrame()
359 thread->SetCurrentFrame(currentFrame->GetPrevFrame()); in ExitNativeMethodFrame()
Dmanaged_thread.h62 void SetCurrentFrame(Frame *f) in SetCurrentFrame() function
/arkcompiler/runtime_core/static_core/docs/
Ddeoptimization.md104 thread->SetCurrentFrame(frame);
111 thread->SetCurrentFrame(prev_frame);
123 thread->SetCurrentFrame(prev_frame);
/arkcompiler/runtime_core/static_core/runtime/interpreter/
Druntime_interface.h138 static void SetCurrentFrame(ManagedThread *thread, Frame *frame) in SetCurrentFrame() function
140 thread->SetCurrentFrame(frame); in SetCurrentFrame()
Dinterpreter-inl.h2415 RuntimeIfaceT::SetCurrentFrame(thread, prev); in HandleReturnStackless()
2715 RuntimeIfaceT::SetCurrentFrame(thread, prev); in FindCatchBlockStackless()
3327 RuntimeIfaceT::SetCurrentFrame(current, *frame); in CreateAndSetFrame()
3397 this->GetThread()->SetCurrentFrame(this->GetFrame()); in CallCompiledCode()
/arkcompiler/runtime_core/static_core/runtime/tests/
Dmethod_test.cpp190 thread->SetCurrentFrame(frame.get()); in TEST_F()
547 thread->SetCurrentFrame(nullptr); in TEST_F()
Dinterpreter_test.cpp95 ManagedThread::GetCurrent()->SetCurrentFrame(f); in InitializeFrame()
2856 ManagedThread::GetCurrent()->SetCurrentFrame(f2); in DEATH_TEST_F()
/arkcompiler/ets_runtime/ecmascript/debugger/
Ddropframe_manager.cpp155 thread->SetCurrentFrame(prevSp); in DropLastFrame()
/arkcompiler/runtime_core/static_core/runtime/
Dosr.cpp177 thread->SetCurrentFrame(reinterpret_cast<Frame *>(cframePtr)); in PrepareOsrEntry()
Dsignal_handler.cpp481 thread->SetCurrentFrame(reinterpret_cast<Frame *>(signalContext.GetFP())); in Action()
Dexceptions.cpp251 thread->SetCurrentFrame(nextFrame.GetIFrame()); in FindCatchBlockInCFrames()
/arkcompiler/runtime_core/static_core/runtime/tests/interpreter/
Dtest_runtime_interface.h223 static void SetCurrentFrame([[maybe_unused]] ManagedThread *thread, Frame *frame) in SetCurrentFrame() function
/arkcompiler/runtime_core/static_core/runtime/entrypoints/
Dentrypoints.cpp112 thread->SetCurrentFrame(frame); in InterpreterEntryPoint()
119 thread->SetCurrentFrame(prevFrame->GetPrevFrame()); in InterpreterEntryPoint()
121 thread->SetCurrentFrame(prevFrame); in InterpreterEntryPoint()
1497 interpreter::RuntimeInterface::SetCurrentFrame(thread, prev); in FindCatchBlockInIFramesStackless()
/arkcompiler/ets_runtime/ecmascript/
Djs_thread.cpp161 void JSThread::SetCurrentFrame(JSTaggedType *sp) in SetCurrentFrame() function in panda::ecmascript::JSThread
Djs_thread.h147 void SetCurrentFrame(JSTaggedType *sp);
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp1577 thread->SetCurrentFrame(frameHandler.GetSp()); in DEF_RUNTIME_STUBS()
1584 thread->SetCurrentFrame(frameHandler.GetSp()); in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter_assembly.cpp542 thread->SetCurrentFrame(sp); in HandleReturn()
570 thread->SetCurrentFrame(sp); in HandleReturnundefined()
7556 thread->SetCurrentFrame(frameHandler.GetSp()); in ExceptionHandler()