Home
last modified time | relevance | path

Searched defs:GetAcc (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/runtime_core/runtime/interpreter/
Dinstruction_handler_state.h114 ALWAYS_INLINE const AccVRegisterT &GetAcc() const in GetAcc() function
119 ALWAYS_INLINE AccVRegisterT &GetAcc() in GetAcc() function
Dstate.h74 ALWAYS_INLINE inline AccVRegisterT &GetAcc() in GetAcc() function
79 ALWAYS_INLINE inline const AccVRegisterT &GetAcc() const in GetAcc() function
Dinstruction_handler_base.h138 ALWAYS_INLINE const AccVRegisterT &GetAcc() const in GetAcc() function
143 ALWAYS_INLINE AccVRegisterT &GetAcc() in GetAcc() function
Dframe.h150 ALWAYS_INLINE inline interpreter::AccVRegister &GetAcc() in GetAcc() function
155 ALWAYS_INLINE inline const interpreter::AccVRegister &GetAcc() const in GetAcc() function
422 ALWAYS_INLINE inline interpreter::AccVRegister &GetAcc() in GetAcc() function
427 ALWAYS_INLINE inline const interpreter::AccVRegister &GetAcc() const in GetAcc() function
/arkcompiler/runtime_core/runtime/include/
Dcompiler_interface.h101 const interpreter::VRegister &GetAcc() const in GetAcc() function
106 interpreter::VRegister &GetAcc() in GetAcc() function
/arkcompiler/runtime_core/verification/absint/
Dabs_int_inl.cpp151 const AbstractTypedValue &AbsIntInstructionHandler::GetAcc() in GetAcc() function in panda::verifier::AbsIntInstructionHandler
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dframe_handler.cpp115 JSTaggedValue FrameHandler::GetAcc() const in GetAcc() function in panda::ecmascript::FrameHandler