Home
last modified time | relevance | path

Searched refs:Reset (Results 1 – 25 of 72) sorted by relevance

123

/arkcompiler/runtime_core/libpandabase/os/
Dunique_fd.h38 Reset(fd);
46 Reset(other_fd.Release()); in UniqueFd()
51 Reset(other_fd.Release());
57 Reset(); in ~UniqueFd()
67 void Reset(int new_fd = -1)
/arkcompiler/ets_runtime/ecmascript/mem/
Dallocator-inl.h28 void BumpPointerAllocator::Reset() in Reset() function
35 void BumpPointerAllocator::Reset(uintptr_t begin, uintptr_t end) in Reset() function
43 void BumpPointerAllocator::Reset(uintptr_t begin, uintptr_t end, uintptr_t top) in Reset() function
72 bpAllocator_.Reset(region->GetBegin(), region->GetEnd()); in Initialize()
75 void FreeListAllocator::Reset(Heap *heap) in Reset() function
87 bpAllocator_.Reset(begin, end); in AddFree()
117 bpAllocator_.Reset(begin, end); in Allocate()
127 bpAllocator_.Reset(); in FreeBumpPoint()
141 bpAllocator_.Reset(begin, end, top); in ResetBumpPointer()
168 bpAllocator_.Reset(); in RebuildFreeList()
Dallocator.h45 inline void Reset();
46 inline void Reset(uintptr_t begin, uintptr_t end);
47 inline void Reset(uintptr_t begin, uintptr_t end, uintptr_t top);
92 inline void Reset(Heap *heap);
Dtlab_allocator-inl.h33 youngAllocator_.Reset(); in TlabAllocator()
40 youngAllocator_.Reset(); in Finalize()
126 youngAllocator_.Reset(buffer, end); in ExpandYoung()
Dpartial_gc.cpp91 heap_->GetIncrementalMarker()->Reset(); in Finish()
94 marker->Reset(false); in Finish()
Dlinear_space.cpp94 allocator_.Reset(region->GetBegin(), region->GetEnd()); in Expand()
111 …allocator_.Reset(currentRegion->GetBegin(), currentRegion->GetEnd(), currentRegion->GetHighWaterMa… in ResetAllocator()
169 allocator_.Reset(region->GetBegin(), region->GetEnd()); in Initialize()
Dincremental_marker.h46 void Reset();
Dconcurrent_marker.h110 void Reset(bool revertCSet = true);
/arkcompiler/ets_runtime/ecmascript/base/tests/
Dgc_ring_buffer_test.cpp105 HWTEST_F_L0(GCRingBufferTest, Reset) in HWTEST_F_L0() argument
111 gcBuffer.Reset(); in HWTEST_F_L0()
116 gcBuffer.Reset(); in HWTEST_F_L0()
/arkcompiler/runtime_core/libpandabase/tests/
Dsmall_vector_test.cpp194 static void Reset() in Reset() function
225 Item::Reset(); in TEST_F()
234 Item::Reset(); in TEST_F()
239 Item::Reset(); in TEST_F()
250 Item::Reset(); in TEST_F()
257 Item::Reset(); in TEST_F()
263 Item::Reset(); in TEST_F()
276 Item::Reset(); in TEST_F()
285 Item::Reset(); in TEST_F()
290 Item::Reset(); in TEST_F()
[all …]
Dunique_fd_test.cpp110 HWTEST(UniqueFd, Reset, testing::ext::TestSize.Level0)
124 fd_a.Reset(num_a);
125 fd_b.Reset(num_b);
126 fd_c.Reset(num_c);
127 fd_d.Reset(num_d);
/arkcompiler/runtime_core/libpandabase/utils/
Dregmask.h100 constexpr void Reset() in Reset() function
117 Reset(bit); in Set()
121 constexpr void Reset(size_t bit) in Reset() function
269 Reset(); in reset()
274 Reset(bit); in reset()
/arkcompiler/runtime_core/docs/diagrams/
Dgenerational-minor-gc-activity.puactivity21 :Reset young space;
22 :Reset Card table;
Dgenerational-concurrent-major-gc-activity.puactivity27 :Reset;
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler.h58 Reset(false); in ~PGOProfiler()
61 void Reset(bool isEnable) in Reset() function
Dpgo_profiler_manager.h82 void Reset(PGOProfiler *profiler, bool isEnable) in Reset() function
88 profiler->Reset(isEnable); in Reset()
/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/
Dlocation_mask.h42 Reset(idx); in Init()
60 void Reset(size_t position) in Reset() function
/arkcompiler/ets_runtime/ecmascript/
Decma_global_storage.h96 void Reset([[maybe_unused]] JSThread *thread, Node *next, JSTaggedType value, bool isUsing) in Reset() function
118 void Reset(JSThread *thread, Node *next, JSTaggedType value, bool isUsing) in Reset() function
120 Node::Reset(thread, next, value, isUsing); in Reset()
245 node->Reset(thread, usedList_, value, true); in NewNode()
259 node->Reset(thread, usedList_, value, true); in GetFreeNode()
279 node->Reset(thread, freeList_, JSTaggedValue::Undefined().GetRawData(), false); in FreeNode()
/arkcompiler/ets_runtime/ecmascript/compiler/base/
Dbit_set.h38 Reset(); in BitSet()
50 void Reset() in Reset() function
/arkcompiler/ets_runtime/ecmascript/dfx/vmstat/
Dfunction_call_timer.cpp124 stat.second.Reset(); in ResetStat()
128 stat.second.Reset(); in ResetStat()
Dcaller_stat.h71 void Reset() in Reset() function
/arkcompiler/ets_runtime/ecmascript/base/
Dgc_ring_buffer.h65 void Reset() in Reset() function
/arkcompiler/ets_runtime/tools/circuit_viewer/src/ir/
DCanvasInput.js22 static Reset(x, y, w, h, value, cb, cb2, cb3) { method in CanvasInput
/arkcompiler/ets_runtime/ecmascript/platform/
Dmap.h31 void Reset() in Reset() function
/arkcompiler/runtime_core/assembler/
Dmeta.h262 void Reset() in Reset() function
349 void Reset() in Reset() function
431 annotation_builder_.Reset(); in ResetAnnotationBuilder()
455 annotation_element_builder_.Reset(); in ResetAnnotationElementBuilder()

123