OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:collector_type_
(Results
1 - 5
of
5
) sorted by null
/art/runtime/
parsed_options.h
78
gc::CollectorType
collector_type_
;
member in class:art::ParsedOptions
parsed_options.cc
131
collector_type_
= collector_type;
195
collector_type_
= gc::kCollectorTypeCMS;
197
collector_type_
= gc::kCollectorTypeSS;
199
collector_type_
= gc::kCollectorTypeGSS;
205
// If background_collector_type_ is kCollectorTypeNone, it defaults to the
collector_type_
after
704
background_collector_type_ =
collector_type_
;
[
all
...]
runtime.cc
732
options->
collector_type_
,
[
all
...]
/art/runtime/gc/
heap.cc
132
collector_type_
(kCollectorTypeNone),
542
if (!IsMovingGc(
collector_type_
) && non_moving_space_ != main_space_) {
[
all
...]
heap.h
773
return
collector_type_
== kCollectorTypeCMS ||
collector_type_
== kCollectorTypeCC;
814
CollectorType
collector_type_
;
member in class:art::gc::Heap
[
all
...]
Completed in 79 milliseconds