OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:full_region_
(Results
1 - 2
of
2
) sorted by null
/art/runtime/gc/space/
region_space.cc
73
full_region_
= Region();
74
DCHECK(!
full_region_
.IsFree());
75
DCHECK(
full_region_
.IsAllocated());
76
current_region_ = &
full_region_
;
79
DCHECK(
full_region_
.Alloc(kAlignment, &ignored, nullptr, &ignored) == nullptr);
201
current_region_ = &
full_region_
;
202
evac_region_ = &
full_region_
;
279
current_region_ = &
full_region_
;
280
evac_region_ = &
full_region_
;
region_space.h
520
Region
full_region_
; // The dummy/sentinel region that looks full.
member in class:art::gc::space::FINAL
Completed in 56 milliseconds