OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:from_objects
(Results
1 - 1
of
1
) sorted by null
/art/runtime/gc/collector/
semi_space.cc
247
const uint64_t
from_objects
= from_space_->GetObjectsAllocated();
local
249
CHECK_LE(to_objects,
from_objects
);
252
RecordFree(ObjectBytePair(
from_objects
- to_objects, from_bytes - to_bytes));
[
all
...]
Completed in 1328 milliseconds