Searched defs:T1 (Results 1 - 3 of 3) sorted by relevance

/art/runtime/interpreter/
H A Dsafe_math.h27 template <typename T1, typename T2>
29 typedef typename std::conditional<sizeof(T1) >= sizeof(T2), T1, T2>::type type; typedef in struct:art::interpreter::select_bigger
33 template<template <typename OpT> class Op, typename T1, typename T2>
34 static inline typename select_bigger<T1, T2>::type SafeMath(T1 a, T2 b) {
35 typedef typename select_bigger<T1, T2>::type biggest_T;
37 static_assert(std::is_signed<T1>::value, "Expected T1 to be signed");
45 template<typename T1, typenam
[all...]
/art/runtime/arch/mips/
H A Dregisters_mips.h39 T1 = 9, enumerator in enum:art::mips::Register
/art/runtime/arch/mips64/
H A Dregisters_mips64.h43 T1 = 13, enumerator in enum:art::mips64::GpuRegister

Completed in 71 milliseconds