/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ets_proxy/ |
D | wrappers_cache.h | 43 Wrapper *Insert(Key key, std::unique_ptr<Wrapper> &&wrapper) in Insert() function
|
/arkcompiler/runtime_core/static_core/runtime/regexp/ecmascript/mem/ |
D | dyn_chunk.cpp | 53 int DynChunk::Insert(uint32_t position, size_t len) in Insert() function in panda::DynChunk
|
/arkcompiler/ets_frontend/es2panda/compiler/base/ |
D | literals.h | 74 void Insert(LiteralBuffer *other) in Insert() function
|
/arkcompiler/ets_runtime/ecmascript/mem/ |
D | dyn_chunk.cpp | 54 int DynChunk::Insert(uint32_t position, size_t len) in Insert() function in panda::ecmascript::DynChunk
|
D | remembered_set.h | 45 bool Insert(uintptr_t begin, uintptr_t addr) in Insert() function
|
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
D | condition_chain_cache.cpp | 23 void ConditionChainCache::Insert(ConditionChain *chain, Inst *phiInst) in Insert() function in panda::compiler::ConditionChainCache
|
/arkcompiler/runtime_core/static_core/verification/util/ |
D | obj_pool.h | 101 void Insert() in Insert() function
|
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ |
D | js_refconvert.h | 93 JSRefConvert *Insert(Class *klass, std::unique_ptr<JSRefConvert> value) in Insert() function
|
/arkcompiler/runtime_core/static_core/runtime/mem/ |
D | humongous_obj_allocator-inl.h | 361 void HumongousObjAllocator<AllocConfigT, LockConfigT>::MemoryPoolList::Insert(MemoryPoolHeader *poo… in Insert() function
|
/arkcompiler/ets_runtime/ecmascript/tests/ |
D | template_map_test.cpp | 89 HWTEST_F_L0(TemplateMapTest, Insert) in HWTEST_F_L0() argument
|
D | js_api_vector_test.cpp | 325 HWTEST_F_L0(JSAPIVectorTest, Insert) in HWTEST_F_L0() argument
|
/arkcompiler/ets_runtime/ecmascript/ |
D | linked_hash_table.cpp | 39 JSHandle<Derived> LinkedHashTable<Derived, HashObject>::Insert(const JSThread *thread, const JSHand… in Insert() function in panda::ecmascript::LinkedHashTable
|
D | tagged_list.cpp | 335 JSTaggedValue TaggedSingleList::Insert(JSThread *thread, const JSHandle<TaggedSingleList> &taggedLi… in Insert() function in panda::ecmascript::TaggedSingleList 600 JSTaggedValue TaggedDoubleList::Insert(JSThread *thread, const JSHandle<TaggedDoubleList> &taggedLi… in Insert() function in panda::ecmascript::TaggedDoubleList
|
D | tagged_hash_table.h | 104 static JSHandle<Derived> Insert(const JSThread *thread, JSHandle<Derived> &table, in Insert() function
|
D | tagged_tree.cpp | 360 JSHandle<Derived> TaggedTree<Derived>::Insert(JSThread *thread, JSHandle<Derived> &tree, in Insert() function in panda::ecmascript::TaggedTree
|
/arkcompiler/ets_runtime/ecmascript/js_api/ |
D | js_api_list.cpp | 56 JSTaggedValue JSAPIList::Insert(JSThread *thread, const JSHandle<JSAPIList> &list, const JSHandle<J… in Insert() function in panda::ecmascript::JSAPIList
|
D | js_api_linked_list.cpp | 27 JSTaggedValue JSAPILinkedList::Insert(JSThread *thread, const JSHandle<JSAPILinkedList> &list, in Insert() function in panda::ecmascript::JSAPILinkedList
|
D | js_api_arraylist.cpp | 43 void JSAPIArrayList::Insert(JSThread *thread, const JSHandle<JSAPIArrayList> &arrayList, in Insert() function in panda::ecmascript::JSAPIArrayList
|
/arkcompiler/runtime_core/static_core/runtime/regexp/ecmascript/ |
D | regexp_opcode.cpp | 567 void RangeSet::Insert(uint32_t start, uint32_t end) in Insert() function in panda::RangeSet 592 void RangeSet::Insert(const RangeSet &s1) in Insert() function in panda::RangeSet
|
/arkcompiler/ets_runtime/ecmascript/regexp/ |
D | regexp_opcode.cpp | 571 void RangeSet::Insert(uint32_t start, uint32_t end) in Insert() function in panda::ecmascript::RangeSet 633 void RangeSet::Insert(const RangeSet &s1) in Insert() function in panda::ecmascript::RangeSet
|
/arkcompiler/runtime_core/static_core/libpandafile/ |
D | file.cpp | 98 InsertResult Insert(const std::string &fileName, const std::string &anonMemName) in Insert() function in panda::panda_file::AnonMemSet
|
/arkcompiler/runtime_core/libpandafile/ |
D | file.cpp | 97 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/compiler/builtins/ |
D | linked_hashtable_stub_builder.cpp | 538 GateRef LinkedHashTableStubBuilder<LinkedHashTableType, LinkedHashTableObject>::Insert( in Insert() function in panda::ecmascript::kungfu::LinkedHashTableStubBuilder
|
/arkcompiler/ets_runtime/ecmascript/containers/ |
D | containers_linked_list.cpp | 158 JSTaggedValue ContainersLinkedList::Insert(EcmaRuntimeCallInfo *argv) in Insert() function in panda::ecmascript::containers::ContainersLinkedList
|
D | containers_arraylist.cpp | 75 JSTaggedValue ContainersArrayList::Insert(EcmaRuntimeCallInfo *argv) in Insert() function in panda::ecmascript::containers::ContainersArrayList
|