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

/art/compiler/sea_ir/types/
H A Dtype_data_test.cc29 EXPECT_TRUE(NULL == td.FindTypeOf(first_instruction_id));
33 EXPECT_TRUE(int_type == td.FindTypeOf(first_instruction_id));
34 EXPECT_TRUE(NULL == td.FindTypeOf(second_instruction_id));
36 EXPECT_TRUE(int_type == td.FindTypeOf(first_instruction_id));
37 EXPECT_TRUE(byte_type == td.FindTypeOf(second_instruction_id));
H A Dtypes.h38 const Type* FindTypeOf(int instruction_id) { function in class:sea_ir::TypeData
H A Dtype_inference_visitor.cc77 const Type* source_type = type_data_->FindTypeOf((*cit)->Id());
H A Dtype_inference.cc173 const Type* old_type = type_data_.FindTypeOf((*instruction_it)->Id());
/art/compiler/sea_ir/code_gen/
H A Dcode_gen.cc69 const Type* param_type = graph->ti_->type_data_.FindTypeOf((*param_iterator)->Id());
76 const Type* return_type = graph->ti_->type_data_.FindTypeOf(-1);

Completed in 35 milliseconds