OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetPrimaryFreeListSpace
(Results
1 - 2
of
2
) sorted by null
/art/runtime/gc/collector/
semi_space.cc
76
CHECK(space == GetHeap()->
GetPrimaryFreeListSpace
() ||
163
promo_dest_space_ = GetHeap()->
GetPrimaryFreeListSpace
();
354
DCHECK(space == heap_->GetNonMovingSpace() || space == heap_->
GetPrimaryFreeListSpace
())
[
all
...]
/art/runtime/gc/
heap.h
635
space::MallocSpace*
GetPrimaryFreeListSpace
() {
[
all
...]
Completed in 954 milliseconds