OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:from_space
(Results
1 - 4
of
4
) sorted by null
/art/runtime/gc/accounting/
mod_union_table.cc
91
space::ContinuousSpace*
from_space
,
95
from_space_(
from_space
),
143
space::ContinuousSpace*
from_space
,
147
from_space_(
from_space
),
272
space::ContinuousSpace*
from_space
= heap->FindContinuousSpaceFromObject(obj, false);
local
277
LOG(INFO) << "FromSpace " <<
from_space
->GetName() << " type "
278
<<
from_space
->GetGcRetentionPolicy();
/art/runtime/gc/collector/
semi_space.cc
288
explicit VerifyNoFromSpaceReferencesVisitor(space::ContinuousMemMapAllocSpace*
from_space
)
289
: from_space_(
from_space
) {}
786
void SemiSpace::SetFromSpace(space::ContinuousMemMapAllocSpace*
from_space
) {
787
DCHECK(
from_space
!= nullptr);
788
from_space_ =
from_space
;
[
all
...]
semi_space.h
87
void SetFromSpace(space::ContinuousMemMapAllocSpace*
from_space
);
/art/runtime/gc/
heap.cc
2060
space::MallocSpace*
from_space
= main_space_;
local
[
all
...]
Completed in 276 milliseconds