Searched defs:SetCurrentFrame (Results 1 - 4 of 4) sorted by relevance
/arkcompiler/runtime_core/static_core/runtime/interpreter/ | ||
H A D | runtime_interface.h | 138 static void SetCurrentFrame(ManagedThread *thread, Frame *frame) in SetCurrentFrame() function in ark::interpreter::RuntimeInterface |
/arkcompiler/runtime_core/static_core/runtime/tests/interpreter/ | ||
H A D | test_runtime_interface.h | 223 static void SetCurrentFrame([[maybe_unused]] ManagedThread *thread, Frame *frame) in SetCurrentFrame() function in ark::interpreter::test::RuntimeInterface |
/arkcompiler/runtime_core/static_core/runtime/include/ | ||
H A D | managed_thread.h | 62 void SetCurrentFrame(Frame *f) in SetCurrentFrame() function |
/arkcompiler/ets_runtime/ecmascript/ | ||
H A D | js_thread.cpp | 239 void JSThread::SetCurrentFrame(JSTaggedType *sp) in SetCurrentFrame() function in panda::ecmascript::JSThread |
Completed in 6 milliseconds