Home
last modified time | relevance | path

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

/art/dexlayout/
Ddexdiag.cc209 static constexpr size_t kLineLength = 32; in ProcessPageMap() local
220 if ((page - start) % kLineLength == kLineLength - 1) { in ProcessPageMap()
226 if ((end - start) % kLineLength != 0) { in ProcessPageMap()
376 static constexpr size_t kLineLength = 32; in ProcessOneOatMapping() local
386 if (page % kLineLength == kLineLength - 1) { in ProcessOneOatMapping()
392 if (pagemap.size() % kLineLength != 0) { in ProcessOneOatMapping()