Home
last modified time | relevance | path

Searched defs:Delete (Results 1 – 24 of 24) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_weak_container.cpp36 bool JSWeakMap::Delete(JSThread *thread, const JSHandle<JSWeakMap> &map, const JSHandle<JSTaggedVal… in Delete() function in panda::ecmascript::JSWeakMap
76 bool JSWeakSet::Delete(JSThread *thread, const JSHandle<JSWeakSet> &weakSet, const JSHandle<JSTagge… in Delete() function in panda::ecmascript::JSWeakSet
Dweak_vector.cpp32 bool WeakVector::Delete(const JSThread *thread, uint32_t index) in Delete() function in panda::ecmascript::WeakVector
Djs_set.cpp35 bool JSSet::Delete(const JSThread *thread, const JSHandle<JSSet> &set, const JSHandle<JSTaggedValue… in Delete() function in panda::ecmascript::JSSet
Djs_map.cpp35 bool JSMap::Delete(const JSThread *thread, const JSHandle<JSMap> &map, const JSHandle<JSTaggedValue… in Delete() function in panda::ecmascript::JSMap
Dlinked_hash_table.cpp138 JSHandle<LinkedHashMap> LinkedHashMap::Delete(const JSThread *thread, const JSHandle<LinkedHashMap>… in Delete() function in panda::ecmascript::LinkedHashMap
193 JSHandle<LinkedHashSet> LinkedHashSet::Delete(const JSThread *thread, const JSHandle<LinkedHashSet>… in Delete() function in panda::ecmascript::LinkedHashSet
Dtagged_tree.cpp496 JSTaggedValue TaggedTreeMap::Delete(JSThread *thread, const JSHandle<TaggedTreeMap> &map, int entry) in Delete() function in panda::ecmascript::TaggedTreeMap
585 JSTaggedValue TaggedTreeSet::Delete(JSThread *thread, const JSHandle<TaggedTreeSet> &set, int entry) in Delete() function in panda::ecmascript::TaggedTreeSet
Dtagged_node.cpp338 JSTaggedValue RBTreeNode::Delete(JSThread *thread, const JSTaggedValue &treeNodeVa, int hash, in Delete() function in panda::ecmascript::RBTreeNode
/arkcompiler/ets_runtime/ecmascript/mem/
Dchunk.h72 void Delete(T *ptr) in Delete() function
Dnative_area_allocator.h70 void Delete(T *ptr) in Delete() function
Dcaddress_allocator.h140 void Delete(T *ptr) in Delete() function
Dchunk_allocator.h126 void Delete(T *ptr) in Delete() function
/arkcompiler/runtime_core/runtime/mem/
Dinternal_allocator-inl.h73 void InternalAllocator<Config>::Delete(T *ptr) in Delete() function
/arkcompiler/runtime_core/platforms/unix/libpandabase/
Dsignal.h48 void Delete(int sig) in Delete() function
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_weak_map.cpp75 JSTaggedValue BuiltinsWeakMap::Delete(EcmaRuntimeCallInfo *argv) in Delete() function in panda::ecmascript::builtins::BuiltinsWeakMap
Dbuiltins_weak_set.cpp136 JSTaggedValue BuiltinsWeakSet::Delete(EcmaRuntimeCallInfo *argv) in Delete() function in panda::ecmascript::builtins::BuiltinsWeakSet
Dbuiltins_set.cpp144 JSTaggedValue BuiltinsSet::Delete(EcmaRuntimeCallInfo *argv) in Delete() function in panda::ecmascript::builtins::BuiltinsSet
Dbuiltins_map.cpp107 JSTaggedValue BuiltinsMap::Delete(EcmaRuntimeCallInfo *argv) in Delete() function in panda::ecmascript::builtins::BuiltinsMap
/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_tree_set.cpp53 bool JSAPITreeSet::Delete(JSThread *thread, const JSHandle<JSAPITreeSet> &set, const JSHandle<JSTag… in Delete() function in panda::ecmascript::JSAPITreeSet
Djs_api_tree_map.cpp67 JSTaggedValue JSAPITreeMap::Delete(JSThread *thread, const JSHandle<JSAPITreeMap> &map, in Delete() function in panda::ecmascript::JSAPITreeMap
/arkcompiler/ets_runtime/ecmascript/tests/
Dweak_vector_test.cpp177 HWTEST_F_L0(WeakVectorTest, Delete) in HWTEST_F_L0() argument
/arkcompiler/runtime_core/compiler/tests/
Dcleanup_test.cpp752 TEST_F(CleanupTest, Delete) in TEST_F() argument
/arkcompiler/runtime_core/runtime/include/mem/
Dallocator.h133 void Delete(T *ptr) in Delete() function
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp1202 bool ObjectRef::Delete(const EcmaVM *vm, Local<JSValueRef> key) in Delete() function in panda::ObjectRef
1212 bool ObjectRef::Delete(const EcmaVM *vm, uint32_t key) in Delete() function in panda::ObjectRef
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit_optimizer.cpp1501 void Partition::Delete(std::shared_ptr<PartitionNode> node) in Delete() function in panda::ecmascript::kungfu::Partition