/art/runtime/gc/collector/ |
D | garbage_collector.cc | 36 Reset(kGcCauseBackground, false); // Reset to some place holder values. in Iteration() 39 void Iteration::Reset(GcCause gc_cause, bool clear_soft_references) { in Reset() function in art::gc::collector::Iteration 40 timings_.Reset(); in Reset() 67 cumulative_timings_.Reset(); in ResetCumulativeStatistics() 68 pause_histogram_.Reset(); in ResetCumulativeStatistics() 79 current_iteration->Reset(gc_cause, clear_soft_references); in Run() 140 cumulative_timings_.Reset(); in ResetMeasurements() 141 pause_histogram_.Reset(); in ResetMeasurements()
|
D | immune_region.cc | 27 Reset(); in ImmuneRegion() 30 void ImmuneRegion::Reset() { in Reset() function in art::gc::collector::ImmuneRegion
|
D | sticky_mark_sweep.cc | 54 mark_stack_->Reset(); in MarkReachableObjects()
|
D | immune_region.h | 42 void Reset();
|
/art/runtime/arch/x86/ |
D | context_x86.h | 30 Reset(); in X86Context() 34 void Reset() OVERRIDE;
|
D | context_x86.cc | 29 void X86Context::Reset() { in Reset() function in art::x86::X86Context
|
/art/compiler/utils/ |
D | scoped_arena_allocator.cc | 41 void ArenaStack::Reset() { in Reset() function in art::ArenaStack 118 Reset(); in ~ScopedArenaAllocator() 121 void ScopedArenaAllocator::Reset() { in Reset() function in art::ScopedArenaAllocator
|
D | growable_array.h | 66 void Reset() { in Reset() function 70 void Reset(GrowableArray* g_list) { in Reset() function 111 void Reset() { in Reset() function
|
D | scoped_arena_allocator.h | 40 void Reset(); 116 void Reset();
|
D | arena_allocator.cc | 139 void Arena::Reset() { in Reset() function in art::Arena 176 ret->Reset(); in AllocArena()
|
/art/runtime/arch/arm64/ |
D | context_arm64.h | 30 Reset(); in Arm64Context() 35 void Reset() OVERRIDE;
|
/art/runtime/arch/x86_64/ |
D | context_x86_64.h | 30 Reset(); in X86_64Context() 34 void Reset() OVERRIDE;
|
/art/runtime/arch/mips/ |
D | context_mips.h | 30 Reset(); in MipsContext() 34 void Reset() OVERRIDE;
|
/art/runtime/arch/arm/ |
D | context_arm.h | 30 Reset(); in ArmContext() 35 void Reset() OVERRIDE;
|
D | context_arm.cc | 30 void ArmContext::Reset() { in Reset() function in art::arm::ArmContext
|
/art/runtime/base/ |
D | histogram_test.cc | 45 hist->Reset(); in TEST() 133 TEST(Histtest, Reset) { in TEST() argument 140 hist->Reset(); in TEST() 240 hist->Reset(); in TEST()
|
D | timing_logger.h | 37 void Reset() LOCKS_EXCLUDED(lock_); 139 void Reset();
|
D | timing_logger.cc | 42 Reset(); in CumulativeLogger() 62 void CumulativeLogger::Reset() { in Reset() function in art::CumulativeLogger 134 void TimingLogger::Reset() { in Reset() function in art::TimingLogger
|
D | histogram.h | 56 void Reset();
|
D | histogram-inl.h | 57 Reset(); in Histogram() 117 template <class Value> inline void Histogram<Value>::Reset() { in Reset() function
|
/art/compiler/optimizing/ |
D | register_allocator_test.cc | 73 intervals.Reset(); in TEST() 88 intervals.Reset(); in TEST() 103 intervals.Reset(); in TEST() 118 intervals.Reset(); in TEST()
|
/art/runtime/arch/ |
D | context.h | 39 virtual void Reset() = 0;
|
/art/compiler/dex/ |
D | dataflow_iterator.h | 314 void Reset() { in Reset() function 315 all_nodes_iterator_.Reset(); in Reset()
|
D | post_opt_passes.cc | 87 bb->predecessors->Reset(); in Start()
|
/art/runtime/gc/accounting/ |
D | atomic_stack.h | 46 void Reset() { in Reset() function 220 Reset(); in Init()
|