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

/art/compiler/sea_ir/types/
H A Dtype_data_test.cc28 int second_instruction_id = 3; local
34 EXPECT_TRUE(NULL == td.FindTypeOf(second_instruction_id));
35 td.SetTypeOf(second_instruction_id, byte_type);
37 EXPECT_TRUE(byte_type == td.FindTypeOf(second_instruction_id));

Completed in 52 milliseconds