Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/interpreter/
Dinstruction_handler_state.h113 ALWAYS_INLINE const AccVRegisterT &GetAcc() const in GetAcc() function
118 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
437 ALWAYS_INLINE inline interpreter::AccVRegister &GetAcc() in GetAcc() function
442 ALWAYS_INLINE inline const interpreter::AccVRegister &GetAcc() const in GetAcc() function
/arkcompiler/runtime_core/static_core/runtime/include/
Dcompiler_interface.h123 const interpreter::VRegister &GetAcc() const in GetAcc() function
128 interpreter::VRegister &GetAcc() in GetAcc() function
/arkcompiler/runtime_core/static_core/verification/absint/
Dabs_int_inl.cpp106 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