Searched refs:int_type (Results 1 – 7 of 7) sorted by relevance
/art/compiler/sea_ir/types/ |
D | type_inference_visitor_test.cc | 40 const Type* int_type = &type_cache.Integer(); in TEST_F() local 42 const Type* ib_type = tiv.MergeTypes(int_type, byte_type); in TEST_F() 43 const Type* bi_type = tiv.MergeTypes(byte_type, int_type); in TEST_F() 44 EXPECT_TRUE(ib_type == int_type); in TEST_F() 45 EXPECT_TRUE(bi_type == int_type); in TEST_F() 52 const Type* int_type = &type_cache.Integer(); in TEST_F() local 54 const Type* is_type = tiv.MergeTypes(int_type, short_type); in TEST_F() 55 const Type* si_type = tiv.MergeTypes(short_type, int_type); in TEST_F() 56 EXPECT_TRUE(is_type == int_type); in TEST_F() 57 EXPECT_TRUE(si_type == int_type); in TEST_F() [all …]
|
D | type_data_test.cc | 30 const Type* int_type = &type_cache.Integer(); in TEST_F() local 32 td.SetTypeOf(first_instruction_id, int_type); in TEST_F() 33 EXPECT_TRUE(int_type == td.FindTypeOf(first_instruction_id)); in TEST_F() 36 EXPECT_TRUE(int_type == td.FindTypeOf(first_instruction_id)); in TEST_F()
|
/art/test/701-easy-div-rem/ |
D | genMain.py | 36 int_type = local_vars['@INT@'] variable 49 calls[int_type] = calls.get(int_type, '') + subst_vars(local_vars, ''' 55 for int_type in ('int', 'long'): 56 local_vars['@INT@'] = int_type
|
/art/runtime/ |
D | primitive.cc | 34 int32_t int_type = static_cast<int32_t>(type); in operator <<() local 36 os << kTypeNames[int_type]; in operator <<() 38 os << "Type[" << int_type << "]"; in operator <<()
|
D | indenter.h | 33 int_type overflow(int_type c) { in overflow() 40 int_type r = out_sbuf_->sputc(text_); in overflow() 49 int_type r = out_sbuf_->sputc(c); in overflow()
|
/art/runtime/verifier/ |
D | register_line.cc | 347 RegType& int_type) { in CheckBinaryOpWideShift() argument 349 VerifyRegisterType(inst->VRegC_23x(), int_type)) { in CheckBinaryOpWideShift() 387 RegType& int_type) { in CheckBinaryOp2addrWideShift() argument 391 VerifyRegisterType(vregB, int_type)) { in CheckBinaryOp2addrWideShift()
|
D | register_line.h | 220 RegType& int_type) 241 RegType& int_type)
|