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

/external/chromium_org/v8/src/compiler/
H A Dinstruction-selector-unittest.cc21 InstructionSelectorTest::InstructionSelectorTest() : rng_(FLAG_random_seed) {} function in class:v8::internal::compiler::InstructionSelectorTest
24 InstructionSelectorTest::~InstructionSelectorTest() {}
27 InstructionSelectorTest::Stream InstructionSelectorTest::StreamBuilder::Build(
29 InstructionSelectorTest::StreamBuilderMode mode) {
116 TARGET_TEST_F(InstructionSelectorTest, ReturnParameter) {
128 TARGET_TEST_F(InstructionSelectorTest, ReturnZero) {
146 TARGET_TEST_F(InstructionSelectorTest, TruncateFloat64ToInt32WithParamete
[all...]
H A Dinstruction-selector-unittest.h20 class InstructionSelectorTest : public TestWithContext, public TestWithZone { class in namespace:v8::internal::compiler
22 InstructionSelectorTest();
23 virtual ~InstructionSelectorTest();
37 StreamBuilder(InstructionSelectorTest* test, MachineType return_type)
41 StreamBuilder(InstructionSelectorTest* test, MachineType return_type,
47 StreamBuilder(InstructionSelectorTest* test, MachineType return_type,
54 StreamBuilder(InstructionSelectorTest* test, MachineType return_type,
114 InstructionSelectorTest* test_;
202 : public InstructionSelectorTest,

Completed in 81 milliseconds