OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsConcurrent
(Results
1 - 5
of
5
) sorted by null
/art/runtime/gc/collector/
garbage_collector.cc
47
DCHECK(
IsConcurrent
());
71
if (!
IsConcurrent
()) {
garbage_collector.h
37
virtual bool
IsConcurrent
() const = 0;
mark_sweep.h
68
virtual bool
IsConcurrent
() const;
mark_sweep.cc
236
bool MarkSweep::
IsConcurrent
() const {
292
if (!
IsConcurrent
()) {
301
if (
IsConcurrent
()) {
[
all
...]
/art/runtime/gc/
heap.cc
[
all
...]
Completed in 54 milliseconds