Home
last modified time | relevance | path

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

/art/runtime/
Dintern_table.h220 : set_(std::move(set)), is_boot_image_(is_boot_image) {} in InternalTable()
231 return is_boot_image_; in IsBootImage()
236 bool is_boot_image_ = false; variable