| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_weak_container.cpp | 35 bool JSWeakMap::Delete(JSThread *thread, const JSHandle<JSWeakMap> &map, const JSHandle<JSTaggedVal… in Delete() function in panda::ecmascript::JSWeakMap 87 bool JSWeakSet::Delete(JSThread *thread, const JSHandle<JSWeakSet> &weakSet, const JSHandle<JSTagge… in Delete() function in panda::ecmascript::JSWeakSet
|
| D | js_set.cpp | 32 bool JSSet::Delete(const JSThread *thread, const JSHandle<JSSet> &set, const JSHandle<JSTaggedValue… in Delete() function in panda::ecmascript::JSSet
|
| D | js_map.cpp | 33 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 | 145 JSHandle<LinkedHashMap> LinkedHashMap::Delete(const JSThread *thread, const JSHandle<LinkedHashMap>… in Delete() function in panda::ecmascript::LinkedHashMap 225 JSHandle<LinkedHashSet> LinkedHashSet::Delete(const JSThread *thread, const JSHandle<LinkedHashSet>… in Delete() function in panda::ecmascript::LinkedHashSet
|
| D | weak_vector.cpp | 38 bool WeakVector::Delete(const JSThread *thread, uint32_t index) in Delete() function in panda::ecmascript::WeakVector
|
| D | tagged_tree.cpp | 573 JSTaggedValue TaggedTreeMap::Delete(JSThread *thread, const JSHandle<TaggedTreeMap> &map, int entry) in Delete() function in panda::ecmascript::TaggedTreeMap 662 JSTaggedValue TaggedTreeSet::Delete(JSThread *thread, const JSHandle<TaggedTreeSet> &set, int entry) in Delete() function in panda::ecmascript::TaggedTreeSet
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| D | chunk.h | 73 void Delete(T *ptr) in Delete() function
|
| D | caddress_allocator.h | 141 void Delete(T *ptr) in Delete() function
|
| D | chunk_allocator.h | 126 void Delete(T *ptr) in Delete() function
|
| D | native_area_allocator.h | 79 void Delete(T *ptr) in Delete() function
|
| /arkcompiler/runtime_core/static_core/runtime/mem/ |
| D | internal_allocator-inl.h | 73 void InternalAllocator<CONFIG>::Delete(T *ptr) in Delete() function
|
| /arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/ |
| D | signal.h | 48 void Delete(int sig) in Delete() function
|
| /arkcompiler/runtime_core/platforms/unix/libpandabase/ |
| D | signal.h | 48 void Delete(int sig) in Delete() function
|
| /arkcompiler/ets_runtime/ecmascript/shared_objects/ |
| D | js_shared_set.cpp | 38 bool JSSharedSet::Delete(JSThread *thread, const JSHandle<JSSharedSet> &set, const JSHandle<JSTagge… in Delete() function in panda::ecmascript::JSSharedSet
|
| D | js_shared_map.cpp | 39 bool JSSharedMap::Delete(JSThread *thread, const JSHandle<JSSharedMap> &map, const JSHandle<JSTagge… in Delete() function in panda::ecmascript::JSSharedMap
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_weak_map.cpp | 70 JSTaggedValue BuiltinsWeakMap::Delete(EcmaRuntimeCallInfo *argv) in Delete() function in panda::ecmascript::builtins::BuiltinsWeakMap
|
| D | builtins_weak_set.cpp | 126 JSTaggedValue BuiltinsWeakSet::Delete(EcmaRuntimeCallInfo *argv) in Delete() function in panda::ecmascript::builtins::BuiltinsWeakSet
|
| D | builtins_set.cpp | 138 JSTaggedValue BuiltinsSet::Delete(EcmaRuntimeCallInfo *argv) in Delete() function in panda::ecmascript::builtins::BuiltinsSet
|
| D | builtins_shared_set.cpp | 141 JSTaggedValue BuiltinsSharedSet::Delete(EcmaRuntimeCallInfo *argv) in Delete() function in panda::ecmascript::builtins::BuiltinsSharedSet
|
| D | builtins_map.cpp | 104 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/jsvm/src/ |
| D | memory_manager.h | 109 void Delete(Element* element) in Delete() function
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | weak_vector_test.cpp | 153 HWTEST_F_L0(WeakVectorTest, Delete) in HWTEST_F_L0() argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | builtins_collection_stub_builder.cpp | 203 void BuiltinsCollectionStubBuilder<CollectionType>::Delete(Variable *result, Label *exit, Label *sl… in Delete() function in panda::ecmascript::kungfu::BuiltinsCollectionStubBuilder
|