/art/compiler/utils/x86/ |
D | managed_register_x86.cc | 43 Register high; member 48 #define REGISTER_PAIR_ENUMERATION(low, high) { low##_##high, low, high }, argument 69 Register high = AsRegisterPairHigh(); in Overlaps() local
|
/art/compiler/utils/x86_64/ |
D | managed_register_x86_64.cc | 42 Register high; member 47 #define REGISTER_PAIR_ENUMERATION(low, high) { low##_##high, low, high }, argument 64 Register high = AsRegisterPairHigh().AsRegister(); in Overlaps() local
|
/art/compiler/utils/mips/ |
D | managed_register_mips.cc | 31 Register high = AsRegisterPairHigh(); in Overlaps() local 39 FRegister high = AsOverlappingDRegisterHigh(); in Overlaps() local
|
/art/compiler/utils/arm/ |
D | managed_register_arm.cc | 30 Register high = AsRegisterPairHigh(); in Overlaps() local 38 SRegister high = AsOverlappingDRegisterHigh(); in Overlaps() local
|
D | assembler_arm.h | 569 SRegister high = static_cast<SRegister>(low + 1); variable
|
/art/compiler/utils/arm64/ |
D | managed_register_arm64.cc | 79 int high = RegNo(); in RegIdHigh() local
|
/art/compiler/dex/quick/arm/ |
D | codegen_arm.h | 326 RegStorage high = reg.GetHigh(); in As64BitFloatReg() local
|
/art/runtime/native/ |
D | java_lang_StringFactory.cc | 31 jint high, jint offset, jint byte_count) { in StringFactory_newStringFromBytes()
|
D | libcore_util_CharsetUtils.cc | 220 jchar high = static_cast<jchar>(ch); in CharsetUtils_toUtf8Bytes() local
|
D | java_lang_Class.cc | 194 size_t high = num_fields; in FindFieldByName() 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() 168 int high() const { in high() function
|
D | register_allocator.cc | 231 LiveInterval* high = interval->GetHighInterval(); in ProcessInstruction() local 356 LiveInterval* high = current->GetHighInterval(); in ProcessInstruction() local 368 LiveInterval* high = current->GetHighInterval(); in ProcessInstruction() local 1184 LiveInterval* high = interval->GetHighInterval()->SplitAt(position); in Split() local
|
D | code_generator.cc | 798 int high = location.high(); in RecordPcInfo() local 818 int high = location.high(); in RecordPcInfo() local
|
D | code_generator_x86.cc | 2162 Immediate high(high_value); in VisitMul() local 2832 Register high = loc.AsRegisterPairHigh<Register>(); in GenerateShlLong() local 2871 Register high = loc.AsRegisterPairHigh<Register>(); in GenerateShrLong() local 2903 Register high = loc.AsRegisterPairHigh<Register>(); in GenerateUShrLong() local 4128 Immediate high(high_value); in EmitMove() local 4143 Immediate high(high_value); in EmitMove() local 4584 Immediate high(high_value); in HandleBitwiseOperation() local
|
D | ssa_liveness_analysis.h | 756 void SetHighInterval(LiveInterval* high) { in SetHighInterval()
|
D | code_generator_arm.cc | 1824 Register high = in.AsRegisterPairHigh<Register>(); in VisitTypeConversion() local 1893 Register high = in.AsRegisterPairHigh<Register>(); in VisitTypeConversion() local 2523 Register high = first.AsRegisterPairHigh<Register>(); in HandleShift() local
|
/art/runtime/jdwp/ |
D | jdwp_request.cc | 178 uint64_t high = Read4BE(); in Read8BE() local
|
/art/runtime/ |
D | stack_map.cc | 76 uint16_t high = region.LoadUnaligned<uint8_t>(offset + sizeof(uint16_t)); in LoadAt() local
|
/art/compiler/dex/ |
D | reg_storage.h | 272 static RegStorage MakeRegPair(RegStorage low, RegStorage high) { in MakeRegPair()
|