Home
last modified time | relevance | path

Searched defs:GetVReg (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/runtime/tooling/inspector/tests/
Dtest_frame.h87 uint64_t GetVReg(size_t /* i */) const override in GetVReg() function
/arkcompiler/runtime_core/runtime/interpreter/
Dframe.h135 ALWAYS_INLINE inline const interpreter::VRegister &GetVReg(size_t i) const in GetVReg() function
140 ALWAYS_INLINE inline interpreter::VRegister &GetVReg(size_t i) in GetVReg() function
621 ALWAYS_INLINE inline interpreter::StaticVRegisterRef GetVReg(size_t i) in GetVReg() function
644 ALWAYS_INLINE inline interpreter::DynamicVRegisterRef GetVReg(size_t i) in GetVReg() function
/arkcompiler/runtime_core/runtime/tooling/
Ddebugger.h482 uint64_t GetVReg(size_t i) const override in GetVReg() function