Home
last modified time | relevance | path

Searched refs:Clear (Results 1 – 25 of 225) sorted by relevance

123456789

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_decoder.cpp30 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/
Daddr_map.h71 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/
Dcpu_affinity.cpp33 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/
Dregexp_parser_cache.cpp21 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/
Dheap_tracker_second_test.cpp72 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/
Dstring_hashmap.h37 Clear(); in ~StringHashMap()
72 void Clear();
/arkcompiler/ets_runtime/ecmascript/ic/tests/
Dproperties_cache_test.cpp84 handleProCache->Clear(); in HWTEST_F_L0()
94 HWTEST_F_L0(PropertiesCacheTest, Clear) in HWTEST_F_L0() argument
106 handleProCache->Clear(); in HWTEST_F_L0()
Dproperty_box_test.cpp56 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/
Dliveness_analyzer_test.cpp698 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/
Dparallel_evacuator-inl.h79 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/
Dliveness_analyzer_test.cpp693 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/
Dcpu_affinity.cpp36 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/
Dpgo_profile_type_pool.h133 Clear(); in ~PGOProfileTypePool()
151 void Clear() in Clear() function
153 pool_->Clear(); in Clear()
Dpgo_record_pool.h89 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/
Dtriple_ut_test.cpp74 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/
Dbuiltins_set.h32 V("clear", Clear, 0, SetClear) \
54 static JSTaggedValue Clear(EcmaRuntimeCallInfo *argv);
Dbuiltins_map.h28 V("clear", Clear, 0, MapClear) \
54 static JSTaggedValue Clear(EcmaRuntimeCallInfo *argv);
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
Dcard_table.cpp68 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/
Dcl_parser.h113 void Clear(OptionCategory &optCategory);
114 void Clear() in Clear() function
116 return Clear(defaultCategory); in Clear()
/arkcompiler/ets_runtime/ecmascript/
Djs_set.cpp46 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()
Djs_map.cpp46 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/
Dsparse_datainfo.h136 info.Clear(); in ResetAllBit()
146 info.Clear(); in ClearDataInfo()
/arkcompiler/ets_runtime/ecmascript/ic/
Dproperty_box.cpp21 void PropertyBox::Clear(const JSThread *thread) in Clear() function in panda::ecmascript::PropertyBox
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_collection_stub_builder.cpp37 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/
Dpaoc_llvm.cpp29 void PaocLLVM::Clear(panda::mem::InternalAllocatorPtr allocator) in Clear() function in panda::paoc::PaocLLVM
32 Paoc::Clear(allocator); in Clear()

123456789