OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:current_region_
(Results
1 - 3
of
3
) sorted by null
/art/runtime/gc/space/
region_space.cc
76
current_region_
= &full_region_;
201
current_region_
= &full_region_;
234
if (
current_region_
->End() -
current_region_
->Top() > 0) {
235
max_contiguous_allocation =
current_region_
->End() -
current_region_
->Top();
279
current_region_
= &full_region_;
region_space-inl.h
51
obj =
current_region_
->Alloc(num_bytes, bytes_allocated, usable_size,
64
obj =
current_region_
->Alloc(num_bytes, bytes_allocated, usable_size,
86
current_region_
= r;
region_space.h
518
Region*
current_region_
; // The region that's being allocated currently.
member in class:art::gc::space::FINAL
Completed in 806 milliseconds