/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch64/ |
D | regfile.cpp | 64 calleeSavedv_.Remove(i); in SetCalleeSaved() 70 calleeSaved_.Remove(i); in SetCalleeSaved() 74 calleeSaved_.Remove(0); in SetCalleeSaved() 79 calleeSaved_.Remove(GetThreadReg(Arch::AARCH64)); in SetCalleeSaved() 92 calleeSaved_.Remove(0); in SetUsedRegs() 97 calleeSaved_.Remove(GetThreadReg(Arch::AARCH64)); in SetUsedRegs() 107 calleeSaved_.Remove(i); in SetUsedRegs() 110 callerSaved_.Remove(i); in SetUsedRegs() 114 calleeSavedv_.Remove(i); in SetUsedRegs() 118 callerSavedv_.Remove(i); in SetUsedRegs()
|
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/amd64/ |
D | regfile.cpp | 61 calleeSaved_.Remove(i); in SetCalleeSaved() 67 calleeSavedv_.Remove(i); in SetCalleeSaved() 71 calleeSaved_.Remove(ConvertRegNumber(asmjit::x86::rax.id())); in SetCalleeSaved() 89 calleeSaved_.Remove(i); in SetUsedRegs() 92 callerSaved_.Remove(i); in SetUsedRegs() 97 calleeSavedv_.Remove(i); in SetUsedRegs() 100 callerSavedv_.Remove(i); in SetUsedRegs()
|
/arkcompiler/runtime_core/static_core/runtime/include/tooling/ |
D | pt_reference.h | 24 static void Remove(PtGlobalReference *globalRef); 30 static void Remove(PtLocalReference *localRef);
|
/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 96 globalStorage_->Remove(reference); in Remove() 98 weakStorage_->Remove(reference); in Remove() 100 globalFixedStorage_->Remove(reference); in Remove()
|
/arkcompiler/runtime_core/static_core/runtime/tests/ |
D | string_table_test.cpp | 190 storage->Remove(ref2); in SweepObjectInTable() 196 storage->Remove(ref1); in SweepObjectInTable() 197 storage->Remove(ref3); in SweepObjectInTable() 230 storage->Remove(ref2); in SweepNonMovableObjectInTable() 236 storage->Remove(ref1); in SweepNonMovableObjectInTable() 237 storage->Remove(ref3); in SweepNonMovableObjectInTable() 279 storage->Remove(ref2); in SweepHumongousObjectInTable() 285 storage->Remove(ref1); in SweepHumongousObjectInTable() 286 storage->Remove(ref3); in SweepHumongousObjectInTable()
|
D | pygote_space_allocator_test_base.h | 172 globalObjectStorage->Remove(ref); in NonMovableUnliveObjectAllocTest() 219 globalObjectStorage->Remove(ref); in MovableUnliveObjectAllocTest() 252 globalObjectStorage->Remove(movalbeRef); in MuchObjectAllocTest() 260 globalObjectStorage->Remove(nonMovalbeRef); in MuchObjectAllocTest()
|
/arkcompiler/runtime_core/static_core/runtime/ |
D | osr.h | 54 Remove(method); in Set() 61 void Remove(const Method *method) in Remove() function
|
/arkcompiler/ets_runtime/ecmascript/containers/ |
D | containers_hashset.h | 29 static JSTaggedValue Remove(EcmaRuntimeCallInfo *argv);
|
D | containers_hashmap.h | 35 static JSTaggedValue Remove(EcmaRuntimeCallInfo *argv);
|
D | containers_treeset.h | 33 static JSTaggedValue Remove(EcmaRuntimeCallInfo *argv);
|
D | containers_treemap.h | 41 static JSTaggedValue Remove(EcmaRuntimeCallInfo *argv);
|
D | containers_plainarray.h | 38 static JSTaggedValue Remove(EcmaRuntimeCallInfo *argv);
|
D | containers_list.h | 32 static JSTaggedValue Remove(EcmaRuntimeCallInfo *argv);
|
D | containers_lightweightset.h | 37 static JSTaggedValue Remove(EcmaRuntimeCallInfo *argv);
|
D | containers_lightweightmap.h | 40 static JSTaggedValue Remove(EcmaRuntimeCallInfo *argv);
|
D | containers_linked_list.h | 39 static JSTaggedValue Remove(EcmaRuntimeCallInfo *argv);
|
D | containers_arraylist.h | 42 static JSTaggedValue Remove(EcmaRuntimeCallInfo *argv);
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/ |
D | file_utils.h | 33 static int Remove(const std::string &filePath);
|
/arkcompiler/ets_runtime/ecmascript/tests/ |
D | js_api_hashset_test.cpp | 150 …[[maybe_unused]] JSTaggedValue rvalue = JSAPIHashSet::Remove(thread, hashSet, value.GetTaggedValue… in HWTEST_F_L0() 173 JSTaggedValue exceptionValue = JSAPIHashSet::Remove(thread, hashSet, JSTaggedValue::Hole()); in HWTEST_F_L0() 186 JSTaggedValue emptyValue = JSAPIHashSet::Remove(thread, hashSet, JSTaggedValue(0)); in HWTEST_F_L0() 197 JSTaggedValue nonExistentValue = JSAPIHashSet::Remove(thread, hashSet, JSTaggedValue(0)); in HWTEST_F_L0() 203 JSAPIHashSet::Remove(thread, hashSet, value.GetTaggedValue()); in HWTEST_F_L0()
|
D | tagged_dictionary_test.cpp | 116 dict = NameDictionary::Remove(thread, dictHandle, entry1); in HWTEST_F_L0() 187 JSHandle<NameDictionary> newDict1 = NameDictionary::Remove(thread, dictHandle, entry); in HWTEST_F_L0() 246 dict = NumberDictionary::Remove(thread, dictHandle, entry1); in HWTEST_F_L0() 338 JSHandle<NumberDictionary> newDict1 = NumberDictionary::Remove(thread, dictHandle, entry); in HWTEST_F_L0()
|
D | js_api_hashmap_test.cpp | 150 JSTaggedValue undefined = JSAPIHashMap::Remove(thread, hashMap, JSTaggedValue::Hole()); in HWTEST_F_L0() 154 JSTaggedValue undefined1 = JSAPIHashMap::Remove(thread, hashMap, JSTaggedValue(0)); in HWTEST_F_L0() 169 JSTaggedValue undefined2 = JSAPIHashMap::Remove(thread, hashMap, JSTaggedValue(0)); in HWTEST_F_L0() 175 …[[maybe_unused]] JSTaggedValue rValue = JSAPIHashMap::Remove(thread, hashMap, key.GetTaggedValue()… in HWTEST_F_L0() 254 …[[maybe_unused]] JSTaggedValue rValue = JSAPIHashMap::Remove(thread, hashMap, key.GetTaggedValue()… in HWTEST_F_L0() 319 JSTaggedValue rValue = JSAPIHashMap::Remove(thread, hashMap, key.GetTaggedValue()); in HWTEST_F_L0() 443 JSAPIHashMap::Remove(thread, dstHashMap, key.GetTaggedValue()); in HWTEST_F_L0()
|
/arkcompiler/runtime_core/static_core/runtime/tooling/ |
D | pt_thread_info.h | 57 PandaVM::GetCurrent()->GetGlobalObjectStorage()->Remove(managedThreadRef_); in Destroy()
|
/arkcompiler/ets_runtime/ecmascript/js_api/ |
D | js_api_hashset.h | 31 … static JSTaggedValue Remove(JSThread *thread, JSHandle<JSAPIHashSet> hashSet, JSTaggedValue key);
|
/arkcompiler/runtime_core/static_core/patches/zydis/ |
D | 0002-Remove-chromium_code-config-for-OHOS-builds.patch | 4 Subject: [PATCH] Remove chromium_code config for OHOS builds
|
/arkcompiler/runtime_core/libpandafile/ |
D | file_item_container.h | 251 void Remove(IndexedItem *item) in Remove() function 324 Remove(item); in IncRefCount() 332 Remove(item); in DecRefCount() 364 void Remove(const std::list<IndexedItem *> &items);
|