Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/runtime/interpreter/
Dacc_vregister-inl.h144 ALWAYS_INLINE inline void SetPrimitive(int32_t value) in SetPrimitive() function
152 ALWAYS_INLINE inline void SetPrimitive(int64_t value) in SetPrimitive() function
160 ALWAYS_INLINE inline void SetPrimitive(float value) in SetPrimitive() function
168 ALWAYS_INLINE inline void SetPrimitive(double value) in SetPrimitive() function
176 ALWAYS_INLINE inline void SetPrimitive(uint64_t value) in SetPrimitive() function
Dvregister.h268 ALWAYS_INLINE inline void SetPrimitive(int32_t value) in SetPrimitive() function
273 ALWAYS_INLINE inline void SetPrimitive(int64_t value) in SetPrimitive() function
278 ALWAYS_INLINE inline void SetPrimitive(float value) in SetPrimitive() function
283 ALWAYS_INLINE inline void SetPrimitive(double value) in SetPrimitive() function
288 ALWAYS_INLINE inline void SetPrimitive(uint64_t value) in SetPrimitive() function
454 ALWAYS_INLINE inline void SetPrimitive(int32_t value) in SetPrimitive() function
460 ALWAYS_INLINE inline void SetPrimitive(int64_t value) in SetPrimitive() function
466 ALWAYS_INLINE inline void SetPrimitive(float value) in SetPrimitive() function
472 ALWAYS_INLINE inline void SetPrimitive(double value) in SetPrimitive() function
478 ALWAYS_INLINE inline void SetPrimitive(uint64_t value) in SetPrimitive() function
[all …]
/arkcompiler/ets_runtime/ecmascript/mem/
Dbarriers.h29 static inline void SetPrimitive(void *obj, size_t offset, T value) in SetPrimitive() function
/arkcompiler/runtime_core/runtime/include/
Dobject_accessor.h37 static void SetPrimitive(void *obj, size_t offset, T value) in SetPrimitive() function
/arkcompiler/runtime_core/runtime/include/coretypes/
Darray-inl.h35 inline void Array::SetPrimitive(size_t offset, T value) in SetPrimitive() function
59 inline void Array::SetPrimitive(size_t offset, T value, std::memory_order memory_order) in SetPrimitive() function