Home
last modified time | relevance | path

Searched defs:Set (Results 1 – 25 of 99) 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.h38 void Set(size_t index, Address addr) in Set() function
64 void Set(size_t index, Address addr) in Set() function
85 void Set(size_t index, Address addr) in Set() function
107 void Set(size_t index, Address addr) in Set() function
136 void Set(size_t index, Address addr) in Set() function
156 void Set(size_t index, Address addr) in Set() function
Dbyte_array.cpp21 void ByteArray::Set(JSThread* thread, uint32_t idx, DataViewType type, JSTaggedType val, uint32_t o… in Set() function in panda::ecmascript::ByteArray
Dtagged_array-inl.h24 inline void TaggedArray::Set(const JSThread *thread, uint32_t idx, const T &value) in Set() function
Delement_accessor-inl.h29 inline void ElementAccessor::Set(const JSThread *thread, JSHandle<JSObject> receiver, uint32_t idx, in Set() function
/arkcompiler/ets_frontend/es2panda/util/
Dbitset.cpp42 void BitSet::Set(size_t pos) noexcept in Set() function in panda::es2panda::util::BitSet
47 void BitSet::Set(size_t pos, bool value) noexcept in Set() function in panda::es2panda::util::BitSet
/arkcompiler/ets_frontend/es2panda/test/type_extractor/dts-testcases/
Dtest-interface-type-test-1.d.ts23 declare class Set extends Object { class
/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/ets2panda/util/
Dbitset.cpp47 void BitSet::Set(size_t pos) noexcept in Set() function in ark::es2panda::util::BitSet
52 void BitSet::Set(size_t pos, bool value) noexcept in Set() function in ark::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/
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/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/ets_runtime/ecmascript/ic/
Dmega_ic_cache.cpp21 void MegaICCache::Set(JSHClass *jsHclass, JSTaggedValue key, JSTaggedValue handler, JSThread *threa… in Set() function in panda::ecmascript::MegaICCache
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/plugins/ets/ets_templates/
Dets_templates_generator.py41 def dfs(self, path: Path, seen: Set) -> None:
/arkcompiler/runtime_core/static_core/runtime/coroutines/
Dlocal_storage.h66 void Set(uintptr_t data) in Set() function
/arkcompiler/jsvm/test/unittest/
Djsvm_utils.h89 void Set(const char* propName, JSVM_Value propValue) in Set() function
/arkcompiler/ets_runtime/ecmascript/serializer/
Dserialize_chunk.h46 void Set(size_t index, JSTaggedType value) in Set() function
/arkcompiler/runtime_core/static_core/runtime/include/
Dobject_accessor.h212 static void Set(void *obj, size_t offset, T value) in Set() function
234 static void Set(void *obj, size_t offset, T value, std::memory_order memoryOrder) 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/common_interfaces/base/
Dbit_field.h104 static constexpr void Set(T value, Stor *stor) in Set() function
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dcontainers_vector_stub_builder.h47 void Set(GateRef glue, GateRef obj, GateRef index, GateRef value) in Set() function

1234