/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
|
/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
|
D | assembler_arm.h | 568 SRegister low = static_cast<SRegister>(sd << 1); variable
|
/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/compiler/utils/arm64/ |
D | managed_register_arm64.cc | 67 int low = RegNo(); in RegIdLow() local
|
/art/compiler/dex/quick/arm/ |
D | codegen_arm.h | 325 RegStorage low = reg.GetLow(); in As64BitFloatReg() local
|
/art/compiler/optimizing/ |
D | locations.h | 130 static Location RegisterPairLocation(int low, int high) { in RegisterPairLocation() 134 static Location FpuRegisterPairLocation(int low, int high) { in FpuRegisterPairLocation() 163 int low() const { in low() function
|
D | code_generator.cc | 797 int low = location.low(); in RecordPcInfo() local 817 int low = location.low(); in RecordPcInfo() local
|
D | register_allocator.cc | 36 static bool IsLowOfUnalignedPairInterval(LiveInterval* low) { in IsLowOfUnalignedPairInterval() 1188 LiveInterval* low = interval->GetLowInterval()->SplitAt(position); in Split() local
|
D | code_generator_x86.cc | 2161 Immediate low(low_value); in VisitMul() local 2831 Register low = loc.AsRegisterPairLow<Register>(); in GenerateShlLong() local 2870 Register low = loc.AsRegisterPairLow<Register>(); in GenerateShrLong() local 2902 Register low = loc.AsRegisterPairLow<Register>(); in GenerateUShrLong() local 4127 Immediate low(low_value); in EmitMove() local 4142 Immediate low(low_value); in EmitMove() local 4583 Immediate low(low_value); in HandleBitwiseOperation() local
|
D | ssa_liveness_analysis.h | 751 void SetLowInterval(LiveInterval* low) { in SetLowInterval()
|
D | code_generator_arm.cc | 1823 Register low = in.AsRegisterPairLow<Register>(); in VisitTypeConversion() local 1892 Register low = in.AsRegisterPairLow<Register>(); in VisitTypeConversion() local 2524 Register low = first.AsRegisterPairLow<Register>(); in HandleShift() local
|
/art/runtime/jdwp/ |
D | jdwp_request.cc | 179 uint64_t low = Read4BE(); in Read8BE() local
|
/art/runtime/native/ |
D | libcore_util_CharsetUtils.cc | 221 jchar low = (i + 1 != end) ? string->CharAt(i + 1) : 0; in CharsetUtils_toUtf8Bytes() local
|
D | java_lang_Class.cc | 193 size_t low = 0; in FindFieldByName() local
|
/art/runtime/ |
D | stack_map.cc | 75 uint16_t low = region.LoadUnaligned<uint16_t>(offset); in LoadAt() local
|
/art/compiler/dex/ |
D | reg_storage.h | 272 static RegStorage MakeRegPair(RegStorage low, RegStorage high) { in MakeRegPair()
|
D | mir_graph.h | 903 RegLocation GetSrcWide(MIR* mir, int low) { in GetSrcWide()
|
/art/compiler/dex/quick/mips/ |
D | target_mips.cc | 203 RegStorage low = ret_reg.GetLow(); in TargetReg() local
|