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

/art/runtime/
H A Dprimitive.cc40 int32_t int_type = static_cast<int32_t>(type); local
42 os << kTypeNames[int_type];
44 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/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.cc264 const RegType& int_type) {
266 VerifyRegisterType(verifier, inst->VRegC_23x(), int_type)) {
304 const RegType& int_type) {
308 VerifyRegisterType(verifier, vregB, int_type)) {
262 CheckBinaryOpWideShift(MethodVerifier* verifier, const Instruction* inst, const RegType& long_lo_type, const RegType& long_hi_type, const RegType& int_type) argument
302 CheckBinaryOp2addrWideShift(MethodVerifier* verifier, const Instruction* inst, const RegType& long_lo_type, const RegType& long_hi_type, const RegType& int_type) argument
H A Dregister_line.h237 const RegType& int_type)
258 const RegType& int_type)

Completed in 131 milliseconds