/arkcompiler/runtime_core/libpandabase/os/ |
D | unique_fd.h | 38 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/ |
D | allocator-inl.h | 28 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()
|
D | allocator.h | 45 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);
|
D | tlab_allocator-inl.h | 33 youngAllocator_.Reset(); in TlabAllocator() 40 youngAllocator_.Reset(); in Finalize() 126 youngAllocator_.Reset(buffer, end); in ExpandYoung()
|
D | partial_gc.cpp | 91 heap_->GetIncrementalMarker()->Reset(); in Finish() 94 marker->Reset(false); in Finish()
|
D | linear_space.cpp | 94 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()
|
D | incremental_marker.h | 46 void Reset();
|
D | concurrent_marker.h | 110 void Reset(bool revertCSet = true);
|
/arkcompiler/ets_runtime/ecmascript/base/tests/ |
D | gc_ring_buffer_test.cpp | 105 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/ |
D | small_vector_test.cpp | 194 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 …]
|
D | unique_fd_test.cpp | 110 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/ |
D | regmask.h | 100 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/ |
D | generational-minor-gc-activity.puactivity | 21 :Reset young space; 22 :Reset Card table;
|
D | generational-concurrent-major-gc-activity.puactivity | 27 :Reset;
|
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
D | pgo_profiler.h | 58 Reset(false); in ~PGOProfiler() 61 void Reset(bool isEnable) in Reset() function
|
D | pgo_profiler_manager.h | 82 void Reset(PGOProfiler *profiler, bool isEnable) in Reset() function 88 profiler->Reset(isEnable); in Reset()
|
/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/ |
D | location_mask.h | 42 Reset(idx); in Init() 60 void Reset(size_t position) in Reset() function
|
/arkcompiler/ets_runtime/ecmascript/ |
D | ecma_global_storage.h | 96 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/ |
D | bit_set.h | 38 Reset(); in BitSet() 50 void Reset() in Reset() function
|
/arkcompiler/ets_runtime/ecmascript/dfx/vmstat/ |
D | function_call_timer.cpp | 124 stat.second.Reset(); in ResetStat() 128 stat.second.Reset(); in ResetStat()
|
D | caller_stat.h | 71 void Reset() in Reset() function
|
/arkcompiler/ets_runtime/ecmascript/base/ |
D | gc_ring_buffer.h | 65 void Reset() in Reset() function
|
/arkcompiler/ets_runtime/tools/circuit_viewer/src/ir/ |
D | CanvasInput.js | 22 static Reset(x, y, w, h, value, cb, cb2, cb3) { method in CanvasInput
|
/arkcompiler/ets_runtime/ecmascript/platform/ |
D | map.h | 31 void Reset() in Reset() function
|
/arkcompiler/runtime_core/assembler/ |
D | meta.h | 262 void Reset() in Reset() function 349 void Reset() in Reset() function 431 annotation_builder_.Reset(); in ResetAnnotationBuilder() 455 annotation_element_builder_.Reset(); in ResetAnnotationElementBuilder()
|