Home
last modified time | relevance | path

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

/external/v8/src/x64/
Dic-x64.cc1772 ASSERT(*jmp_address == Assembler::kJncShortOpcode || in PatchInlinedSmiCode()
1774 Condition cc = *jmp_address == Assembler::kJncShortOpcode in PatchInlinedSmiCode()
Dassembler-x64.h630 static const byte kJncShortOpcode = kJccShortPrefix | not_carry; variable
/external/v8/src/ia32/
Dic-ia32.cc1767 ASSERT(*jmp_address == Assembler::kJncShortOpcode || in PatchInlinedSmiCode()
1769 Condition cc = *jmp_address == Assembler::kJncShortOpcode in PatchInlinedSmiCode()
Dassembler-ia32.h641 static const byte kJncShortOpcode = kJccShortPrefix | not_carry; variable