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

/art/compiler/optimizing/
H A Dregister_allocator_test.cc662 HInstruction** first_sub,
678 *first_sub = new (allocator) HSub(Primitive::kPrimInt, parameter, constant1);
679 block->AddInstruction(*first_sub);
680 *second_sub = new (allocator) HSub(Primitive::kPrimInt, *first_sub, constant2);
692 HInstruction *first_sub, *second_sub; local
695 HGraph* graph = BuildTwoSubs(&allocator, &first_sub, &second_sub);
706 ASSERT_EQ(first_sub->GetLiveInterval()->GetRegister(), 1);
711 HGraph* graph = BuildTwoSubs(&allocator, &first_sub, &second_sub);
720 first_sub->InputAt(0)->GetLocations()->output_ = Location::RegisterLocation(2);
721 ASSERT_EQ(first_sub
661 BuildTwoSubs(ArenaAllocator* allocator, HInstruction** first_sub, HInstruction** second_sub) argument
[all...]

Completed in 25 milliseconds