HomeSort by relevance Sort by last modified time
    Searched defs:InstructionSelectorTest (Results 1 - 2 of 2) sorted by null

  /external/v8/test/unittests/compiler/
instruction-selector-unittest.cc 18 InstructionSelectorTest::InstructionSelectorTest() : rng_(FLAG_random_seed) {}
21 InstructionSelectorTest::~InstructionSelectorTest() {}
24 InstructionSelectorTest::Stream InstructionSelectorTest::StreamBuilder::Build(
26 InstructionSelectorTest::StreamBuilderMode mode,
113 int InstructionSelectorTest::Stream::ToVreg(const Node* node) const {
120 bool InstructionSelectorTest::Stream::IsFixed(const InstructionOperand* operand,
129 bool InstructionSelectorTest::Stream::IsSameAsFirst
    [all...]
instruction-selector-unittest.h 21 class InstructionSelectorTest : public TestWithContext,
24 InstructionSelectorTest();
25 ~InstructionSelectorTest() override;
39 StreamBuilder(InstructionSelectorTest* test, MachineType return_type)
46 StreamBuilder(InstructionSelectorTest* test, MachineType return_type,
54 StreamBuilder(InstructionSelectorTest* test, MachineType return_type,
63 StreamBuilder(InstructionSelectorTest* test, MachineType return_type,
129 InstructionSelectorTest* test_;
292 : public InstructionSelectorTest,

Completed in 128 milliseconds