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

/art/runtime/arch/arm/
H A Dcontext_arm.h31 Reset();
36 virtual void Reset();
H A Dcontext_arm.cc29 void ArmContext::Reset() { function in class:art::arm::ArmContext
/art/runtime/arch/mips/
H A Dcontext_mips.h30 Reset();
34 virtual void Reset();
H A Dcontext_mips.cc28 void MipsContext::Reset() { function in class:art::mips::MipsContext
/art/runtime/arch/x86/
H A Dcontext_x86.h30 Reset();
34 virtual void Reset();
H A Dcontext_x86.cc28 void X86Context::Reset() { function in class:art::x86::X86Context
/art/runtime/arch/
H A Dcontext.h37 virtual void Reset() = 0;
/art/compiler/dex/
H A Ddataflow_iterator-inl.h57 all_nodes_iterator_->Reset();
H A Ddataflow_iterator.h143 void Reset() { function in class:art::AllNodesIterator
144 all_nodes_iterator_->Reset();
H A Dgrowable_array.h65 void Reset() { function in class:art::GrowableArray::Iterator
106 void Reset() { function in class:art::GrowableArray
H A Darena_allocator.cc67 void Arena::Reset() { function in class:art::Arena
104 ret->Reset();
H A Darena_allocator.h38 void Reset();
H A Dssa_transformation.cc94 dfs_order_->Reset();
102 dfs_post_order_->Reset();
105 // Reset visited flags from all nodes
175 dom_post_order_traversal_->Reset();
/art/runtime/gc/collector/
H A Dsticky_mark_sweep.cc53 mark_stack_->Reset();
H A Dgarbage_collector.cc56 cumulative_timings_.Reset();
H A Dmark_sweep.cc153 timings_.Reset();
282 live_stack->Reset();
948 mark_stack_->Reset();
1217 allocations->Reset();
1419 mark_stack_->Reset();
1682 mark_stack_->Reset();
1684 // Reset the marked large objects.
/art/runtime/base/
H A Dtiming_logger.h41 void Reset();
81 void Reset();
H A Dhistogram.h51 // Reset the cumulative values, next time CreateHistogram is called it will recreate the cache.
52 void Reset();
H A Dhistogram_test.cc45 hist->Reset();
133 TEST(Histtest, Reset) {
134 UniquePtr<Histogram<uint64_t> > hist(new Histogram<uint64_t>("Reset", 5));
141 hist->Reset();
168 std::string expected("Reset:\t99% C.I. 15us-212us Avg: 126.380us Max: 212us\n");
240 hist->Reset();
H A Dtiming_logger.cc38 Reset();
57 void CumulativeLogger::Reset() { function in class:art::CumulativeLogger
115 // Reset cumulative values to save memory. We don't expect DumpHistogram to be called often, so
128 void TimingLogger::Reset() { function in class:art::base::TimingLogger
H A Dhistogram-inl.h50 Reset();
110 template <class Value> inline void Histogram<Value>::Reset() { function in class:art::Histogram
/art/runtime/gc/accounting/
H A Datomic_stack.h45 void Reset() { function in class:art::gc::accounting::AtomicStack
172 Reset();
/art/runtime/gc/
H A Dheap.cc488 allocation_stack_->Reset();
489 live_stack_->Reset();
1160 // Reset the cumulative loggers since we now have a few additional timing phases.
1169 allocation_stack_->Reset();
/art/runtime/
H A Ddebugger.cc3200 Reset();
3234 // Flush immediately post Reset (maybe back-to-back Flush). Ignore.
3244 Reset();
3256 void Reset() { function in class:art::HeapChunkContext
3271 // Reset for start of new heap.
H A Dthread.cc1955 result->Reset();

Completed in 1966 milliseconds