HomeSort by relevance Sort by last modified time
    Searched full:collector_type (Results 1 - 14 of 14) sorted by null

  /art/runtime/gc/
scoped_gc_critical_section.cc 19 #include "gc/collector_type.h"
29 CollectorType collector_type)
31 Runtime::Current()->GetHeap()->StartGC(self, cause, collector_type);
scoped_gc_critical_section.h 21 #include "collector_type.h"
35 ScopedGCCriticalSection(Thread* self, GcCause cause, CollectorType collector_type)
collector_type.h 67 std::ostream& operator<<(std::ostream& os, const CollectorType& collector_type);
heap.h 33 #include "gc/collector_type.h"
271 void TransitionCollector(CollectorType collector_type) REQUIRES(!*gc_complete_lock_);
274 void ChangeCollector(CollectorType collector_type)
838 void StartGC(Thread* self, GcCause cause, CollectorType collector_type)
    [all...]
system_weak_test.cc 24 #include "collector_type.h"
heap.cc     [all...]
  /art/runtime/
dex_file_layout.h 45 std::ostream& operator<<(std::ostream& os, const LayoutType& collector_type);
55 std::ostream& operator<<(std::ostream& os, const MadviseState& collector_type);
90 std::ostream& operator<<(std::ostream& os, const DexLayoutSections::SectionType& collector_type);
parsed_options.h 26 #include "gc/collector_type.h"
runtime_options.h 32 #include "gc/collector_type.h"
Android.bp 450 "gc/collector_type.h",
  /art/cmdline/
cmdline_types.h 34 #include "gc/collector_type.h"
523 gc::CollectorType collector_type = ParseCollectorType(gc_option); local
524 if (collector_type != gc::kCollectorTypeNone) {
525 xgc.collector_type_ = collector_type;
596 gc::CollectorType collector_type = ParseCollectorType(substring); local
597 if (collector_type != gc::kCollectorTypeNone) {
598 background_collector_type_ = collector_type;
  /art/runtime/gc/collector/
garbage_collector.h 26 #include "gc/collector_type.h"
  /art/runtime/jit/
profile_saver.cc 35 #include "gc/collector_type.h"
    [all...]
  /system/core/libbacktrace/testdata/arm/
libart.so 

Completed in 251 milliseconds