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

/external/v8/test/unittests/compiler/
H A Dinstruction-sequence-unittest.h16 class InstructionSequenceTest : public TestWithIsolateAndZone { class in namespace:v8::internal::compiler
127 InstructionSequenceTest();
H A Dinstruction-sequence-unittest.cc23 static int allocatable_codes[InstructionSequenceTest::kDefaultNRegs] = {
25 static int allocatable_double_codes[InstructionSequenceTest::kDefaultNRegs] = {
45 InstructionSequenceTest::InstructionSequenceTest() function in class:v8::internal::compiler::InstructionSequenceTest
56 void InstructionSequenceTest::SetNumRegs(int num_general_registers,
66 RegisterConfiguration* InstructionSequenceTest::config() {
81 InstructionSequence* InstructionSequenceTest::sequence() {
90 void InstructionSequenceTest::StartLoop(int loop_blocks) {
100 void InstructionSequenceTest::EndLoop() {
108 void InstructionSequenceTest
[all...]

Completed in 114 milliseconds