Home
last modified time | relevance | path

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

/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/libdexfile/dex/
Dprimitive.cc64 uint32_t int_type = static_cast<uint32_t>(type); in operator <<() local
66 os << kTypeNames[int_type]; in operator <<()
68 os << "Type[" << int_type << "]"; in operator <<()
/art/libartbase/base/
Dindenter.h57 int_type overflow(int_type c) override { in overflow()
/art/runtime/verifier/
Dregister_line.cc263 const RegType& int_type) { in CheckBinaryOpWideShift() argument
265 VerifyRegisterType(verifier, inst->VRegC_23x(), int_type)) { in CheckBinaryOpWideShift()
305 const RegType& int_type) { in CheckBinaryOp2addrWideShift() argument
309 VerifyRegisterType(verifier, vregB, int_type)) { in CheckBinaryOp2addrWideShift()
Dregister_line.h295 const RegType& int_type)
324 const RegType& int_type)
Dreg_type_test.cc727 const RegType& int_type = cache.Integer(); in TEST_F() local
833 all.push_back(&int_type); in TEST_F()
871 ADD_EDGE(int_type, conflict); in TEST_F()
933 ADD_EDGE(zero, int_type); in TEST_F()