Home
last modified time | relevance | path

Searched defs:low (Results 1 – 20 of 20) sorted by relevance

/art/compiler/utils/mips/
Dmanaged_register_mips.cc30 Register low = AsRegisterPairLow(); in Overlaps() local
38 FRegister low = AsOverlappingDRegisterLow(); in Overlaps() local
55 int low; in AllocIdLow() local
/art/compiler/utils/arm/
Dmanaged_register_arm.cc29 Register low = AsRegisterPairLow(); in Overlaps() local
37 SRegister low = AsOverlappingDRegisterLow(); in Overlaps() local
54 int low; in AllocIdLow() local
Dassembler_arm.h568 SRegister low = static_cast<SRegister>(sd << 1); variable
/art/compiler/utils/x86/
Dmanaged_register_x86.cc42 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/
Dmanaged_register_x86_64.cc41 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/
Dmanaged_register_arm64.cc67 int low = RegNo(); in RegIdLow() local
/art/compiler/dex/quick/arm/
Dcodegen_arm.h325 RegStorage low = reg.GetLow(); in As64BitFloatReg() local
/art/compiler/optimizing/
Dlocations.h130 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
Dcode_generator.cc797 int low = location.low(); in RecordPcInfo() local
817 int low = location.low(); in RecordPcInfo() local
Dregister_allocator.cc36 static bool IsLowOfUnalignedPairInterval(LiveInterval* low) { in IsLowOfUnalignedPairInterval()
1188 LiveInterval* low = interval->GetLowInterval()->SplitAt(position); in Split() local
Dcode_generator_x86.cc2161 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
Dssa_liveness_analysis.h751 void SetLowInterval(LiveInterval* low) { in SetLowInterval()
Dcode_generator_arm.cc1823 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/
Djdwp_request.cc179 uint64_t low = Read4BE(); in Read8BE() local
/art/runtime/native/
Dlibcore_util_CharsetUtils.cc221 jchar low = (i + 1 != end) ? string->CharAt(i + 1) : 0; in CharsetUtils_toUtf8Bytes() local
Djava_lang_Class.cc193 size_t low = 0; in FindFieldByName() local
/art/runtime/
Dstack_map.cc75 uint16_t low = region.LoadUnaligned<uint16_t>(offset); in LoadAt() local
/art/compiler/dex/
Dreg_storage.h272 static RegStorage MakeRegPair(RegStorage low, RegStorage high) { in MakeRegPair()
Dmir_graph.h903 RegLocation GetSrcWide(MIR* mir, int low) { in GetSrcWide()
/art/compiler/dex/quick/mips/
Dtarget_mips.cc203 RegStorage low = ret_reg.GetLow(); in TargetReg() local