Home
last modified time | relevance | path

Searched defs:SetElement (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_shared_memory-inl.h52 void EtsSharedMemory::SetElement(uint32_t index, T element) in SetElement() function
/arkcompiler/ets_runtime/ecmascript/
Dtagged_list.h76 inline void SetElement(const JSThread *thread, int index, const JSTaggedValue &element) in SetElement() function
Dlinked_hash_table.h264 inline void SetElement(const JSThread *thread, int index, JSTaggedValue element) in SetElement() function
Dtagged_tree.h241 inline void SetElement(const JSThread *thread, uint32_t index, JSTaggedValue element) in SetElement() function
/arkcompiler/runtime_core/static_core/libpandafile/tests/
Dpanda_cache_test.cpp157 void SetElement(EntityId id, ElementMock *m) override in SetElement() function in ark::panda_file::test::MethodCacheOps
181 void SetElement(EntityId id, ElementMock *m) override in SetElement() function in ark::panda_file::test::FieldCacheOps
205 void SetElement(EntityId id, ElementMock *m) override in SetElement() function in ark::panda_file::test::ClassCacheOps
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dlinked_hashtable_stub_builder.h105 void SetElement(GateRef linkedTable, GateRef index, GateRef value) in SetElement() function
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Dstd_core_Value.cpp325 void SetElement(EtsObject *obj, EtsLong i, T val) in SetElement() function