Searched refs:kNopByte (Results 1 – 4 of 4) sorted by relevance
364 const int kNopByte = 0x00000013; variable
324 bool Assembler::IsNop(Instr instr) { return instr == kNopByte; } in IsNop()578 instr_at_put(pos + 4, kNopByte); in target_at_put()
431 static constexpr byte kNopByte = 0x90; variable
471 static constexpr byte kNopByte = 0x90; variable