Searched refs:second_instruction (Results 1 - 1 of 1) sorted by relevance

/art/compiler/optimizing/
H A Dgraph_test.cc310 HInstruction* second_instruction = new (&allocator) HIntConstant(4); local
311 block->InsertInstructionBefore(second_instruction, got);
313 ASSERT_NE(second_instruction->GetId(), -1);
314 ASSERT_EQ(second_instruction->GetBlock(), block);
317 ASSERT_EQ(first_instruction->GetNext(), second_instruction);
319 ASSERT_EQ(second_instruction->GetNext(), got);
320 ASSERT_EQ(second_instruction->GetPrevious(), first_instruction);
322 ASSERT_EQ(got->GetPrevious(), second_instruction);

Completed in 46 milliseconds