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