Searched refs:IsImage (Results 1 - 5 of 5) sorted by relevance

/art/compiler/
H A Doat_writer.cc84 CHECK(image_file_location.empty() == compiler->IsImage());
180 if (compiler_driver_->IsImage()) {
398 if (compiler_driver_->IsImage()) {
552 if (compiler_driver_->IsImage()) {
H A Delf_writer_mclinker.cc357 if (compiler_driver_->IsImage()) {
/art/compiler/driver/
H A Dcompiler_driver.cc601 if (!IsImage()) {
675 if (!IsImage()) {
762 if (IsImage()) {
779 if (IsImage() && IsImageClass(dex_file.GetTypeDescriptor(dex_file.GetTypeId(type_idx)))) {
799 if (IsImage()) {
1490 resolve_fields_and_methods = manager->GetCompiler()->IsImage();
1589 if (IsImage()) {
2114 bool can_init_static_fields = manager->GetCompiler()->IsImage() &&
2164 if (IsImage()) {
H A Dcompiler_driver.h116 bool IsImage() const { function in class:art::CompilerDriver
/art/dex2oat/
H A Ddex2oat.cc272 if (!driver->IsImage()) {

Completed in 140 milliseconds