Searched defs:images (Results 1 - 1 of 1) sorted by relevance

/art/runtime/gc/space/
H A Dimage_space.cc1561 std::vector<std::string> images; local
1562 Split(boot_classpath, ':', &images);
1567 // images[0] is f/c/d/e.art
1569 // images[1] is g/h/i/j.art -> /a/b/h/i/j.art
1570 const std::string& first_image = images[0];
1581 // images[0] is .../arm/boot.art
1583 // so that the other images are openable.
1589 // Apply pattern to images[1] .. images[n].
1590 for (size_t i = 1; i < images
[all...]

Completed in 58 milliseconds