Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/verification/util/
Dint_set.h56 void Insert(T x) in Insert() function
65 void Insert(Iter begin, Iter end) in Insert() function
250 void Insert(T x) override in Insert() function
373 size_t Insert(T x, size_t lower_bound) in Insert() function
403 void Insert(T x) override in Insert() function
Dobj_pool.h97 void Insert() in Insert() function
/arkcompiler/ets_frontend/es2panda/compiler/base/
Dliterals.h74 void Insert(LiteralBuffer *other) in Insert() function
/arkcompiler/ets_runtime/ecmascript/mem/
Ddyn_chunk.cpp54 int DynChunk::Insert(uint32_t position, size_t len) in Insert() function in panda::ecmascript::DynChunk
Dremembered_set.h45 bool Insert(uintptr_t begin, uintptr_t addr) in Insert() function
/arkcompiler/runtime_core/verification/type/
Dtype_set.h48 void Insert(const Type &t) in Insert() function
/arkcompiler/runtime_core/runtime/mem/
Dhumongous_obj_allocator-inl.h362 void HumongousObjAllocator<AllocConfigT, LockConfigT>::MemoryPoolList::Insert(MemoryPoolHeader *poo… in Insert() function
/arkcompiler/ets_runtime/ecmascript/
Dlinked_hash_table.cpp39 JSHandle<Derived> LinkedHashTable<Derived, HashObject>::Insert(const JSThread *thread, const JSHand… in Insert() function in panda::ecmascript::LinkedHashTable
Dtagged_list.cpp322 JSTaggedValue TaggedSingleList::Insert(JSThread *thread, const JSHandle<TaggedSingleList> &taggedLi… in Insert() function in panda::ecmascript::TaggedSingleList
564 JSTaggedValue TaggedDoubleList::Insert(JSThread *thread, const JSHandle<TaggedDoubleList> &taggedLi… in Insert() function in panda::ecmascript::TaggedDoubleList
Dtagged_hash_table.h102 static JSHandle<Derived> Insert(const JSThread *thread, JSHandle<Derived> &table, in Insert() function
Dtagged_tree.cpp356 JSHandle<Derived> TaggedTree<Derived>::Insert(JSThread *thread, JSHandle<Derived> &tree, in Insert() function in panda::ecmascript::TaggedTree
/arkcompiler/ets_runtime/ecmascript/tests/
Dtemplate_map_test.cpp89 HWTEST_F_L0(TemplateMapTest, Insert) in HWTEST_F_L0() argument
Djs_api_vector_test.cpp325 HWTEST_F_L0(JSAPIVectorTest, Insert) in HWTEST_F_L0() argument
Djs_api_arraylist_test.cpp136 HWTEST_F_L0(JSAPIArrayListTest, Insert) in HWTEST_F_L0() argument
/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_list.cpp56 JSTaggedValue JSAPIList::Insert(JSThread *thread, const JSHandle<JSAPIList> &list, const JSHandle<J… in Insert() function in panda::ecmascript::JSAPIList
Djs_api_linked_list.cpp27 JSTaggedValue JSAPILinkedList::Insert(JSThread *thread, const JSHandle<JSAPILinkedList> &list, in Insert() function in panda::ecmascript::JSAPILinkedList
Djs_api_arraylist.cpp43 void JSAPIArrayList::Insert(JSThread *thread, const JSHandle<JSAPIArrayList> &arrayList, in Insert() function in panda::ecmascript::JSAPIArrayList
Djs_api_vector.cpp43 void JSAPIVector::Insert(JSThread *thread, const JSHandle<JSAPIVector> &vector, in Insert() function in panda::ecmascript::JSAPIVector
/arkcompiler/ets_runtime/ecmascript/regexp/
Dregexp_opcode.cpp571 void RangeSet::Insert(uint32_t start, uint32_t end) in Insert() function in panda::ecmascript::RangeSet
596 void RangeSet::Insert(const RangeSet &s1) in Insert() function in panda::ecmascript::RangeSet
/arkcompiler/runtime_core/libpandafile/
Dfile.cpp97 InsertResult Insert(const std::string &file_name, const std::string &anon_mem_name) in Insert() function in panda::panda_file::AnonMemSet
/arkcompiler/ets_runtime/ecmascript/containers/
Dcontainers_linked_list.cpp158 JSTaggedValue ContainersLinkedList::Insert(EcmaRuntimeCallInfo *argv) in Insert() function in panda::ecmascript::containers::ContainersLinkedList
Dcontainers_list.cpp77 JSTaggedValue ContainersList::Insert(EcmaRuntimeCallInfo *argv) in Insert() function in panda::ecmascript::containers::ContainersList
Dcontainers_arraylist.cpp75 JSTaggedValue ContainersArrayList::Insert(EcmaRuntimeCallInfo *argv) in Insert() function in panda::ecmascript::containers::ContainersArrayList
Dcontainers_vector.cpp73 JSTaggedValue ContainersVector::Insert(EcmaRuntimeCallInfo *argv) in Insert() function in panda::ecmascript::containers::ContainersVector
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit_optimizer.cpp1490 void Partition::Insert(std::shared_ptr<PartitionNode> node) in Insert() function in panda::ecmascript::kungfu::Partition