Home
last modified time | relevance | path

Searched defs:SetPrimitive (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
H A Dbarriers.h32 static inline void SetPrimitive(void *obj, size_t offset, T value) in SetPrimitive() function in panda::ecmascript::Barriers
/arkcompiler/runtime_core/static_core/runtime/include/
H A Dobject_accessor.h39 static void SetPrimitive(void *obj, size_t offset, T value) in SetPrimitive() function in ark::ObjectAccessor
/arkcompiler/runtime_core/static_core/runtime/interpreter/
H A Dacc_vregister-inl.h147 ALWAYS_INLINE inline void SetPrimitive(int32_t value) in SetPrimitive() function in ark::interpreter::AccVRegisterTRef
155 ALWAYS_INLINE inline void SetPrimitive(int64_t value) in SetPrimitive() function in ark::interpreter::AccVRegisterTRef
163 ALWAYS_INLINE inline void SetPrimitive(float value) in SetPrimitive() function in ark::interpreter::AccVRegisterTRef
171 ALWAYS_INLINE inline void SetPrimitive(double value) in SetPrimitive() function in ark::interpreter::AccVRegisterTRef
179 ALWAYS_INLINE inline void SetPrimitive(uint64_t value) in SetPrimitive() function in ark::interpreter::AccVRegisterTRef
H A Dvregister.h259 ALWAYS_INLINE inline void SetPrimitive(int32_t value) in SetPrimitive() function in ark::interpreter::VRegisterRef
264 ALWAYS_INLINE inline void SetPrimitive(int64_t value) in SetPrimitive() function in ark::interpreter::VRegisterRef
269 ALWAYS_INLINE inline void SetPrimitive(float value) in SetPrimitive() function in ark::interpreter::VRegisterRef
274 ALWAYS_INLINE inline void SetPrimitive(double value) in SetPrimitive() function in ark::interpreter::VRegisterRef
279 ALWAYS_INLINE inline void SetPrimitive(uint64_ function in ark::interpreter::VRegisterRef
445 ALWAYS_INLINE inline void SetPrimitive(int32_t value) SetPrimitive() function in ark::interpreter::StaticVRegisterRef
451 ALWAYS_INLINE inline void SetPrimitive(int64_t value) SetPrimitive() function in ark::interpreter::StaticVRegisterRef
457 ALWAYS_INLINE inline void SetPrimitive(float value) SetPrimitive() function in ark::interpreter::StaticVRegisterRef
463 ALWAYS_INLINE inline void SetPrimitive(double value) SetPrimitive() function in ark::interpreter::StaticVRegisterRef
469 ALWAYS_INLINE inline void SetPrimitive(uint64_t value) SetPrimitive() function in ark::interpreter::StaticVRegisterRef
536 ALWAYS_INLINE inline void SetPrimitive(int32_t value) SetPrimitive() function in ark::interpreter::DynamicVRegisterRef
541 ALWAYS_INLINE inline void SetPrimitive(int64_t value) SetPrimitive() function in ark::interpreter::DynamicVRegisterRef
546 ALWAYS_INLINE inline void SetPrimitive(float value) SetPrimitive() function in ark::interpreter::DynamicVRegisterRef
551 ALWAYS_INLINE inline void SetPrimitive(double value) SetPrimitive() function in ark::interpreter::DynamicVRegisterRef
556 ALWAYS_INLINE inline void SetPrimitive(uint64_t value) SetPrimitive() function in ark::interpreter::DynamicVRegisterRef
[all...]
/arkcompiler/runtime_core/static_core/runtime/include/coretypes/
H A Darray-inl.h37 inline void Array::SetPrimitive(size_t offset, T value) in SetPrimitive() function in ark::coretypes::Array
63 inline void Array::SetPrimitive(size_t offset, T value, std::memory_order memoryOrder) in SetPrimitive() function in ark::coretypes::Array

Completed in 3 milliseconds