OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GcType
(Results
1 - 11
of
11
) sorted by null
/art/runtime/gc/collector/
gc_type.h
28
enum
GcType
{
40
std::ostream& operator<<(std::ostream& os, const
GcType
& policy);
partial_mark_sweep.h
29
virtual
GcType
GetGcType() const OVERRIDE {
concurrent_copying.h
37
virtual
GcType
GetGcType() const OVERRIDE {
sticky_mark_sweep.h
29
GcType
GetGcType() const OVERRIDE {
garbage_collector.h
127
virtual
GcType
GetGcType() const = 0;
garbage_collector.cc
108
const
GcType
gc_type = GetGcType();
mark_compact.h
74
virtual
GcType
GetGcType() const OVERRIDE {
semi_space.h
76
virtual
GcType
GetGcType() const OVERRIDE {
mark_sweep.h
75
virtual
GcType
GetGcType() const OVERRIDE {
/art/runtime/gc/
heap.h
321
collector::
GcType
WaitForGcToComplete(GcCause cause, Thread* self)
609
void FinishGC(Thread* self, collector::
GcType
gc_type) LOCKS_EXCLUDED(gc_complete_lock_);
690
collector::
GcType
WaitForGcToCompleteLocked(GcCause cause, Thread* self)
704
collector::
GcType
CollectGarbageInternal(collector::
GcType
gc_plan, GcCause gc_cause,
728
collector::GarbageCollector* FindCollectorByGcType(collector::
GcType
gc_type);
[
all
...]
heap.cc
[
all
...]
Completed in 1295 milliseconds