Searched defs:Reset (Results 1 - 24 of 24) sorted by relevance

/art/runtime/gc/collector/
H A Dimmune_region.cc27 Reset();
30 void ImmuneRegion::Reset() { function in class:art::gc::collector::ImmuneRegion
H A Dimmune_spaces.cc31 void ImmuneSpaces::Reset() { function in class:art::gc::collector::ImmuneSpaces
33 largest_immune_region_.Reset();
H A Dgarbage_collector.cc45 Reset(kGcCauseBackground, false); // Reset to some place holder values.
48 void Iteration::Reset(GcCause gc_cause, bool clear_soft_references) { function in class:art::gc::collector::Iteration
49 timings_.Reset();
79 cumulative_timings_.Reset();
84 pause_histogram_.Reset();
92 current_iteration->Reset(gc_cause, clear_soft_references);
159 pause_histogram_.Reset();
161 cumulative_timings_.Reset();
/art/runtime/arch/arm64/
H A Dcontext_arm64.cc31 void Arm64Context::Reset() { function in class:art::arm64::Arm64Context
/art/runtime/arch/mips/
H A Dcontext_mips.cc28 void MipsContext::Reset() { function in class:art::mips::MipsContext
/art/runtime/arch/mips64/
H A Dcontext_mips64.cc28 void Mips64Context::Reset() { function in class:art::mips64::Mips64Context
/art/dex2oat/linker/
H A Dindex_bss_mapping_encoder.h64 void Reset(uint32_t method_index, uint32_t bss_offset) { function in class:art::linker::IndexBssMappingEncoder
/art/runtime/arch/arm/
H A Dcontext_arm.cc29 void ArmContext::Reset() { function in class:art::arm::ArmContext
/art/runtime/arch/x86/
H A Dcontext_x86.cc29 void X86Context::Reset() { function in class:art::x86::X86Context
/art/runtime/arch/x86_64/
H A Dcontext_x86_64.cc28 void X86_64Context::Reset() { function in class:art::x86_64::X86_64Context
/art/libartbase/base/unix_file/
H A Dfd_file.h71 void Reset(int fd, bool check_usage) { function in class:unix_file::FdFile
/art/runtime/base/
H A Dscoped_arena_allocator.cc40 void ArenaStack::Reset() { function in class:art::ArenaStack
137 void ScopedArenaAllocator::Reset() { function in class:art::ScopedArenaAllocator
H A Dtiming_logger.cc44 Reset();
64 void CumulativeLogger::Reset() { function in class:art::CumulativeLogger
139 void TimingLogger::Reset() { function in class:art::TimingLogger
H A Darena_allocator.cc275 void Arena::Reset() { function in class:art::Arena
327 ret->Reset();
/art/libartbase/base/
H A Dhistogram-inl.h65 Reset();
125 template <class Value> inline void Histogram<Value>::Reset() { function in class:art::Histogram
/art/runtime/gc/accounting/
H A Datomic_stack.h74 void Reset() { function in class:art::gc::accounting::AtomicStack
259 Reset();
/art/runtime/
H A Dinstrumentation_test.cc163 void Reset() { function in class:art::instrumentation::FINAL
257 listener.Reset();
H A Dreference_table.cc288 void Reset(GcRoot<mirror::Object>& _root) { function in class:art::SummaryElement
302 prev.Reset(root);
316 prev.Reset(root);
H A Doat_file_assistant.cc122 odex_.Reset(odex_file_name, UseFdToReadFiles(), zip_fd, vdex_fd, oat_fd);
131 oat_.Reset(oat_file_name, false /* use_fd */);
799 info.Reset();
1240 void OatFileAssistant::OatFileInfo::Reset() { function in class:art::OatFileAssistant::OatFileInfo
1246 void OatFileAssistant::OatFileInfo::Reset(const std::string& filename, function in class:art::OatFileAssistant::OatFileInfo
1257 Reset();
1295 Reset();
H A Ddebugger.cc4684 Reset();
4726 // Flush immediately post Reset (maybe back-to-back Flush). Ignore.
4737 Reset();
4754 void Reset() { function in class:art::HeapChunkContext
4772 // Reset for start of new heap.
/art/compiler/optimizing/
H A Doptimizing_compiler_stats.h111 Reset();
170 void Reset() { function in class:art::OptimizingCompilerStats
/art/runtime/gc/allocator/
H A Drosalloc.h255 list->Reset();
261 void Reset() { function in class:art::gc::allocator::RosAlloc::SlotFreeList
/art/test/115-native-bridge/
H A Dnativebridge.cc268 void Reset() { function in class:SignalHandlerTestStatus
345 gSignalTestStatus.Reset();
/art/runtime/entrypoints/quick/
H A Dquick_trampoline_entrypoints.cc2102 void Reset(uintptr_t* gpr_regs, uint32_t* fpr_regs, uintptr_t* stack_args) { function in class:art::FillNativeCall
2162 jni_call_.Reset(start_gpr_reg, start_fpr_reg, start_stack_arg, handle_scope_);
2204 void Reset(uintptr_t* gpr_regs, uint32_t* fpr_regs, uintptr_t* stack_args, HandleScope* scope) { function in class:art::FINAL::FINAL
2205 FillNativeCall::Reset(gpr_regs, fpr_regs, stack_args);

Completed in 1741 milliseconds