Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dimage_space.h376 size_t GetTotalComponentCount() const { return total_component_count_; } in GetTotalComponentCount() function
Dimage_space.cc2286 const size_t image_component_count = layout.GetTotalComponentCount(); in LoadImage()