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

/art/runtime/
H A Dprimitive.cc34 int32_t int_type = static_cast<int32_t>(type); local
36 os << kTypeNames[int_type];
38 os << "Type[" << int_type << "]"; local
H A Dindenter.h33 int_type overflow(int_type c) {
40 int_type r = out_sbuf_->sputc(text_);
49 int_type r = out_sbuf_->sputc(c);
/art/compiler/sea_ir/types/
H A Dtype_data_test.cc30 const Type* int_type = &type_cache.Integer(); local
32 td.SetTypeOf(first_instruction_id, int_type);
33 EXPECT_TRUE(int_type == td.FindTypeOf(first_instruction_id));
36 EXPECT_TRUE(int_type == td.FindTypeOf(first_instruction_id));
H A Dtype_inference_visitor_test.cc40 const Type* int_type = &type_cache.Integer(); local
42 const Type* ib_type = tiv.MergeTypes(int_type, byte_type);
43 const Type* bi_type = tiv.MergeTypes(byte_type, int_type);
44 EXPECT_TRUE(ib_type == int_type);
45 EXPECT_TRUE(bi_type == int_type);
52 const Type* int_type = &type_cache.Integer(); local
54 const Type* is_type = tiv.MergeTypes(int_type, short_type);
55 const Type* si_type = tiv.MergeTypes(short_type, int_type);
56 EXPECT_TRUE(is_type == int_type);
57 EXPECT_TRUE(si_type == int_type);
96 const Type* int_type = &type_cache.Integer(); local
113 const Type* int_type = &type_cache.Integer(); local
[all...]
/art/test/701-easy-div-rem/
H A DgenMain.py36 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/verifier/
H A Dregister_line.cc347 RegType& int_type) {
349 VerifyRegisterType(inst->VRegC_23x(), int_type)) {
387 RegType& int_type) {
391 VerifyRegisterType(vregB, int_type)) {
345 CheckBinaryOpWideShift(const Instruction* inst, RegType& long_lo_type, RegType& long_hi_type, RegType& int_type) argument
385 CheckBinaryOp2addrWideShift(const Instruction* inst, RegType& long_lo_type, RegType& long_hi_type, RegType& int_type) argument
H A Dregister_line.h220 RegType& int_type)
241 RegType& int_type)

Completed in 235 milliseconds