Searched refs:kJncShortOpcode (Results 1 – 4 of 4) sorted by relevance
1772 ASSERT(*jmp_address == Assembler::kJncShortOpcode || in PatchInlinedSmiCode()1774 Condition cc = *jmp_address == Assembler::kJncShortOpcode in PatchInlinedSmiCode()
630 static const byte kJncShortOpcode = kJccShortPrefix | not_carry; variable
1767 ASSERT(*jmp_address == Assembler::kJncShortOpcode || in PatchInlinedSmiCode()1769 Condition cc = *jmp_address == Assembler::kJncShortOpcode in PatchInlinedSmiCode()
641 static const byte kJncShortOpcode = kJccShortPrefix | not_carry; variable