OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:addlivebytes
(Results
1 - 2
of
2
) sorted by null
/art/runtime/gc/space/
region_space.h
220
void
AddLiveBytes
(mirror::Object* ref, size_t alloc_size) {
222
reg->
AddLiveBytes
(alloc_size);
410
void
AddLiveBytes
(size_t live_bytes) {
/art/runtime/gc/collector/
concurrent_copying.cc
[
all
...]
Completed in 222 milliseconds