Home
last modified time | relevance | path

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

/frameworks/libs/binary_translation/assembler/include/berberis/assembler/
Dcommon_x86.h160 static const uint32_t kNumNops = 15; in Nop() local
182 static const uint8_t* nops[kNumNops] = {nop1, in Nop()
205 if (len > kNumNops) { in Nop()
206 len = kNumNops; in Nop()