Home
last modified time | relevance | path

Searched refs:Remove (Results 1 – 25 of 178) sorted by relevance

12345678

/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch64/
Dregfile.cpp64 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/
Dregfile.cpp61 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/
Dpt_reference.h24 static void Remove(PtGlobalReference *globalRef);
30 static void Remove(PtLocalReference *localRef);
/arkcompiler/runtime_core/static_core/runtime/mem/refstorage/
Dglobal_object_storage.cpp87 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/
Dstring_table_test.cpp190 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()
Dpygote_space_allocator_test_base.h172 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/
Dosr.h54 Remove(method); in Set()
61 void Remove(const Method *method) in Remove() function
/arkcompiler/ets_runtime/ecmascript/containers/
Dcontainers_hashset.h29 static JSTaggedValue Remove(EcmaRuntimeCallInfo *argv);
Dcontainers_hashmap.h35 static JSTaggedValue Remove(EcmaRuntimeCallInfo *argv);
Dcontainers_treeset.h33 static JSTaggedValue Remove(EcmaRuntimeCallInfo *argv);
Dcontainers_treemap.h41 static JSTaggedValue Remove(EcmaRuntimeCallInfo *argv);
Dcontainers_plainarray.h38 static JSTaggedValue Remove(EcmaRuntimeCallInfo *argv);
Dcontainers_list.h32 static JSTaggedValue Remove(EcmaRuntimeCallInfo *argv);
Dcontainers_lightweightset.h37 static JSTaggedValue Remove(EcmaRuntimeCallInfo *argv);
Dcontainers_lightweightmap.h40 static JSTaggedValue Remove(EcmaRuntimeCallInfo *argv);
Dcontainers_linked_list.h39 static JSTaggedValue Remove(EcmaRuntimeCallInfo *argv);
Dcontainers_arraylist.h42 static JSTaggedValue Remove(EcmaRuntimeCallInfo *argv);
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/
Dfile_utils.h33 static int Remove(const std::string &filePath);
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_api_hashset_test.cpp150 …[[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()
Dtagged_dictionary_test.cpp116 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()
Djs_api_hashmap_test.cpp150 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/
Dpt_thread_info.h57 PandaVM::GetCurrent()->GetGlobalObjectStorage()->Remove(managedThreadRef_); in Destroy()
/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_hashset.h31 … static JSTaggedValue Remove(JSThread *thread, JSHandle<JSAPIHashSet> hashSet, JSTaggedValue key);
/arkcompiler/runtime_core/static_core/patches/zydis/
D0002-Remove-chromium_code-config-for-OHOS-builds.patch4 Subject: [PATCH] Remove chromium_code config for OHOS builds
/arkcompiler/runtime_core/libpandafile/
Dfile_item_container.h251 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);

12345678