HomeSort by relevance Sort by last modified time
    Searched refs:is_moving (Results 1 - 2 of 2) sorted by null

  /system/bt/osi/src/
array.c 98 const bool is_moving = (array->data == array->internal_storage); local
100 void *new_data = realloc(is_moving ? NULL : array->data, new_capacity * array->element_size);
104 if (is_moving)
  /art/runtime/gc/
reference_queue.cc 76 const bool is_moving = concurrent_copying->RegionSpace()->IsInToSpace(ref); local
78 if (is_moving) {
89 if (is_moving) {

Completed in 140 milliseconds