/arkcompiler/runtime_core/static_core/runtime/ |
D | osr.h | 61 void Remove(const Method *method) in Remove() function
|
/arkcompiler/runtime_core/static_core/runtime/mem/refstorage/ |
D | global_object_storage.cpp | 87 void GlobalObjectStorage::Remove(const Reference *reference) in Remove() function in panda::mem::GlobalObjectStorage
|
D | ref_block.cpp | 41 void RefBlock::Remove(const Reference *ref) in Remove() function in panda::mem::RefBlock
|
D | global_object_storage.h | 271 void Remove(const Reference *ref) in Remove() function
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/src/ |
D | file_utils.cpp | 105 int FileUtils::Remove(const std::string &filePath) in Remove() function in maple::FileUtils
|
/arkcompiler/ets_runtime/ecmascript/js_api/ |
D | js_api_hashset.cpp | 80 JSTaggedValue JSAPIHashSet::Remove(JSThread *thread, JSHandle<JSAPIHashSet> hashSet, JSTaggedValue … in Remove() function in panda::ecmascript::JSAPIHashSet
|
D | js_api_hashmap.cpp | 209 JSTaggedValue JSAPIHashMap::Remove(JSThread *thread, JSHandle<JSAPIHashMap> hashMap, JSTaggedValue … in Remove() function in panda::ecmascript::JSAPIHashMap
|
D | js_api_list.cpp | 146 JSTaggedValue JSAPIList::Remove(JSThread *thread, const JSTaggedValue &element) in Remove() function in panda::ecmascript::JSAPIList
|
D | js_api_linked_list.cpp | 107 JSTaggedValue JSAPILinkedList::Remove(JSThread *thread, const JSTaggedValue &element) in Remove() function in panda::ecmascript::JSAPILinkedList
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/ |
D | cl_parser.h | 76 void Remove(OptionInterface *opt) in Remove() function
|
/arkcompiler/runtime_core/static_core/platforms/windows/libpandabase/ |
D | cpu_affinity.cpp | 38 void CpuSet::Remove(int cpu) in Remove() function in panda::os::CpuSet
|
/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/ |
D | cpu_affinity.cpp | 41 void CpuSet::Remove(int cpu) in Remove() function in panda::os::CpuSet
|
/arkcompiler/ets_runtime/ecmascript/ |
D | tagged_hash_table.h | 120 static JSHandle<Derived> Remove(const JSThread *thread, JSHandle<Derived> &table, in Remove() function 465 … static JSHandle<Derived> Remove(const JSThread *thread, const JSHandle<Derived> &table, int entry) in Remove() function
|
D | linked_hash_table.cpp | 105 JSHandle<Derived> LinkedHashTable<Derived, HashObject>::Remove(const JSThread *thread, const JSHand… in Remove() function in panda::ecmascript::LinkedHashTable
|
/arkcompiler/ets_runtime/ecmascript/containers/ |
D | containers_hashset.cpp | 122 JSTaggedValue ContainersHashSet::Remove(EcmaRuntimeCallInfo *argv) in Remove() function in panda::ecmascript::containers::ContainersHashSet
|
D | containers_hashmap.cpp | 257 JSTaggedValue ContainersHashMap::Remove(EcmaRuntimeCallInfo *argv) in Remove() function in panda::ecmascript::containers::ContainersHashMap
|
D | containers_treeset.cpp | 96 JSTaggedValue ContainersTreeSet::Remove(EcmaRuntimeCallInfo *argv) in Remove() function in panda::ecmascript::containers::ContainersTreeSet
|
/arkcompiler/runtime_core/libpandafile/ |
D | file_item_container.h | 251 void Remove(IndexedItem *item) in Remove() function
|
/arkcompiler/runtime_core/static_core/libpandafile/ |
D | file_item_container.h | 250 void Remove(IndexedItem *item) in Remove() function
|
/arkcompiler/runtime_core/libpandabase/utils/ |
D | list.h | 267 bool Remove(const ValueType &value) in Remove() function
|
/arkcompiler/runtime_core/static_core/libpandabase/utils/ |
D | list.h | 261 bool Remove(const ValueType &value) in Remove() function
|
/arkcompiler/runtime_core/compiler/optimizer/analysis/ |
D | liveness_analyzer.h | 433 void Remove(size_t index) in Remove() function
|
/arkcompiler/runtime_core/compiler/optimizer/ir/ |
D | inst.cpp | 118 void DynamicOperands::Remove(unsigned index) in Remove() function in panda::compiler::DynamicOperands
|
/arkcompiler/toolchain/tooling/base/ |
D | pt_json.cpp | 229 bool PtJson::Remove(const char *key) const in Remove() function in panda::ecmascript::tooling::PtJson
|
/arkcompiler/ets_runtime/ecmascript/tests/ |
D | js_api_list_test.cpp | 206 HWTEST_F_L0(JSAPIListTest, Remove) in HWTEST_F_L0() argument
|