Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/backend/
Dregister-allocator-verifier.cc145 CheckConstraint(instr->InputAt(i), &op_constraints[count]); in VerifyAssignment()
148 CheckConstraint(instr->TempAt(i), &op_constraints[count]); in VerifyAssignment()
151 CheckConstraint(instr->OutputAt(i), &op_constraints[count]); in VerifyAssignment()
225 void RegisterAllocatorVerifier::CheckConstraint( in CheckConstraint() function in v8::internal::compiler::RegisterAllocatorVerifier
Dregister-allocator-verifier.h276 void CheckConstraint(const InstructionOperand* op,