Searched refs:kJccShortPrefix (Results 1 – 4 of 4) sorted by relevance
640 static const byte kJccShortPrefix = 0x70; variable641 static const byte kJncShortOpcode = kJccShortPrefix | not_carry;642 static const byte kJcShortOpcode = kJccShortPrefix | carry;
1772 *jmp_address = static_cast<byte>(Assembler::kJccShortPrefix | cc); in PatchInlinedSmiCode()
629 static const byte kJccShortPrefix = 0x70; variable630 static const byte kJncShortOpcode = kJccShortPrefix | not_carry;631 static const byte kJcShortOpcode = kJccShortPrefix | carry;
1777 *jmp_address = static_cast<byte>(Assembler::kJccShortPrefix | cc); in PatchInlinedSmiCode()