Searched refs:Reset (Results 1 - 25 of 48) sorted by relevance

12

/art/runtime/gc/collector/
H A Dgarbage_collector.cc36 Reset(kGcCauseBackground, false); // Reset to some place holder values.
39 void Iteration::Reset(GcCause gc_cause, bool clear_soft_references) { function in class:art::gc::collector::Iteration
40 timings_.Reset();
67 cumulative_timings_.Reset();
68 pause_histogram_.Reset();
79 current_iteration->Reset(gc_cause, clear_soft_references);
140 cumulative_timings_.Reset();
141 pause_histogram_.Reset();
H A Dimmune_region.cc27 Reset();
30 void ImmuneRegion::Reset() { function in class:art::gc::collector::ImmuneRegion
H A Dimmune_region.h42 void Reset();
H A Dsticky_mark_sweep.cc54 mark_stack_->Reset();
H A Dgarbage_collector.h78 void Reset(GcCause gc_cause, bool clear_soft_references);
159 // Reset the cumulative timings and pause histogram.
/art/runtime/arch/arm/
H A Dcontext_arm.h30 Reset();
35 void Reset() OVERRIDE;
H A Dcontext_arm.cc30 void ArmContext::Reset() { function in class:art::arm::ArmContext
/art/runtime/arch/arm64/
H A Dcontext_arm64.h30 Reset();
35 void Reset() OVERRIDE;
/art/runtime/arch/mips/
H A Dcontext_mips.h30 Reset();
34 void Reset() OVERRIDE;
H A Dcontext_mips.cc29 void MipsContext::Reset() { function in class:art::mips::MipsContext
/art/runtime/arch/x86/
H A Dcontext_x86.h30 Reset();
34 void Reset() OVERRIDE;
H A Dcontext_x86.cc29 void X86Context::Reset() { function in class:art::x86::X86Context
/art/runtime/arch/x86_64/
H A Dcontext_x86_64.h30 Reset();
34 void Reset() OVERRIDE;
/art/runtime/arch/
H A Dcontext.h39 virtual void Reset() = 0;
/art/compiler/utils/
H A Dgrowable_array.h66 void Reset() { function in class:art::GrowableArray::Iterator
70 void Reset(GrowableArray* g_list) { function in class:art::GrowableArray::Iterator
111 void Reset() { function in class:art::GrowableArray
H A Dscoped_arena_allocator.cc41 void ArenaStack::Reset() { function in class:art::ArenaStack
118 Reset();
121 void ScopedArenaAllocator::Reset() { function in class:art::ScopedArenaAllocator
H A Dscoped_arena_allocator.h40 void Reset();
116 void Reset();
H A Darena_allocator.cc139 void Arena::Reset() { function in class:art::Arena
176 ret->Reset();
/art/runtime/base/
H A Dhistogram.h55 // Reset the cumulative values, next time CreateHistogram is called it will recreate the cache.
56 void Reset();
H A Dtiming_logger.h37 void Reset() LOCKS_EXCLUDED(lock_);
139 void Reset();
H A Dhistogram_test.cc45 hist->Reset();
133 TEST(Histtest, Reset) {
134 std::unique_ptr<Histogram<uint64_t>> hist(new Histogram<uint64_t>("Reset", 5));
140 hist->Reset();
168 std::string expected("Reset:\tSum: 2.654ms 99% C.I. 15us-212us Avg: 126.380us Max: 212us\n");
240 hist->Reset();
H A Dtiming_logger.cc42 Reset();
62 void CumulativeLogger::Reset() { function in class:art::CumulativeLogger
134 void TimingLogger::Reset() { function in class:art::TimingLogger
/art/compiler/optimizing/
H A Dregister_allocator_test.cc73 intervals.Reset();
88 intervals.Reset();
103 intervals.Reset();
118 intervals.Reset();
/art/compiler/dex/
H A Dpost_opt_passes.cc87 bb->predecessors->Reset();
H A Ddataflow_iterator.h314 void Reset() { function in class:art::AllNodesIterator
315 all_nodes_iterator_.Reset();

Completed in 381 milliseconds

12