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

  /art/runtime/gc/space/
image_space.cc 201 bool* has_system,
206 *has_system = false;
213 *has_system = true;
231 return *has_system;
235 return *has_system || *has_cache;
320 bool has_system = false; local
325 if (FindImageFilename(image_location, image_isa, &system_filename, &has_system,
328 if (has_system && has_cache) {
351 } else if (!has_system && has_cache) {
357 if (has_system && has_cache)
442 bool has_system = false; local
    [all...]
image_space.h 117 bool* has_system,
  /art/patchoat/
patchoat.cc 71 bool has_system = false; local
77 has_system = true;
100 if (has_system) {
1119 bool has_system = false; local
    [all...]
  /art/runtime/
runtime.cc 591 bool has_system = false; local
599 &has_system,
605 if (!found_image || !has_system) {
    [all...]

Completed in 533 milliseconds