Home
last modified time | relevance | path

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

/art/runtime/
Dprimitive.cc40 int32_t int_type = static_cast<int32_t>(type); in operator <<() local
42 os << kTypeNames[int_type]; in operator <<()
44 os << "Type[" << int_type << "]"; in operator <<()
Dindenter.h55 int_type overflow(int_type c) OVERRIDE { in overflow()
/art/test/701-easy-div-rem/
DgenMain.py51 int_type = local_vars['@INT@'] variable
64 calls[int_type] = calls.get(int_type, '') + subst_vars(local_vars, '''
70 for int_type in ('int', 'long'):
71 local_vars['@INT@'] = int_type
/art/runtime/verifier/
Dregister_line.cc258 const RegType& int_type) { in CheckBinaryOpWideShift() argument
260 VerifyRegisterType(verifier, inst->VRegC_23x(), int_type)) { in CheckBinaryOpWideShift()
300 const RegType& int_type) { in CheckBinaryOp2addrWideShift() argument
304 VerifyRegisterType(verifier, vregB, int_type)) { in CheckBinaryOp2addrWideShift()
Dregister_line.h283 const RegType& int_type)
312 const RegType& int_type)