| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_weak_container.cpp | 36 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
|
| D | weak_vector.cpp | 32 bool WeakVector::Delete(const JSThread *thread, uint32_t index) in Delete() function in panda::ecmascript::WeakVector
|
| D | js_set.cpp | 35 bool JSSet::Delete(const JSThread *thread, const JSHandle<JSSet> &set, const JSHandle<JSTaggedValue… in Delete() function in panda::ecmascript::JSSet
|
| D | js_map.cpp | 35 bool JSMap::Delete(const JSThread *thread, const JSHandle<JSMap> &map, const JSHandle<JSTaggedValue… in Delete() function in panda::ecmascript::JSMap
|
| D | linked_hash_table.cpp | 138 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
|
| D | tagged_tree.cpp | 496 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
|
| D | tagged_node.cpp | 338 JSTaggedValue RBTreeNode::Delete(JSThread *thread, const JSTaggedValue &treeNodeVa, int hash, in Delete() function in panda::ecmascript::RBTreeNode
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| D | chunk.h | 72 void Delete(T *ptr) in Delete() function
|
| D | native_area_allocator.h | 70 void Delete(T *ptr) in Delete() function
|
| D | caddress_allocator.h | 140 void Delete(T *ptr) in Delete() function
|
| D | chunk_allocator.h | 126 void Delete(T *ptr) in Delete() function
|
| /arkcompiler/runtime_core/runtime/mem/ |
| D | internal_allocator-inl.h | 73 void InternalAllocator<Config>::Delete(T *ptr) in Delete() function
|
| /arkcompiler/runtime_core/platforms/unix/libpandabase/ |
| D | signal.h | 48 void Delete(int sig) in Delete() function
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_weak_map.cpp | 75 JSTaggedValue BuiltinsWeakMap::Delete(EcmaRuntimeCallInfo *argv) in Delete() function in panda::ecmascript::builtins::BuiltinsWeakMap
|
| D | builtins_weak_set.cpp | 136 JSTaggedValue BuiltinsWeakSet::Delete(EcmaRuntimeCallInfo *argv) in Delete() function in panda::ecmascript::builtins::BuiltinsWeakSet
|
| D | builtins_set.cpp | 144 JSTaggedValue BuiltinsSet::Delete(EcmaRuntimeCallInfo *argv) in Delete() function in panda::ecmascript::builtins::BuiltinsSet
|
| D | builtins_map.cpp | 107 JSTaggedValue BuiltinsMap::Delete(EcmaRuntimeCallInfo *argv) in Delete() function in panda::ecmascript::builtins::BuiltinsMap
|
| /arkcompiler/ets_runtime/ecmascript/js_api/ |
| D | js_api_tree_set.cpp | 53 bool JSAPITreeSet::Delete(JSThread *thread, const JSHandle<JSAPITreeSet> &set, const JSHandle<JSTag… in Delete() function in panda::ecmascript::JSAPITreeSet
|
| D | js_api_tree_map.cpp | 67 JSTaggedValue JSAPITreeMap::Delete(JSThread *thread, const JSHandle<JSAPITreeMap> &map, in Delete() function in panda::ecmascript::JSAPITreeMap
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | weak_vector_test.cpp | 177 HWTEST_F_L0(WeakVectorTest, Delete) in HWTEST_F_L0() argument
|
| /arkcompiler/runtime_core/compiler/tests/ |
| D | cleanup_test.cpp | 752 TEST_F(CleanupTest, Delete) in TEST_F() argument
|
| /arkcompiler/runtime_core/runtime/include/mem/ |
| D | allocator.h | 133 void Delete(T *ptr) in Delete() function
|
| /arkcompiler/ets_runtime/ecmascript/napi/ |
| D | jsnapi.cpp | 1202 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/ |
| D | circuit_optimizer.cpp | 1501 void Partition::Delete(std::shared_ptr<PartitionNode> node) in Delete() function in panda::ecmascript::kungfu::Partition
|