/arkcompiler/runtime_core/runtime/interpreter/ |
D | vregister.h | 94 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 …]
|
D | cache.h | 42 void Set(const void *pc, T *item, Method *caller) in Set() function
|
/arkcompiler/ets_frontend/es2panda/util/ |
D | bitset.cpp | 47 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/ |
D | saturated_enum.h | 80 void Set(Enum e) in Set() function 141 void Set(Enum e) in Set() function
|
/arkcompiler/runtime_core/verification/util/tests/ |
D | relation_test.cpp | 29 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/ |
D | regmask.h | 96 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
|
D | bit_field.h | 102 static constexpr void Set(T value, Stor *stor) in Set() function
|
/arkcompiler/runtime_core/runtime/include/ |
D | object_accessor.h | 144 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/ |
D | osr.h | 49 void Set(const Method *method, void *ptr) in Set() function
|
/arkcompiler/runtime_core/runtime/tooling/inspector/tests/ |
D | test_method.h | 39 void Set(Method *method) in Set() function
|
/arkcompiler/ets_runtime/ecmascript/ |
D | byte_array.cpp | 22 void ByteArray::Set(uint32_t idx, DataViewType type, JSTaggedType val, uint32_t offset) in Set() function in panda::ecmascript::ByteArray
|
D | weak_vector.h | 64 inline void Set(const JSThread *thread, uint32_t index, JSTaggedValue value) in Set() function
|
D | tagged_array-inl.h | 53 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
|
D | js_map.cpp | 23 void JSMap::Set(JSThread *thread, const JSHandle<JSMap> &map, const JSHandle<JSTaggedValue> &key, in Set() function in panda::ecmascript::JSMap
|
D | js_weak_container.cpp | 23 void JSWeakMap::Set(JSThread *thread, const JSHandle<JSWeakMap> &map, const JSHandle<JSTaggedValue>… in Set() function in panda::ecmascript::JSWeakMap
|
D | js_thread.h | 68 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/ |
D | containers_vector_stub_builder.h | 41 void Set(GateRef glue, GateRef obj, GateRef index, GateRef value) in Set() function
|
D | containers_arraylist_stub_builder.h | 43 void Set(GateRef glue, GateRef obj, GateRef index, GateRef value) in Set() function
|
D | containers_stack_stub_builder.h | 42 void Set(GateRef glue, GateRef obj, GateRef index, GateRef value) in Set() function
|
D | containers_plainarray_stub_builder.h | 48 void Set(GateRef glue, GateRef obj, GateRef index, GateRef value) in Set() function
|
/arkcompiler/ets_runtime/ecmascript/ic/ |
D | properties_cache.h | 38 inline void Set(JSHClass *jsHclass, JSTaggedValue key, int index) in Set() function
|
/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/ |
D | location_mask.h | 52 void Set(size_t position) in Set() function
|
/arkcompiler/ets_runtime/test/moduletest/spreadoperator/ |
D | spreadoperator.js | 76 Set.prototype[Symbol.iterator] = iterFunc; class
|
/arkcompiler/runtime_core/runtime/include/coretypes/ |
D | array-inl.h | 148 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/ |
D | builtins_weak_map.cpp | 138 JSTaggedValue BuiltinsWeakMap::Set(EcmaRuntimeCallInfo *argv) in Set() function in panda::ecmascript::builtins::BuiltinsWeakMap
|