Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/compiler/
Dinstruction.h34 const InstructionCode kGapInstruction = -1; variable
475 return opcode() == kGapInstruction || opcode() == kBlockStartInstruction; in IsGapMoves()
570 return new (buffer) GapInstruction(kGapInstruction); in New()