HomeSort by relevance Sort by last modified time
    Searched refs:GcCause (Results 1 - 12 of 12) sorted by null

  /art/runtime/gc/
gc_cause.h 26 enum GcCause {
67 const char* PrettyCause(GcCause cause);
68 std::ostream& operator<<(std::ostream& os, const GcCause& gc_cause);
gc_cause.cc 29 const char* PrettyCause(GcCause cause) {
54 std::ostream& operator<<(std::ostream& os, const GcCause& gc_cause) {
scoped_gc_critical_section.h 38 const char* Enter(GcCause cause, CollectorType type) ACQUIRE(Roles::uninterruptible_);
53 ScopedGCCriticalSection(Thread* self, GcCause cause, CollectorType collector_type)
scoped_gc_critical_section.cc 27 const char* GCCriticalSection::Enter(GcCause cause, CollectorType type) {
51 GcCause cause,
heap.h 369 void CollectGarbage(bool clear_soft_references, GcCause cause = kGcCauseExplicit)
374 void ConcurrentGC(Thread* self, GcCause cause, bool force_full)
461 collector::GcType WaitForGcToComplete(GcCause cause, Thread* self) REQUIRES(!*gc_complete_lock_);
809 void RequestConcurrentGC(Thread* self, GcCause cause, bool force_full)
    [all...]
heap.cc     [all...]
  /art/runtime/gc/collector/
iteration.h 66 void Reset(GcCause gc_cause, bool clear_soft_references);
75 GcCause GetGcCause() const {
84 GcCause gc_cause_;
garbage_collector.h 70 void Run(GcCause gc_cause, bool clear_soft_references) REQUIRES(!pause_histogram_lock_);
garbage_collector.cc 50 void Iteration::Reset(GcCause gc_cause, bool clear_soft_references) {
146 void GarbageCollector::Run(GcCause gc_cause, bool clear_soft_references) {
concurrent_copying.cc 394 GcCause gc_cause = GetCurrentIteration()->GetGcCause();
    [all...]
  /art/openjdkjvmti/
deopt_manager.cc 491 art::gc::GcCause::kGcCauseDebugger,
  /art/runtime/
debugger.cc     [all...]

Completed in 1768 milliseconds