OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:can_move_objects_
(Results
1 - 2
of
2
) sorted by null
/art/runtime/gc/space/
malloc_space.h
143
return
can_move_objects_
;
147
can_move_objects_
= false;
192
bool
can_move_objects_
;
member in class:art::gc::space::MallocSpace
malloc_space.cc
44
growth_limit_(growth_limit),
can_move_objects_
(can_move_objects),
Completed in 35 milliseconds