HomeSort by relevance Sort by last modified time
    Searched refs:InstructionSequenceTest (Results 1 - 4 of 4) sorted by null

  /external/v8/test/unittests/compiler/
instruction-sequence-unittest.cc 24 static int allocatable_codes[InstructionSequenceTest::kDefaultNRegs] = {
26 static int allocatable_double_codes[InstructionSequenceTest::kDefaultNRegs] = {
46 InstructionSequenceTest::InstructionSequenceTest()
57 void InstructionSequenceTest::SetNumRegs(int num_general_registers,
67 RegisterConfiguration* InstructionSequenceTest::config() {
79 InstructionSequence* InstructionSequenceTest::sequence() {
88 void InstructionSequenceTest::StartLoop(int loop_blocks) {
98 void InstructionSequenceTest::EndLoop() {
106 void InstructionSequenceTest::StartBlock(bool deferred)
    [all...]
register-allocator-unittest.cc 29 const InstructionSequenceTest::TestOperand& test_op) {
32 InstructionSequenceTest::TestOperandType::kFixedRegister ||
33 test_op.type_ == InstructionSequenceTest::TestOperandType::kRegister);
42 const InstructionSequenceTest::TestOperand& test_op) {
46 test_op.value_ == InstructionSequenceTest::kNoValue);
61 const InstructionSequenceTest::TestOperand& src,
62 const InstructionSequenceTest::TestOperand& dest) {
83 class RegisterAllocatorTest : public InstructionSequenceTest {
instruction-sequence-unittest.h 16 class InstructionSequenceTest : public TestWithIsolateAndZone {
127 InstructionSequenceTest();
move-optimizer-unittest.cc 12 class MoveOptimizerTest : public InstructionSequenceTest {

Completed in 395 milliseconds