Home
last modified time | relevance | path

Searched refs:support_boot_image_fixup_ (Results 1 – 2 of 2) sorted by relevance

/art/compiler/driver/
Dcompiler_driver.h386 return support_boot_image_fixup_; in GetSupportBootImageFixup()
390 support_boot_image_fixup_ = support_boot_image_fixup; in SetSupportBootImageFixup()
688 bool support_boot_image_fixup_; variable
Dcompiler_driver.cc386 support_boot_image_fixup_(instruction_set != kMips && instruction_set != kMips64), in CompilerDriver()
1380 use_dex_cache = use_dex_cache || (force_relocations && !support_boot_image_fixup_); in GetCodeAndMethodForDirectCall()