Searched refs:IsAppImage (Results 1 - 8 of 8) sorted by relevance

/art/test/596-app-images/
H A Dapp_images.cc41 if (image_header.IsAppImage()) {
56 if (image_header.IsAppImage()) {
/art/compiler/driver/
H A Dcompiler_options.h204 bool IsAppImage() const { function in class:art::FINAL
H A Dcompiler_driver.cc2485 if (GetCompilerOptions().IsBootImage() || GetCompilerOptions().IsAppImage()) {
/art/runtime/
H A Dimage.h275 bool IsAppImage() const { function
/art/dex2oat/
H A Ddex2oat.cc717 if (IsAppImage() && IsBootImage()) {
1440 if (profile_compilation_info_ != nullptr && IsAppImage()) {
1832 if (IsAppImage() && image_base_ == 0) {
1853 IsAppImage(),
2100 return IsAppImage() || IsBootImage();
2103 bool IsAppImage() const { function in class:art::FINAL
2104 return compiler_options_->IsAppImage();
/art/runtime/gc/space/
H A Dimage_space.cc707 CHECK_EQ(oat_file != nullptr, image_header->IsAppImage());
708 if (image_header->IsAppImage()) {
1704 if (GetImageHeader().IsAppImage()) {
/art/compiler/
H A Dimage_test.cc561 ASSERT_TRUE(!image_header.IsAppImage());
/art/runtime/gc/
H A Dheap.cc2564 CHECK(!pair.first->AsImageSpace()->GetImageHeader().IsAppImage());

Completed in 178 milliseconds