Home
last modified time | relevance | path

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

/art/compiler/dex/quick/arm64/
Dutility_arm64.cc288 unsigned int num_0000_halfwords = 0; in GetNumFastHalfWords() local
293 num_0000_halfwords++; in GetNumFastHalfWords()
297 if (num_0000_halfwords >= num_ffff_halfwords) { in GetNumFastHalfWords()
298 DCHECK_LE(num_0000_halfwords, 4U); in GetNumFastHalfWords()
299 return num_0000_halfwords; in GetNumFastHalfWords()