/arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
D | pgo_profiler_decoder.cpp | 30 Clear(); in Load() 74 Clear(); in LoadAndVerify() 86 Clear(); in LoadFull() 183 void PGOProfilerDecoder::Clear() in Clear() function in panda::ecmascript::pgo::PGOProfilerDecoder 190 pandaFileInfos_.Clear(); in Clear() 192 abcFilePool_->Clear(); in Clear() 195 recordDetailInfos_->Clear(); in Clear() 198 recordSimpleInfos_->Clear(); in Clear()
|
/arkcompiler/runtime_core/static_core/verification/util/ |
D | addr_map.h | 71 void Clear() in Clear() function 73 Clear(addrRange_.Start(), addrRange_.Finish()); in Clear() 76 bool Clear(const void *addrPtr) in Clear() function 78 return Clear(addrPtr, addrPtr); in Clear() 81 bool Clear(const void *addrStartPtr, const void *addrEndPtr) in Clear() function 83 … return Clear(reinterpret_cast<uintptr_t>(addrStartPtr), reinterpret_cast<uintptr_t>(addrEndPtr)); in Clear() 177 bool Clear(uintptr_t addrFrom, uintptr_t addrTo) in Clear() function
|
/arkcompiler/runtime_core/static_core/platforms/windows/libpandabase/ |
D | cpu_affinity.cpp | 33 void CpuSet::Clear() in Clear() function in panda::os::CpuSet 156 bestCpuSet_.Clear(); in Finalize() 157 middleCpuSet_.Clear(); in Finalize() 158 bestAndMiddleCpuSet_.Clear(); in Finalize() 159 weakCpuSet_.Clear(); in Finalize()
|
/arkcompiler/ets_runtime/ecmascript/regexp/ |
D | regexp_parser_cache.cpp | 21 Clear(); in RegExpParserCache() 26 Clear(); in ~RegExpParserCache() 29 void RegExpParserCache::Clear() in Clear() function in panda::ecmascript::RegExpParserCache
|
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/ |
D | heap_tracker_second_test.cpp | 72 void Clear() in Clear() function in panda::ecmascript::TestStream 135 stream.Clear(); in HWTEST_F_L0() 166 stream.Clear(); in HWTEST_F_L0() 197 stream.Clear(); in HWTEST_F_L0() 228 stream.Clear(); in HWTEST_F_L0()
|
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/ |
D | string_hashmap.h | 37 Clear(); in ~StringHashMap() 72 void Clear();
|
/arkcompiler/ets_runtime/ecmascript/ic/tests/ |
D | properties_cache_test.cpp | 84 handleProCache->Clear(); in HWTEST_F_L0() 94 HWTEST_F_L0(PropertiesCacheTest, Clear) in HWTEST_F_L0() argument 106 handleProCache->Clear(); in HWTEST_F_L0()
|
D | property_box_test.cpp | 56 HWTEST_F_L0(PropertyBoxTest, Clear) in HWTEST_F_L0() argument 64 handlePropertyBox->Clear(thread); in HWTEST_F_L0()
|
/arkcompiler/runtime_core/static_core/compiler/tests/ |
D | liveness_analyzer_test.cpp | 698 li.Clear(); in TEST_F() 701 otherLi.Clear(); in TEST_F() 709 li.Clear(); in TEST_F() 712 otherLi.Clear(); in TEST_F() 720 li.Clear(); in TEST_F() 723 otherLi.Clear(); in TEST_F() 731 li.Clear(); in TEST_F() 734 otherLi.Clear(); in TEST_F() 743 li.Clear(); in TEST_F() 745 otherLi.Clear(); in TEST_F() [all …]
|
/arkcompiler/ets_runtime/ecmascript/mem/ |
D | parallel_evacuator-inl.h | 79 slot.Clear(); in UpdateOldToNewObjectSlot() 88 slot.Clear(); in UpdateOldToNewObjectSlot() 119 slot.Clear(); in UpdateWeakObjectSlot() 129 slot.Clear(); in UpdateWeakObjectSlot() 136 slot.Clear(); in UpdateWeakObjectSlot()
|
/arkcompiler/runtime_core/compiler/tests/ |
D | liveness_analyzer_test.cpp | 693 li.Clear(); in TEST_F() 696 other_li.Clear(); in TEST_F() 704 li.Clear(); in TEST_F() 707 other_li.Clear(); in TEST_F() 715 li.Clear(); in TEST_F() 718 other_li.Clear(); in TEST_F() 726 li.Clear(); in TEST_F() 729 other_li.Clear(); in TEST_F() 738 li.Clear(); in TEST_F() 740 other_li.Clear(); in TEST_F() [all …]
|
/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/ |
D | cpu_affinity.cpp | 36 void CpuSet::Clear() in Clear() function in panda::os::CpuSet 153 bestCpuSet_.Clear(); in Finalize() 154 middleCpuSet_.Clear(); in Finalize() 155 bestAndMiddleCpuSet_.Clear(); in Finalize() 156 weakCpuSet_.Clear(); in Finalize()
|
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/ap_file/ |
D | pgo_profile_type_pool.h | 133 Clear(); in ~PGOProfileTypePool() 151 void Clear() in Clear() function 153 pool_->Clear(); in Clear()
|
D | pgo_record_pool.h | 89 Clear(); in ~PGOStringPool() 112 void Clear() in Clear() function 114 pool_->Clear(); in Clear() 222 void Clear() in Clear() function
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/test/ |
D | triple_ut_test.cpp | 74 cl::CommandLine::GetCommandLine().Clear(); in TEST() 88 cl::CommandLine::GetCommandLine().Clear(); in TEST() 102 cl::CommandLine::GetCommandLine().Clear(); in TEST() 120 cl::CommandLine::GetCommandLine().Clear(); in TEST()
|
/arkcompiler/ets_runtime/ecmascript/builtins/ |
D | builtins_set.h | 32 V("clear", Clear, 0, SetClear) \ 54 static JSTaggedValue Clear(EcmaRuntimeCallInfo *argv);
|
D | builtins_map.h | 28 V("clear", Clear, 0, MapClear) \ 54 static JSTaggedValue Clear(EcmaRuntimeCallInfo *argv);
|
/arkcompiler/runtime_core/static_core/runtime/mem/gc/ |
D | card_table.cpp | 68 curCard->Clear(); in ClearCards() 93 card->Clear(); in ClearCard() 144 void CardTable::Card::Clear() in Clear() function in panda::mem::CardTable::Card
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/ |
D | cl_parser.h | 113 void Clear(OptionCategory &optCategory); 114 void Clear() in Clear() function 116 return Clear(defaultCategory); in Clear()
|
/arkcompiler/ets_runtime/ecmascript/ |
D | js_set.cpp | 46 void JSSet::Clear(const JSThread *thread, const JSHandle<JSSet> &set) in Clear() function in panda::ecmascript::JSSet 50 JSHandle<LinkedHashSet> newSet = linkedSet->Clear(thread, setHandle); in Clear()
|
D | js_map.cpp | 46 void JSMap::Clear(const JSThread *thread, const JSHandle<JSMap> &map) in Clear() function in panda::ecmascript::JSMap 50 JSHandle<LinkedHashMap> newMap = linkedMap->Clear(thread, mapHandle); in Clear()
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
D | sparse_datainfo.h | 136 info.Clear(); in ResetAllBit() 146 info.Clear(); in ClearDataInfo()
|
/arkcompiler/ets_runtime/ecmascript/ic/ |
D | property_box.cpp | 21 void PropertyBox::Clear(const JSThread *thread) in Clear() function in panda::ecmascript::PropertyBox
|
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
D | builtins_collection_stub_builder.cpp | 37 void BuiltinsCollectionStubBuilder<CollectionType>::Clear(Variable *result, Label *exit, Label *slo… in Clear() function in panda::ecmascript::kungfu::BuiltinsCollectionStubBuilder 49 res = linkedHashTableStubBuilder.Clear(linkedTable); in Clear() 52 res = linkedHashTableStubBuilder.Clear(linkedTable); in Clear() 66 template void BuiltinsCollectionStubBuilder<JSMap>::Clear(Variable *result, Label *exit, Label *slo… 67 template void BuiltinsCollectionStubBuilder<JSSet>::Clear(Variable *result, Label *exit, Label *slo…
|
/arkcompiler/runtime_core/static_core/compiler/tools/paoc/ |
D | paoc_llvm.cpp | 29 void PaocLLVM::Clear(panda::mem::InternalAllocatorPtr allocator) in Clear() function in panda::paoc::PaocLLVM 32 Paoc::Clear(allocator); in Clear()
|