/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/arm/ |
D | managed_register_arm.cc | 30 Register high = AsRegisterPairHigh(); in Overlaps() local 38 SRegister high = AsOverlappingDRegisterHigh(); in Overlaps() local
|
/art/compiler/utils/arm64/ |
D | managed_register_arm64.cc | 79 int high = RegNo(); in RegIdHigh() local
|
/art/compiler/optimizing/ |
D | intrinsics.cc | 123 int32_t high = GetIntegerCacheField(cache_class, kHighFieldName); in CheckIntegerCache() local 198 int32_t high = GetIntegerCacheField(cache_class, kHighFieldName); in ComputeIntegerValueOfLocations() local 307 int32_t high = GetIntegerCacheField(cache_class, kHighFieldName); in ComputeIntegerValueOfInfo() local
|
D | common_arm.h | 212 const vixl::aarch32::Register& high) { in LocationFrom() 217 const vixl::aarch32::SRegister& high) { in LocationFrom()
|
D | register_allocator_linear_scan.cc | 256 LiveInterval* high = interval->GetHighInterval(); in ProcessInstruction() local 353 LiveInterval* high = current->GetHighInterval(); in ProcessInstruction() local 365 LiveInterval* high = current->GetHighInterval(); in ProcessInstruction() local
|
D | locations.h | 137 static Location RegisterPairLocation(int low, int high) { in RegisterPairLocation() 141 static Location FpuRegisterPairLocation(int low, int high) { in FpuRegisterPairLocation() 175 int high() const { in high() function
|
D | register_allocator.cc | 219 LiveInterval* high = interval->GetHighInterval()->SplitAt(position); in Split() local
|
D | code_generator.cc | 1485 int high = location.high(); in EmitVRegInfo() local 1506 int high = location.high(); in EmitVRegInfo() local
|
D | ssa_liveness_analysis.h | 845 void SetHighInterval(LiveInterval* high) { in SetHighInterval()
|
D | code_generator_x86.cc | 3634 Immediate high(high_value); in VisitMul() local 4673 Register high = loc.AsRegisterPairHigh<Register>(); in GenerateShlLong() local 4712 Register high = loc.AsRegisterPairHigh<Register>(); in GenerateShrLong() local 4744 Register high = loc.AsRegisterPairHigh<Register>(); in GenerateUShrLong() local 6908 Immediate high(high_value); in EmitMove() local 6923 Immediate high(high_value); in EmitMove() local 8201 Immediate high(high_value); in HandleBitwiseOperation() local
|
D | register_allocator_graph_color.cc | 699 LiveInterval* high = interval->GetHighInterval(); in AllocateRegisters() local
|
D | code_generator_arm_vixl.cc | 4005 vixl32::Register high = HighRegisterFrom(in); in VisitTypeConversion() local 5268 vixl32::Register high = HighRegisterFrom(first); in HandleShift() local
|
D | code_generator_x86_64.cc | 5984 size_t high = kX86_64WordSize; in EmitMove() local
|
/art/runtime/native/ |
D | java_lang_StringFactory.cc | 34 jint high, jint offset, jint byte_count) { in StringFactory_newStringFromBytes()
|
D | libcore_util_CharsetUtils.cc | 141 jchar high = static_cast<jchar>(ch); in CharsetUtils_toUtf8Bytes() local
|
D | java_lang_Class.cc | 374 size_t high = fields->size(); in FindFieldByName() local
|
/art/tools/ahat/src/main/com/android/ahat/dominators/ |
D | Dominators.java | 208 public boolean hasIdInRange(long low, long high) { in hasIdInRange()
|
/art/libdexfile/dex/ |
D | dex_file_verifier.cc | 49 constexpr bool IsValidOrNoTypeId(uint16_t low, uint16_t high) { in IsValidOrNoTypeId() 53 constexpr bool IsValidTypeId(uint16_t low ATTRIBUTE_UNUSED, uint16_t high) { in IsValidTypeId()
|
/art/runtime/mirror/ |
D | class.cc | 911 size_t high = fields->size(); in FindFieldByNameAndType() local
|
/art/test/530-checker-lse/src/ |
D | Main.java | 1471 static int sumWithinRange(int[] array, final int low, final int high) { in sumWithinRange()
|