Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/interpreter/
Dacc_vregister-inl.h147 ALWAYS_INLINE inline void SetPrimitive(int32_t value) in SetPrimitive() function
155 ALWAYS_INLINE inline void SetPrimitive(int64_t value) in SetPrimitive() function
163 ALWAYS_INLINE inline void SetPrimitive(float value) in SetPrimitive() function
171 ALWAYS_INLINE inline void SetPrimitive(double value) in SetPrimitive() function
179 ALWAYS_INLINE inline void SetPrimitive(uint64_t value) in SetPrimitive() function
Dvregister.h259 ALWAYS_INLINE inline void SetPrimitive(int32_t value) in SetPrimitive() function
264 ALWAYS_INLINE inline void SetPrimitive(int64_t value) in SetPrimitive() function
269 ALWAYS_INLINE inline void SetPrimitive(float value) in SetPrimitive() function
274 ALWAYS_INLINE inline void SetPrimitive(double value) in SetPrimitive() function
279 ALWAYS_INLINE inline void SetPrimitive(uint64_t value) in SetPrimitive() function
445 ALWAYS_INLINE inline void SetPrimitive(int32_t value) in SetPrimitive() function
451 ALWAYS_INLINE inline void SetPrimitive(int64_t value) in SetPrimitive() function
457 ALWAYS_INLINE inline void SetPrimitive(float value) in SetPrimitive() function
463 ALWAYS_INLINE inline void SetPrimitive(double value) in SetPrimitive() function
469 ALWAYS_INLINE inline void SetPrimitive(uint64_t value) in SetPrimitive() function
[all …]
/arkcompiler/ets_runtime/ecmascript/mem/
Dbarriers.h32 static inline void SetPrimitive(void *obj, size_t offset, T value) in SetPrimitive() function
/arkcompiler/runtime_core/static_core/runtime/include/coretypes/
Darray-inl.h37 inline void Array::SetPrimitive(size_t offset, T value) in SetPrimitive() function
63 inline void Array::SetPrimitive(size_t offset, T value, std::memory_order memoryOrder) in SetPrimitive() function
/arkcompiler/runtime_core/static_core/runtime/include/
Dobject_accessor.h39 static void SetPrimitive(void *obj, size_t offset, T value) in SetPrimitive() function
/arkcompiler/runtime_core/static_core/runtime/tests/
Dinterpreter_test.cpp1540 static void SetPrimitive(StaticFrameHandler &frameHandler, Field &field, int64_t &value) in SetPrimitive() function