OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:non_moving_space_
(Results
1 - 5
of
5
) sorted by null
/art/runtime/gc/
heap.cc
158
:
non_moving_space_
(nullptr),
435
non_moving_space_
= space::DlMallocSpace::CreateFromMemMap(
438
non_moving_space_
->SetFootprintLimit(
non_moving_space_
->Capacity());
439
CHECK(
non_moving_space_
!= nullptr) << "Failed creating non moving space "
441
AddSpace(
non_moving_space_
);
466
non_moving_space_
= main_space_;
467
CHECK(!
non_moving_space_
->CanMoveObjects());
490
CHECK(
non_moving_space_
!= nullptr);
491
CHECK(!
non_moving_space_
->CanMoveObjects())
[
all
...]
heap-inl.h
300
ret =
non_moving_space_
->Alloc(self, alloc_size, bytes_allocated, usable_size,
heap.h
625
return
non_moving_space_
;
1031
space::MallocSpace*
non_moving_space_
;
member in class:art::gc::Heap
[
all
...]
/art/runtime/gc/collector/
concurrent_copying-inl.h
66
DCHECK(region_space_->IsInToSpace(to_ref) || heap_->
non_moving_space_
->HasAddress(to_ref))
concurrent_copying.cc
[
all
...]
Completed in 273 milliseconds