OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IsFree
(Results
1 - 2
of
2
) sorted by null
/art/runtime/gc/allocator/
rosalloc.h
48
bool
IsFree
() const {
/art/runtime/gc/space/
large_object_space.cc
214
bool
IsFree
() const {
319
if (!cur_info->
IsFree
()) {
345
DCHECK(!info->
IsFree
());
371
if (next_info->
IsFree
()) {
374
DCHECK(!next_next_info->
IsFree
());
401
DCHECK(!info->
IsFree
());
476
if (cur_info->
IsFree
()) {
Completed in 633 milliseconds