OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GcCause
(Results
1 - 8
of
8
) sorted by null
/art/runtime/gc/
gc_cause.h
26
enum
GcCause
{
54
const char* PrettyCause(
GcCause
cause);
55
std::ostream& operator<<(std::ostream& os, const
GcCause
& gc_cause);
gc_cause.cc
26
const char* PrettyCause(
GcCause
cause) {
46
std::ostream& operator<<(std::ostream& os, const
GcCause
& gc_cause) {
scoped_gc_critical_section.h
35
ScopedGCCriticalSection(Thread* self,
GcCause
cause, CollectorType collector_type)
scoped_gc_critical_section.cc
28
GcCause
cause,
heap.h
375
collector::GcType WaitForGcToComplete(
GcCause
cause, Thread* self) REQUIRES(!*gc_complete_lock_);
795
GcCause
gc_cause)
798
void LogGC(
GcCause
gc_cause, collector::GarbageCollector* collector);
799
void StartGC(Thread* self,
GcCause
cause, CollectorType collector_type)
[
all
...]
heap.cc
[
all
...]
/art/runtime/gc/collector/
garbage_collector.h
94
void Reset(
GcCause
gc_cause, bool clear_soft_references);
103
GcCause
GetGcCause() const {
112
GcCause
gc_cause_;
145
void Run(
GcCause
gc_cause, bool clear_soft_references) REQUIRES(!pause_histogram_lock_);
garbage_collector.cc
43
void Iteration::Reset(
GcCause
gc_cause, bool clear_soft_references) {
81
void GarbageCollector::Run(
GcCause
gc_cause, bool clear_soft_references) {
Completed in 84 milliseconds