Home
last modified time | relevance | path

Searched refs:getNumericType (Results 1 – 4 of 4) sorted by relevance

/external/r8/src/main/java/com/android/tools/r8/ir/optimize/
DOutliner.java556 argumentTypes.add(instruction.asBinop().getNumericType().dexTypeFor(dexItemFactory)); in includeInstruction()
571 instruction.asBinop().getNumericType().dexTypeFor(dexItemFactory)); in includeInstruction()
888 templateInvoke.getNumericType(), outValue, inValues.get(0), inValues.get(1)); in buildInstruction()
892 templateInvoke.getNumericType(), outValue, inValues.get(0), inValues.get(1)); in buildInstruction()
896 templateInvoke.getNumericType(), outValue, inValues.get(0), inValues.get(1)); in buildInstruction()
900 templateInvoke.getNumericType(), outValue, inValues.get(0), inValues.get(1)); in buildInstruction()
904 templateInvoke.getNumericType(), outValue, inValues.get(0), inValues.get(1)); in buildInstruction()
/external/r8/src/main/java/com/android/tools/r8/ir/code/
DBinop.java26 public NumericType getNumericType() { in getNumericType() method in Binop
/external/icu/icu4c/source/common/
Duprops.cpp354 static int32_t getNumericType(const IntProperty &/*prop*/, UChar32 c, UProperty /*which*/) { in getNumericType() function
443 { UPROPS_SRC_CHAR, 0, (int32_t)U_NT_COUNT-1, getNumericType, getMaxValueFromShift },
/external/r8/src/main/java/com/android/tools/r8/ir/regalloc/
DLinearScanRegisterAllocator.java907 definition.asArithmeticBinop().getNumericType() == NumericType.LONG) { in needsOverlappingLongRegisterWorkaround()
911 definition.asLogicalBinop().getNumericType() == NumericType.LONG) { in needsOverlappingLongRegisterWorkaround()