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

  /art/test/596-app-images/
app_images.cc 41 if (image_header.IsAppImage()) {
56 if (image_header.IsAppImage()) {
  /art/compiler/driver/
compiler_options.h 204 bool IsAppImage() const {
compiler_driver.cc     [all...]
  /art/runtime/
image.h 275 bool IsAppImage() const {
  /art/dex2oat/
dex2oat.cc 717 if (IsAppImage() && IsBootImage()) {
    [all...]
  /art/runtime/gc/space/
image_space.cc 707 CHECK_EQ(oat_file != nullptr, image_header->IsAppImage());
708 if (image_header->IsAppImage()) {
    [all...]
  /art/compiler/
image_test.cc 561 ASSERT_TRUE(!image_header.IsAppImage());
  /art/runtime/gc/
heap.cc     [all...]

Completed in 247 milliseconds