Searched refs:component_count_ (Results 1 – 2 of 2) sorted by relevance
51 component_count_(component_count), in ImageHeader()109 DCHECK_NE(component_count_, 0u); // Must be the header for the first component. in GetImageSpaceCount()112 return (image_begin_ + image_reservation_size_ == oat_file_end_) ? 1u : component_count_; in GetImageSpaceCount()
152 return component_count_; in GetComponentCount()449 uint32_t component_count_ = 0u; variable