HomeSort by relevance Sort by last modified time
    Searched defs:InstructionSequenceTest (Results 1 - 2 of 2) 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...]
instruction-sequence-unittest.h 16 class InstructionSequenceTest : public TestWithIsolateAndZone {
127 InstructionSequenceTest();

Completed in 950 milliseconds