Home
last modified time | relevance | path

Searched defs:is_boot_image (Results 1 – 3 of 3) sorted by relevance

/aosp12/art/runtime/
H A Dintern_table-inl.h92 bool is_boot_image) { in AddTableFromMemory()
109 bool is_boot_image) { in AddInternStrings()
H A Dintern_table.h219 InternalTable(UnorderedSet&& set, bool is_boot_image) in InternalTable()
/aosp12/art/dex2oat/driver/
H A Dcompiler_driver.cc2143 const bool is_boot_image = compiler_options.IsBootImage(); in TryInitializeClass() local