Home
last modified time | relevance | path

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

1234

/arkcompiler/runtime_core/static_core/runtime/interpreter/
Dvregister.h85 ALWAYS_INLINE inline void Set(int32_t value) in Set() function
90 ALWAYS_INLINE inline void Set(uint32_t value) in Set() function
95 ALWAYS_INLINE inline void Set(int64_t value) in Set() function
100 ALWAYS_INLINE inline void Set(uint64_t value) in Set() function
106 ALWAYS_INLINE inline void Set(float value) in Set() function
112 ALWAYS_INLINE inline void Set(double value) in Set() function
118 ALWAYS_INLINE inline void Set(ObjectHeader *value) in Set() function
289 ALWAYS_INLINE inline void Set(int32_t value) in Set() function
294 ALWAYS_INLINE inline void Set(uint32_t value) in Set() function
299 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_runtime/ecmascript/
Djs_thread_stub_entries.h35 void Set(size_t index, Address addr) in Set() function
61 void Set(size_t index, Address addr) in Set() function
82 void Set(size_t index, Address addr) in Set() function
104 void Set(size_t index, Address addr) in Set() function
133 void Set(size_t index, Address addr) in Set() function
Delement_accessor-inl.h29 inline void ElementAccessor::Set(const JSThread *thread, JSHandle<JSObject> receiver, uint32_t idx, in Set() function
58 inline void ElementAccessor::Set(const JSThread *thread, JSHandle<JSObject> receiver, uint32_t idx, in Set() function
Dbyte_array.cpp22 void ByteArray::Set(JSThread* thread, uint32_t idx, DataViewType type, JSTaggedType val, uint32_t o… in Set() function in panda::ecmascript::ByteArray
/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/static_core/verification/util/
Dsaturated_enum.h81 void Set(Enum e) in Set() function
144 void Set(Enum e) in Set() function
/arkcompiler/ets_frontend/es2panda/test/type_extractor/dts-testcases/
Dtest-interface-type-test-1.d.ts23 declare class Set extends Object { class
/arkcompiler/ets_frontend/ets2panda/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/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/static_core/runtime/include/
Dobject_accessor.h146 static void Set(void *obj, size_t offset, T value) in Set() function
168 static void Set(void *obj, size_t offset, T value, std::memory_order memoryOrder) in Set() function
/arkcompiler/runtime_core/static_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.h101 static constexpr void Set(T value, Stor *stor) in Set() function
/arkcompiler/runtime_core/static_core/runtime/
Dosr.h51 void Set(const Method *method, void *ptr) in Set() function
/arkcompiler/ets_frontend/es2panda/test/compiler/interpreter/lexicalEnv/
Dsafe_hole6.js37 Set.prototype.add = () => {}; class
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/plugins/ets/ets_templates/
Dets_templates_generator.py51 def dfs(self, path: Path, seen: Set) -> None:
/arkcompiler/ets_runtime/ecmascript/compiler/
Dobject_access_helper.h30 void Set(int hclassIndex, PropertyLookupResult plr) in Set() function
64 void Set(int hclassIndex, PropertyLookupResult plr) 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_stack_stub_builder.h42 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_plainarray_stub_builder.h48 void Set(GateRef glue, GateRef obj, GateRef index, GateRef value) in Set() function
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_array.h137 void Set(uint32_t index, EtsObject *element) in Set() function
222 void Set(uint32_t index, ClassType element) in Set() function
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ets_proxy/
Dtyped_pointer.h58 void Set(T *ptr) in Set() function
/arkcompiler/runtime_core/static_core/runtime/mem/
Drem_set.h89 void Set(size_t idx) in Set() function

1234