/art/runtime/gc/collector/ |
D | immune_region.cc | 27 Reset(); in ImmuneRegion() 30 void ImmuneRegion::Reset() { in Reset() function in art::gc::collector::ImmuneRegion
|
D | garbage_collector.cc | 45 Reset(kGcCauseBackground, false); // Reset to some place holder values. in Iteration() 48 void Iteration::Reset(GcCause gc_cause, bool clear_soft_references) { in Reset() function in art::gc::collector::Iteration 49 timings_.Reset(); in Reset() 79 cumulative_timings_.Reset(); in ResetCumulativeStatistics() 84 pause_histogram_.Reset(); in ResetCumulativeStatistics() 92 current_iteration->Reset(gc_cause, clear_soft_references); in Run() 159 pause_histogram_.Reset(); in ResetMeasurements() 161 cumulative_timings_.Reset(); in ResetMeasurements()
|
D | immune_spaces.cc | 30 void ImmuneSpaces::Reset() { in Reset() function in art::gc::collector::ImmuneSpaces 32 largest_immune_region_.Reset(); in Reset()
|
D | immune_region.h | 43 void Reset();
|
D | immune_spaces.h | 45 void Reset();
|
D | sticky_mark_sweep.cc | 59 mark_stack_->Reset(); in MarkReachableObjects()
|
D | iteration.h | 65 void Reset(GcCause gc_cause, bool clear_soft_references);
|
/art/runtime/arch/x86_64/ |
D | context_x86_64.h | 31 Reset(); in X86_64Context() 35 void Reset() OVERRIDE;
|
/art/runtime/arch/mips64/ |
D | context_mips64.h | 31 Reset(); in Mips64Context() 35 void Reset() OVERRIDE;
|
/art/runtime/arch/arm64/ |
D | context_arm64.h | 31 Reset(); in Arm64Context() 36 void Reset() OVERRIDE;
|
/art/runtime/arch/mips/ |
D | context_mips.h | 31 Reset(); in MipsContext() 35 void Reset() OVERRIDE;
|
/art/runtime/arch/arm/ |
D | context_arm.h | 31 Reset(); in ArmContext() 36 void Reset() OVERRIDE;
|
/art/runtime/arch/x86/ |
D | context_x86.h | 31 Reset(); in X86Context() 35 void Reset() OVERRIDE;
|
/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 | scoped_arena_allocator.cc | 40 void ArenaStack::Reset() { in Reset() function in art::ArenaStack 124 void ScopedArenaAllocator::Reset() { in Reset() function in art::ScopedArenaAllocator
|
D | scoped_arena_allocator.h | 54 void Reset(); 148 void Reset();
|
D | timing_logger.h | 37 void Reset() REQUIRES(!lock_); 139 void Reset();
|
D | timing_logger.cc | 44 Reset(); in CumulativeLogger() 64 void CumulativeLogger::Reset() { in Reset() function in art::CumulativeLogger 136 void TimingLogger::Reset() { in Reset() function in art::TimingLogger
|
D | histogram.h | 56 void Reset();
|
/art/runtime/ |
D | oat_file_assistant.h | 348 void Reset(); 352 void Reset(const std::string& filename);
|
D | reference_table.cc | 238 void Reset(GcRoot<mirror::Object>& _root) { in Dump() function in art::ReferenceTable::Dump::SummaryElement 252 prev.Reset(root); in Dump() 266 prev.Reset(root); in Dump()
|
/art/compiler/optimizing/ |
D | optimizing_compiler_stats.h | 96 Reset(); in OptimizingCompilerStats() 136 void Reset() { in Reset() function
|
/art/compiler/linker/ |
D | method_bss_mapping_encoder_test.cc | 28 encoder.Reset(1u, 0u); in TEST()
|
D | method_bss_mapping_encoder.h | 61 void Reset(uint32_t method_index, uint32_t bss_offset) { in Reset() function
|
/art/runtime/arch/ |
D | context.h | 40 virtual void Reset() = 0;
|