OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:from_bytes
(Results
1 - 2
of
2
) sorted by null
/art/runtime/gc/collector/
semi_space.cc
259
const int64_t
from_bytes
= from_space_->GetBytesAllocated();
local
266
RecordFree(ObjectBytePair(from_objects - to_objects,
from_bytes
- to_bytes));
[
all
...]
concurrent_copying.cc
1752
const uint64_t
from_bytes
= region_space_->GetBytesAllocatedInFromSpace();
local
[
all
...]
Completed in 2969 milliseconds