Searched defs:Sub (Results 1 – 6 of 6) sorted by relevance
| /art/test/093-serialization/src/ |
| D | Main.java | 106 class Sub extends Base { class 117 public Sub(char thing) { in Sub() method in Sub
|
| /art/runtime/interpreter/ |
| D | safe_math_test.cc | 61 TEST(SafeMath, Sub) { in TEST() argument
|
| /art/test/551-checker-clinit/src/ |
| D | Main.java | 34 class Sub extends Main { class
|
| /art/compiler/optimizing/ |
| D | code_generator_arm64.cc | 1007 __ Sub(temp, sp, static_cast<int32_t>(GetStackOverflowReservedBytes(kArm64))); in GenerateFrameEntry() local 1738 __ Sub(dst, lhs, rhs); in HandleBinaryOp() local 1940 __ Sub(out, left, right_operand); in VisitArm64DataProcWithShifterOp() local 2571 __ Sub(out, out, temp); in DivRemByPowerOfTwo() local 2608 __ Sub(temp, temp, dividend); in GenerateDivRemWithAnyConstant() local 2616 __ Sub(out, temp, Operand(temp, ASR, type == Primitive::kPrimLong ? 63 : 31)); in GenerateDivRemWithAnyConstant() local 2618 __ Sub(temp, temp, Operand(temp, ASR, type == Primitive::kPrimLong ? 63 : 31)); in GenerateDivRemWithAnyConstant() local 4800 __ Sub(index, value_reg, Operand(lower_bound)); in VisitPackedSwitch() local
|
| D | intrinsics_arm64.cc | 1284 __ Sub(temp, temp, Operand(4), SetFlags); in VisitStringEquals() local
|
| /art/compiler/utils/arm/ |
| D | assembler_arm32_test.cc | 787 TEST_F(AssemblerArm32Test, Sub) { in TEST_F() argument
|