HomeSort by relevance Sort by last modified time
    Searched defs:IsBootImage (Results 1 - 3 of 3) sorted by null

  /art/runtime/
compiler_callbacks.h 48 bool IsBootImage() {
  /art/compiler/driver/
compiler_driver.h 157 bool IsBootImage() const {
  /art/dex2oat/
dex2oat.cc 684 if (IsAppImage() && IsBootImage()) {
688 if (IsBootImage()) {
739 if (image_classes_filename_ != nullptr && !IsBootImage()) {
751 if (compiled_classes_filename_ != nullptr && !IsBootImage()) {
    [all...]

Completed in 93 milliseconds