Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/tests/
Dtest_frame.h135 void SetBytecodeOffset(uint32_t bytecode_offset) in SetBytecodeOffset() function
/arkcompiler/runtime_core/static_core/runtime/interpreter/
Dframe.h192 ALWAYS_INLINE inline void SetBytecodeOffset(uint32_t bcOffset) in SetBytecodeOffset() function
482 ALWAYS_INLINE inline void SetBytecodeOffset(uint32_t bcOffset) in SetBytecodeOffset() function
484 frame_->SetBytecodeOffset(bcOffset); in SetBytecodeOffset()
Dinstruction_handler_base.h115 GetFrame()->SetBytecodeOffset(pc); in UpdateBytecodeOffset()
/arkcompiler/runtime_core/static_core/runtime/tests/
Ddebugger_test.cpp204 frame->SetBytecodeOffset(BYTECODE_OFFSET); in TEST_F()
/arkcompiler/runtime_core/static_core/docs/
Ddeoptimization.md62 frame->SetBytecodeOffset(cframe.GetBytecodePc());
/arkcompiler/runtime_core/static_core/runtime/
Dstack_walker.cpp622 frame->SetBytecodeOffset(GetBytecodePc()); in ConvertToIFrame()