Searched defs:Unallocated (Results 1 - 2 of 2) sorted by relevance

/external/v8/test/cctest/compiler/
H A Dtest-instruction.cc84 UnallocatedOperand Unallocated(int vreg) { function in class:v8::internal::compiler::InstructionTester
256 UnallocatedOperand op1 = R.Unallocated(index++);
257 UnallocatedOperand op2 = R.Unallocated(index++);
/external/v8/test/unittests/compiler/
H A Dinstruction-sequence-unittest.cc332 InstructionOperand InstructionSequenceTest::Unallocated( function in class:v8::internal::compiler::InstructionSequenceTest
338 InstructionOperand InstructionSequenceTest::Unallocated( function in class:v8::internal::compiler::InstructionSequenceTest
345 InstructionOperand InstructionSequenceTest::Unallocated( function in class:v8::internal::compiler::InstructionSequenceTest
351 InstructionOperand InstructionSequenceTest::Unallocated( function in class:v8::internal::compiler::InstructionSequenceTest
376 return Unallocated(op, UnallocatedOperand::NONE,
379 return Unallocated(op, UnallocatedOperand::NONE);
381 return Unallocated(op, UnallocatedOperand::MUST_HAVE_REGISTER);
383 return Unallocated(op, UnallocatedOperand::MUST_HAVE_REGISTER,
386 return Unallocated(op, UnallocatedOperand::MUST_HAVE_SLOT,
390 return Unallocated(o
[all...]

Completed in 94 milliseconds