Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dregister-allocator-verifier.h199 struct InstructionConstraint { struct
205 typedef ZoneVector<InstructionConstraint> Constraints; argument
Dregister-allocator-verifier.cc86 InstructionConstraint instr_constraint = {instr, operand_count, in RegisterAllocatorVerifier()
517 const InstructionConstraint& instr_constraint = constraints_[instr_index]; in VerifyGapMoves()