Home
last modified time | relevance | path

Searched defs:Set (Results 1 – 25 of 60) sorted by relevance

123

/arkcompiler/runtime_core/runtime/interpreter/
Dvregister.h94 ALWAYS_INLINE inline void Set(int32_t value) in Set() function
99 ALWAYS_INLINE inline void Set(uint32_t value) in Set() function
104 ALWAYS_INLINE inline void Set(int64_t value) in Set() function
109 ALWAYS_INLINE inline void Set(uint64_t value) in Set() function
115 ALWAYS_INLINE inline void Set(float value) in Set() function
121 ALWAYS_INLINE inline void Set(double value) in Set() function
127 ALWAYS_INLINE inline void Set(ObjectHeader *value) in Set() function
298 ALWAYS_INLINE inline void Set(int32_t value) in Set() function
303 ALWAYS_INLINE inline void Set(uint32_t value) in Set() function
308 ALWAYS_INLINE inline void Set(int64_t value) in Set() function
[all …]
Dcache.h42 void Set(const void *pc, T *item, Method *caller) in Set() function
/arkcompiler/ets_frontend/es2panda/util/
Dbitset.cpp47 void BitSet::Set(size_t pos) noexcept in Set() function in panda::es2panda::util::BitSet
52 void BitSet::Set(size_t pos, bool value) noexcept in Set() function in panda::es2panda::util::BitSet
/arkcompiler/runtime_core/verification/util/
Dsaturated_enum.h80 void Set(Enum e) in Set() function
141 void Set(Enum e) in Set() function
/arkcompiler/runtime_core/verification/util/tests/
Drelation_test.cpp29 using Set = PandaSet<size_t>; in TEST_F() typedef
75 using Set = PandaSet<size_t>; in TEST_F() typedef
120 using Set = PandaSet<size_t>; in TEST_F() typedef
/arkcompiler/runtime_core/libpandabase/utils/
Dregmask.h96 constexpr void Set() in Set() function
105 constexpr void Set(size_t bit) in Set() function
111 constexpr void Set(size_t bit, bool value) in Set() function
Dbit_field.h102 static constexpr void Set(T value, Stor *stor) in Set() function
/arkcompiler/runtime_core/runtime/include/
Dobject_accessor.h144 static void Set(void *obj, size_t offset, T value) in Set() function
166 static void Set(void *obj, size_t offset, T value, std::memory_order memory_order) in Set() function
/arkcompiler/runtime_core/runtime/
Dosr.h49 void Set(const Method *method, void *ptr) in Set() function
/arkcompiler/runtime_core/runtime/tooling/inspector/tests/
Dtest_method.h39 void Set(Method *method) in Set() function
/arkcompiler/ets_runtime/ecmascript/
Dbyte_array.cpp22 void ByteArray::Set(uint32_t idx, DataViewType type, JSTaggedType val, uint32_t offset) in Set() function in panda::ecmascript::ByteArray
Dweak_vector.h64 inline void Set(const JSThread *thread, uint32_t index, JSTaggedValue value) in Set() function
Dtagged_array-inl.h53 inline void TaggedArray::Set(const JSThread *thread, uint32_t idx, const JSHandle<T> &value) in Set() function
66 inline void TaggedArray::Set(const JSThread *thread, uint32_t idx, const JSTaggedValue &value) in Set() function
Djs_map.cpp23 void JSMap::Set(JSThread *thread, const JSHandle<JSMap> &map, const JSHandle<JSTaggedValue> &key, in Set() function in panda::ecmascript::JSMap
Djs_weak_container.cpp23 void JSWeakMap::Set(JSThread *thread, const JSHandle<JSWeakMap> &map, const JSHandle<JSTaggedValue>… in Set() function in panda::ecmascript::JSWeakMap
Djs_thread.h68 void Set(size_t index, Address addr) in Set() function
94 void Set(size_t index, Address addr) in Set() function
115 void Set(size_t index, Address addr) in Set() function
137 void Set(size_t index, Address addr) in Set() function
166 void Set(size_t index, Address addr) in Set() function
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dcontainers_vector_stub_builder.h41 void Set(GateRef glue, GateRef obj, GateRef index, GateRef value) in Set() function
Dcontainers_arraylist_stub_builder.h43 void Set(GateRef glue, GateRef obj, GateRef index, GateRef value) in Set() function
Dcontainers_stack_stub_builder.h42 void Set(GateRef glue, GateRef obj, GateRef index, GateRef value) in Set() function
Dcontainers_plainarray_stub_builder.h48 void Set(GateRef glue, GateRef obj, GateRef index, GateRef value) in Set() function
/arkcompiler/ets_runtime/ecmascript/ic/
Dproperties_cache.h38 inline void Set(JSHClass *jsHclass, JSTaggedValue key, int index) in Set() function
/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/
Dlocation_mask.h52 void Set(size_t position) in Set() function
/arkcompiler/ets_runtime/test/moduletest/spreadoperator/
Dspreadoperator.js76 Set.prototype[Symbol.iterator] = iterFunc; class
/arkcompiler/runtime_core/runtime/include/coretypes/
Darray-inl.h148 inline void Array::Set(array_size_t idx, T elem) in Set() function
186 inline void Array::Set([[maybe_unused]] const ManagedThread *thread, array_size_t idx, T elem) in Set() function
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_weak_map.cpp138 JSTaggedValue BuiltinsWeakMap::Set(EcmaRuntimeCallInfo *argv) in Set() function in panda::ecmascript::builtins::BuiltinsWeakMap

123