Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dregister-allocator-verifier.cc70 BuildConstraint(instr->InputAt(i), &op_constraints[count]); in RegisterAllocatorVerifier()
74 BuildConstraint(instr->TempAt(i), &op_constraints[count]); in RegisterAllocatorVerifier()
78 BuildConstraint(instr->OutputAt(i), &op_constraints[count]); in RegisterAllocatorVerifier()
143 void RegisterAllocatorVerifier::BuildConstraint(const InstructionOperand* op, in BuildConstraint() function in v8::internal::compiler::RegisterAllocatorVerifier
Dregister-allocator-verifier.h237 void BuildConstraint(const InstructionOperand* op,