Searched refs:add_return (Results 1 – 1 of 1) sorted by relevance
2804 HInstruction* add_return = new (GetAllocator()) HAdd(DataType::Type::kInt32, read1, read2); in TEST_P() local2805 HInstruction* return_exit = new (GetAllocator()) HReturn(add_return); in TEST_P()2808 breturn->AddInstruction(add_return); in TEST_P()