Home
last modified time | relevance | path

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

/art/runtime/
Dintern_table-inl.h106 bool is_boot_image) { in AddTableFromMemory()
123 bool is_boot_image) { in AddInternStrings()
Dintern_table.h214 InternalTable(UnorderedSet&& set, bool is_boot_image) in InternalTable()
/art/dex2oat/driver/
Dcompiler_driver.cc2239 const bool is_boot_image = compiler_options.IsBootImage(); in TryInitializeClass() local