Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dinstruction.h35 const InstructionCode kBlockStartInstruction = -2; variable
475 return opcode() == kGapInstruction || opcode() == kBlockStartInstruction; in IsGapMoves()
477 bool IsBlockStart() const { return opcode() == kBlockStartInstruction; } in IsBlockStart()
617 : GapInstruction(kBlockStartInstruction), block_(block) {} in BlockStartInstruction()