Home
last modified time | relevance | path

Searched defs:Delete (Results 1 - 25 of 28) sorted by relevance

12

/arkcompiler/ets_runtime/ecmascript/
H A Djs_set.cpp32 bool JSSet::Delete(const JSThread *thread, const JSHandle<JSSet> &set, const JSHandle<JSTaggedValue> &value) in Delete() function in panda::ecmascript::JSSet
H A Djs_weak_container.cpp35 bool JSWeakMap::Delete(JSThread *thread, const JSHandle<JSWeakMap> &map, const JSHandle<JSTaggedValue> &key) in Delete() function in panda::ecmascript::JSWeakMap
87 bool JSWeakSet::Delete(JSThread *thread, const JSHandle<JSWeakSet> &weakSet, const JSHandle<JSTaggedValue> &value) in Delete() function in panda::ecmascript::JSWeakSet
H A Djs_map.cpp33 bool JSMap::Delete(const JSThread *thread, const JSHandle<JSMap> &map, const JSHandle<JSTaggedValue> &key) in Delete() function in panda::ecmascript::JSMap
H A Dweak_vector.cpp38 bool WeakVector::Delete(const JSThread *thread, uint32_t index) in Delete() function in WeakVector
H A Dlinked_hash_table.cpp145 JSHandle<LinkedHashMap> LinkedHashMap::Delete(const JSThread *thread, const JSHandle<LinkedHashMap> &obj, in Delete() function in panda::ecmascript::LinkedHashMap
208 JSHandle<LinkedHashSet> LinkedHashSet::Delete(const JSThread *thread, const JSHandle<LinkedHashSet> &obj, in Delete() function in panda::ecmascript::LinkedHashSet
H A Dtagged_node.cpp339 JSTaggedValue RBTreeNode::Delete(JSThread *thread, const JSTaggedValue &treeNodeVa, int hash, in Delete() function in panda::ecmascript::RBTreeNode
H A Dtagged_tree.cpp566 JSTaggedValue TaggedTreeMap::Delete(JSThread *thread, const JSHandle<TaggedTreeMap> &map, int entry) in Delete() function in panda::ecmascript::TaggedTreeMap
655 JSTaggedValue TaggedTreeSet::Delete(JSThread *thread, const JSHandle<TaggedTreeSet> &set, int entry) in Delete() function in panda::ecmascript::TaggedTreeSet
/arkcompiler/ets_runtime/ecmascript/shared_objects/
H A Djs_shared_map.cpp39 bool JSSharedMap::Delete(JSThread *thread, const JSHandle<JSSharedMap> &map, const JSHandle<JSTaggedValue> &key) in Delete() function in panda::ecmascript::JSSharedMap
H A Djs_shared_set.cpp38 bool JSSharedSet::Delete(JSThread *thread, const JSHandle<JSSharedSet> &set, const JSHandle<JSTaggedValue> &value) in Delete() function in panda::ecmascript::JSSharedSet
/arkcompiler/runtime_core/static_core/runtime/mem/
H A Dinternal_allocator-inl.h73 void InternalAllocator<CONFIG>::Delete(T *ptr) in Delete() function in ark::mem::InternalAllocator
/arkcompiler/ets_runtime/ecmascript/mem/
H A Dcaddress_allocator.h141 void Delete(T *ptr) in Delete() function in panda::ecmascript::CAddressAllocator
H A Dchunk_allocator.h126 void Delete(T *ptr) in Delete() function in panda::ecmascript::ChunkAllocator
H A Dchunk.h73 void Delete(T *ptr) in Delete() function in panda::ecmascript::Chunk
H A Dnative_area_allocator.h77 void Delete(T *ptr) in Delete() function in panda::ecmascript::NativeAreaAllocator
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_weak_map.cpp70 JSTaggedValue BuiltinsWeakMap::Delete(EcmaRuntimeCallInfo *argv) in Delete() function in panda::ecmascript::builtins::BuiltinsWeakMap
H A Dbuiltins_weak_set.cpp126 JSTaggedValue BuiltinsWeakSet::Delete(EcmaRuntimeCallInfo *argv) in Delete() function in panda::ecmascript::builtins::BuiltinsWeakSet
H A Dbuiltins_set.cpp138 JSTaggedValue BuiltinsSet::Delete(EcmaRuntimeCallInfo *argv) in Delete() function in panda::ecmascript::builtins::BuiltinsSet
H A Dbuiltins_shared_set.cpp141 JSTaggedValue BuiltinsSharedSet::Delete(EcmaRuntimeCallInfo *argv) in Delete() function in panda::ecmascript::builtins::BuiltinsSharedSet
H A Dbuiltins_map.cpp104 JSTaggedValue BuiltinsMap::Delete(EcmaRuntimeCallInfo *argv) in Delete() function in panda::ecmascript::builtins::BuiltinsMap
H A Dbuiltins_shared_map.cpp104 JSTaggedValue BuiltinsSharedMap::Delete(EcmaRuntimeCallInfo *argv) in Delete() function in panda::ecmascript::builtins::BuiltinsSharedMap
/arkcompiler/ets_runtime/ecmascript/js_api/
H A Djs_api_tree_map.cpp67 JSTaggedValue JSAPITreeMap::Delete(JSThread *thread, const JSHandle<JSAPITreeMap> &map, in Delete() function in panda::ecmascript::JSAPITreeMap
H A Djs_api_tree_set.cpp53 bool JSAPITreeSet::Delete(JSThread *thread, const JSHandle<JSAPITreeSet> &set, const JSHandle<JSTaggedValue> &key) in Delete() function in panda::ecmascript::JSAPITreeSet
/arkcompiler/runtime_core/platforms/unix/libpandabase/
H A Dsignal.h48 void Delete(int sig) in Delete() function in panda::os::unix::SignalCtl
/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/
H A Dsignal.h48 void Delete(int sig) in Delete() function in ark::os::unix::SignalCtl
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_collection_stub_builder.cpp203 void BuiltinsCollectionStubBuilder<CollectionType>::Delete(Variable *result, Label *exit, Label *slowPath) in Delete() function in panda::ecmascript::kungfu::BuiltinsCollectionStubBuilder

Completed in 14 milliseconds

12