Home
last modified time | relevance | path

Searched refs:SetBytecodeOffset (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/runtime_core/runtime/tooling/inspector/tests/
Dinstruction_pointer.cpp83 frame_.SetBytecodeOffset(instruction_.GetOffset()); in Step()
117 frame_.SetBytecodeOffset(0); in Reset()
Dtest_frame.h117 void SetBytecodeOffset(uint32_t bytecodeOffset) in SetBytecodeOffset() function
/arkcompiler/runtime_core/runtime/interpreter/
Dframe.h192 ALWAYS_INLINE inline void SetBytecodeOffset(uint32_t bc_offset) in SetBytecodeOffset() function
467 ALWAYS_INLINE inline void SetBytecodeOffset(uint32_t bc_offset) in SetBytecodeOffset() function
469 frame_->SetBytecodeOffset(bc_offset); in SetBytecodeOffset()
Dinstruction_handler_base.h115 GetFrame()->SetBytecodeOffset(pc); in UpdateBytecodeOffset()
/arkcompiler/runtime_core/runtime/tests/
Ddebugger_test.cpp118 frame->SetBytecodeOffset(BYTECODE_OFFSET); in TEST_F()
/arkcompiler/runtime_core/docs/
Ddeoptimization.md62 frame->SetBytecodeOffset(cframe.GetBytecodePc());
/arkcompiler/runtime_core/runtime/
Dstack_walker.cpp597 frame->SetBytecodeOffset(GetBytecodePc()); in ConvertToIFrame()