Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/compiler/tests/
Dpanda_runner.h151 ManagedThread::GetCurrent()->SetCurrentFrame(reinterpret_cast<Frame *>(fp)); in Hook()
164 ManagedThread::GetCurrent()->SetCurrentFrame(reinterpret_cast<Frame *>(fp)); in Hook()
171 ManagedThread::GetCurrent()->SetCurrentFrame(reinterpret_cast<Frame *>(fp)); in Hook()
/arkcompiler/ets_runtime/ecmascript/
Djs_thread.cpp156 void JSThread::SetCurrentFrame(JSTaggedType *sp) in SetCurrentFrame() function in panda::ecmascript::JSThread
Djs_thread.h256 void SetCurrentFrame(JSTaggedType *sp);
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp1149 thread->SetCurrentFrame(frameHandler.GetSp()); in DEF_RUNTIME_STUBS()
1156 thread->SetCurrentFrame(frameHandler.GetSp()); in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter_assembly.cpp509 thread->SetCurrentFrame(sp); in HandleReturn()
537 thread->SetCurrentFrame(sp); in HandleReturnundefined()
7459 thread->SetCurrentFrame(frameHandler.GetSp()); in ExceptionHandler()