| /arkcompiler/runtime_core/static_core/runtime/bridge/ |
| D | bridge.cpp | 68 thread->SetCurrentFrame(frame); in InvokeInterpreter() 83 thread->SetCurrentFrame(prevFrame); in InvokeInterpreter() 119 thread->SetCurrentFrame(prevFrame); in InvokeInterpreter()
|
| /arkcompiler/runtime_core/compiler/tests/ |
| D | panda_runner.h | 151 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/ |
| D | panda_runner.cpp | 33 ManagedThread::GetCurrent()->SetCurrentFrame(reinterpret_cast<Frame *>(fp)); in PandaRunnerHook()
|
| /arkcompiler/runtime_core/static_core/runtime/include/ |
| D | method-inl.h | 124 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()
|
| D | managed_thread.h | 62 void SetCurrentFrame(Frame *f) in SetCurrentFrame() function
|
| /arkcompiler/runtime_core/static_core/docs/ |
| D | deoptimization.md | 104 thread->SetCurrentFrame(frame); 111 thread->SetCurrentFrame(prev_frame); 123 thread->SetCurrentFrame(prev_frame);
|
| /arkcompiler/runtime_core/static_core/runtime/interpreter/ |
| D | runtime_interface.h | 138 static void SetCurrentFrame(ManagedThread *thread, Frame *frame) in SetCurrentFrame() function 140 thread->SetCurrentFrame(frame); in SetCurrentFrame()
|
| D | interpreter-inl.h | 2415 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/ |
| D | method_test.cpp | 190 thread->SetCurrentFrame(frame.get()); in TEST_F() 547 thread->SetCurrentFrame(nullptr); in TEST_F()
|
| D | interpreter_test.cpp | 95 ManagedThread::GetCurrent()->SetCurrentFrame(f); in InitializeFrame() 2856 ManagedThread::GetCurrent()->SetCurrentFrame(f2); in DEATH_TEST_F()
|
| /arkcompiler/ets_runtime/ecmascript/debugger/ |
| D | dropframe_manager.cpp | 155 thread->SetCurrentFrame(prevSp); in DropLastFrame()
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| D | osr.cpp | 177 thread->SetCurrentFrame(reinterpret_cast<Frame *>(cframePtr)); in PrepareOsrEntry()
|
| D | signal_handler.cpp | 481 thread->SetCurrentFrame(reinterpret_cast<Frame *>(signalContext.GetFP())); in Action()
|
| D | exceptions.cpp | 251 thread->SetCurrentFrame(nextFrame.GetIFrame()); in FindCatchBlockInCFrames()
|
| /arkcompiler/runtime_core/static_core/runtime/tests/interpreter/ |
| D | test_runtime_interface.h | 223 static void SetCurrentFrame([[maybe_unused]] ManagedThread *thread, Frame *frame) in SetCurrentFrame() function
|
| /arkcompiler/runtime_core/static_core/runtime/entrypoints/ |
| D | entrypoints.cpp | 112 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/ |
| D | js_thread.cpp | 161 void JSThread::SetCurrentFrame(JSTaggedType *sp) in SetCurrentFrame() function in panda::ecmascript::JSThread
|
| D | js_thread.h | 147 void SetCurrentFrame(JSTaggedType *sp);
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs.cpp | 1577 thread->SetCurrentFrame(frameHandler.GetSp()); in DEF_RUNTIME_STUBS() 1584 thread->SetCurrentFrame(frameHandler.GetSp()); in DEF_RUNTIME_STUBS()
|
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | interpreter_assembly.cpp | 542 thread->SetCurrentFrame(sp); in HandleReturn() 570 thread->SetCurrentFrame(sp); in HandleReturnundefined() 7556 thread->SetCurrentFrame(frameHandler.GetSp()); in ExceptionHandler()
|