OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:can_move_objects_
(Results
1 - 2
of
2
) sorted by null
/art/runtime/gc/space/
malloc_space.h
142
return
can_move_objects_
;
146
can_move_objects_
= false;
191
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 71 milliseconds