OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:freed_objects
(Results
1 - 4
of
4
) sorted by null
/art/runtime/
runtime_stats.h
75
freed_objects
= 0;
97
uint64_t
freed_objects
;
variable
runtime.cc
[
all
...]
/art/runtime/gc/
heap.cc
832
const uint64_t
freed_objects
= collector->GetTotalFreedObjects();
local
[
all
...]
heap.h
371
void RecordFree(uint64_t
freed_objects
, int64_t freed_bytes);
[
all
...]
Completed in 277 milliseconds