Home
last modified time | relevance | path

Searched refs:SetBytecodeOffset (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/interpreter/
H A Dframe.h192 ALWAYS_INLINE inline void SetBytecodeOffset(uint32_t bcOffset) in SetBytecodeOffset() function in ark::Frame
482 ALWAYS_INLINE inline void SetBytecodeOffset(uint32_t bcOffset) in SetBytecodeOffset() function in ark::FrameHandler
484 frame_->SetBytecodeOffset(bcOffset); in SetBytecodeOffset()
H A Dinstruction_handler_base.h115 GetFrame()->SetBytecodeOffset(pc); in UpdateBytecodeOffset()
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/tests/
H A Dtest_frame.h135 void SetBytecodeOffset(uint32_t bytecode_offset) in SetBytecodeOffset() function in ark::tooling::inspector::test::TestFrame
/arkcompiler/runtime_core/static_core/runtime/tests/
H A Ddebugger_test.cpp204 frame->SetBytecodeOffset(BYTECODE_OFFSET); in TEST_F()
/arkcompiler/runtime_core/static_core/runtime/
H A Dstack_walker.cpp622 frame->SetBytecodeOffset(GetBytecodePc()); in ConvertToIFrame()

Completed in 5 milliseconds