OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetObjectsAllocated
(Results
1 - 7
of
7
) sorted by null
/art/runtime/gc/space/
dlmalloc_space.h
134
uint64_t
GetObjectsAllocated
() const {
space.h
151
virtual uint64_t
GetObjectsAllocated
() const = 0;
large_object_space.h
48
uint64_t
GetObjectsAllocated
() const {
space_test.cc
263
EXPECT_EQ(0U, los->
GetObjectsAllocated
());
/art/runtime/gc/
heap.cc
[
all
...]
heap.h
301
size_t
GetObjectsAllocated
() const;
/art/runtime/
debugger.cc
[
all
...]
Completed in 67 milliseconds