OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:collector_type
(Results
1 - 7
of
7
) 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
55
std::ostream& operator<<(std::ostream& os, const CollectorType&
collector_type
);
heap.h
34
#include "gc/
collector_type
.h"
253
void TransitionCollector(CollectorType
collector_type
) REQUIRES(!*gc_complete_lock_);
256
void ChangeCollector(CollectorType
collector_type
)
799
void StartGC(Thread* self, GcCause cause, CollectorType
collector_type
)
824
static bool IsMovingGc(CollectorType
collector_type
) {
826
collector_type
== kCollectorTypeSS ||
827
collector_type
== kCollectorTypeGSS ||
828
collector_type
== kCollectorTypeCC ||
829
collector_type
== kCollectorTypeMC ||
830
collector_type
== kCollectorTypeHomogeneousSpaceCompact
[
all
...]
heap.cc
[
all
...]
/art/cmdline/
cmdline_types.h
32
#include "gc/
collector_type
.h"
487
gc::CollectorType
collector_type
= ParseCollectorType(gc_option);
local
488
if (
collector_type
!= gc::kCollectorTypeNone) {
489
xgc.collector_type_ =
collector_type
;
562
gc::CollectorType
collector_type
= ParseCollectorType(substring);
local
563
if (
collector_type
!= gc::kCollectorTypeNone) {
564
background_collector_type_ =
collector_type
;
/art/runtime/
Android.mk
355
gc/
collector_type
.h \
Completed in 463 milliseconds