Home
last modified time | relevance | path

Searched defs:payload (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dtype.cpp19 Type::Type(GateType payload) : payload(payload) {} in Type()
/arkcompiler/runtime_core/runtime/interpreter/
Dacc_vregister.h29 …ALWAYS_INLINE inline AccVRegister(int64_t payload, int64_t mirror) : payload_(payload), mirror_(mi… in AccVRegister()
Dacc_vregister-inl.h72 ALWAYS_INLINE inline explicit AccVRegisterTRef(AccVRegisterT *payload) in AccVRegisterTRef()
Dvregister.h234 ALWAYS_INLINE inline explicit VRegisterRef(VRegT *payload) : payload_(payload) {} in VRegisterRef()
394 ALWAYS_INLINE inline explicit StaticVRegisterRef(VRegister *payload, VRegister *mirror) in StaticVRegisterRef()
501 ALWAYS_INLINE inline explicit DynamicVRegisterRef(VRegister *payload) : VRegisterRef(payload) {} in DynamicVRegisterRef()
/arkcompiler/toolchain/websocket/
Dwebsocket.h33 std::unique_ptr<char []> payload = nullptr; member