| /art/compiler/utils/mips/ |
| D | managed_register_mips.cc | 30 Register low = AsRegisterPairLow(); in Overlaps() local 38 FRegister low = AsOverlappingDRegisterLow(); in Overlaps() local 55 int low; in AllocIdLow() local
|
| D | assembler_mips.h | 866 uint32_t low = Low32Bits(value); variable
|
| /art/compiler/utils/arm/ |
| D | managed_register_arm.cc | 29 Register low = AsRegisterPairLow(); in Overlaps() local 37 SRegister low = AsOverlappingDRegisterLow(); in Overlaps() local 54 int low; in AllocIdLow() local
|
| /art/compiler/utils/x86/ |
| D | managed_register_x86.cc | 42 Register low; member 48 #define REGISTER_PAIR_ENUMERATION(low, high) { low##_##high, low, high }, argument 68 Register low = AsRegisterPairLow(); in Overlaps() local
|
| /art/compiler/utils/x86_64/ |
| D | managed_register_x86_64.cc | 41 Register low; member 47 #define REGISTER_PAIR_ENUMERATION(low, high) { low##_##high, low, high }, argument 63 Register low = AsRegisterPairLow().AsRegister(); in Overlaps() local
|
| /art/tools/ahat/src/main/com/android/ahat/ |
| D | HtmlEscaper.java | 27 int low = 0; in escape() local
|
| /art/compiler/utils/arm64/ |
| D | managed_register_arm64.cc | 67 int low = RegNo(); in RegIdLow() local
|
| /art/compiler/optimizing/ |
| D | intrinsics.cc | 121 int32_t low = GetIntegerCacheField(cache_class, kLowFieldName); in CheckIntegerCache() local 183 int32_t low = GetIntegerCacheField(cache_class, kLowFieldName); in ComputeIntegerValueOfLocations() local 234 int32_t low = value_field->GetInt(low_integer); in ComputeIntegerValueOfLocations() local
|
| D | common_arm.h | 220 inline Location LocationFrom(const vixl::aarch32::Register& low, in LocationFrom() 225 inline Location LocationFrom(const vixl::aarch32::SRegister& low, in LocationFrom()
|
| D | locations.h | 137 static Location RegisterPairLocation(int low, int high) { in RegisterPairLocation() 141 static Location FpuRegisterPairLocation(int low, int high) { in FpuRegisterPairLocation() 170 int low() const { in low() function
|
| D | register_allocator.cc | 234 LiveInterval* low = interval->GetLowInterval()->SplitAt(position); in Split() local
|
| D | intrinsics.h | 116 int32_t low; member
|
| D | code_generator.cc | 1343 int low = location.low(); in EmitEnvironment() local 1364 int low = location.low(); in EmitEnvironment() local
|
| D | register_allocator_linear_scan.cc | 39 static bool IsLowOfUnalignedPairInterval(LiveInterval* low) { in IsLowOfUnalignedPairInterval()
|
| D | ssa_liveness_analysis.h | 840 void SetLowInterval(LiveInterval* low) { in SetLowInterval()
|
| D | induction_var_analysis.cc | 300 uint32_t low = d1; in VisitNode() local
|
| D | code_generator_x86.cc | 3276 Immediate low(low_value); in VisitMul() local 4315 Register low = loc.AsRegisterPairLow<Register>(); in GenerateShlLong() local 4354 Register low = loc.AsRegisterPairLow<Register>(); in GenerateShrLong() local 4386 Register low = loc.AsRegisterPairLow<Register>(); in GenerateUShrLong() local 6321 Immediate low(low_value); in EmitMove() local 6336 Immediate low(low_value); in EmitMove() local 7604 Immediate low(low_value); in HandleBitwiseOperation() local
|
| /art/test/717-integer-value-of/src/ |
| D | Main.java | 95 int low = (int) lowField.get(integerCacheClass); in testValueOfConst() local
|
| /art/runtime/jdwp/ |
| D | jdwp_request.cc | 180 uint64_t low = Read4BE(); in Read8BE() local
|
| /art/tools/ahat/src/main/com/android/ahat/dominators/ |
| D | Dominators.java | 208 public boolean hasIdInRange(long low, long high) { in hasIdInRange()
|
| /art/runtime/native/ |
| D | libcore_util_CharsetUtils.cc | 224 jchar low = (i + 1 != end) ? string->CharAt(i + 1) : 0; in CharsetUtils_toUtf8Bytes() local
|
| D | java_lang_Class.cc | 342 size_t low = 0; in FindFieldByName() local
|
| /art/test/530-checker-lse/src/ |
| D | Main.java | 595 static int sumWithinRange(int[] array, final int low, final int high) { in sumWithinRange()
|
| /art/compiler/utils/mips64/ |
| D | assembler_mips64.h | 1082 uint32_t low = Low32Bits(value); variable
|
| /art/runtime/mirror/ |
| D | class.cc | 820 size_t low = 0; in FindFieldByNameAndType() local
|