/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 | common_arm.h | 213 const vixl::aarch32::Register& high) { in LocationFrom() 218 const vixl::aarch32::SRegister& high) { in LocationFrom()
|
D | intrinsic_objects.h | 44 #define DEFINE_BOXED_CONSTANTS(name, low, high, unused, start_index) \ argument
|
D | intrinsic_objects.cc | 58 #define FILL_OBJECTS(name, low, high, type, offset) \ in FillIntrinsicObjects() argument
|
D | locations.h | 142 static constexpr Location RegisterPairLocation(int low, int high) { in RegisterPairLocation() 146 static constexpr Location FpuRegisterPairLocation(int low, int high) { in FpuRegisterPairLocation() 180 int high() const { in high() function
|
D | register_allocator_linear_scan.cc | 348 LiveInterval* high = interval->GetHighInterval(); in CheckForTempLiveIntervals() local 435 LiveInterval* high = current->GetHighInterval(); in CheckForFixedOutput() local 449 LiveInterval* high = current->GetHighInterval(); in CheckForFixedOutput() local
|
D | register_allocator.cc | 295 LiveInterval* high = interval->GetHighInterval()->SplitAt(position); in Split() local
|
D | code_generator.cc | 1425 int high = location.high(); in EmitVRegInfo() local 1447 int high = location.high(); in EmitVRegInfo() local
|
D | ssa_liveness_analysis.h | 843 void SetHighInterval(LiveInterval* high) { in SetHighInterval()
|
D | code_generator_x86.cc | 3915 Immediate high(high_value); in VisitMul() local 4954 Register high = loc.AsRegisterPairHigh<Register>(); in GenerateShlLong() local 4993 Register high = loc.AsRegisterPairHigh<Register>(); in GenerateShrLong() local 5025 Register high = loc.AsRegisterPairHigh<Register>(); in GenerateUShrLong() local 7129 Immediate high(high_value); in EmitMove() local 7144 Immediate high(high_value); in EmitMove() local 8487 Immediate high(high_value); in HandleBitwiseOperation() local
|
D | instruction_simplifier.cc | 3152 #define SIMPLIFY_BOX_UNBOX(name, low, high, type, start_index) \ in VisitInvoke() argument
|
D | code_generator_arm_vixl.cc | 4239 vixl32::Register high = HighRegisterFrom(in); in VisitTypeConversion() local 5506 vixl32::Register high = HighRegisterFrom(first); in HandleShift() local
|
D | intrinsics_x86.cc | 3383 #define VISIT_INTRINSIC(name, low, high, type, start_index) \ argument
|
D | intrinsics_riscv64.cc | 663 #define VISIT_INTRINSIC(name, low, high, type, start_index) \ argument
|
D | intrinsics_arm_vixl.cc | 2308 #define VISIT_INTRINSIC(name, low, high, type, start_index) \ argument
|
D | intrinsics_x86_64.cc | 3183 #define VISIT_INTRINSIC(name, low, high, type, start_index) \ argument
|
/art/runtime/native/ |
D | java_lang_StringFactory.cc | 34 jint high, jint offset, jint byte_count) { in StringFactory_newStringFromBytes()
|
D | java_lang_Class.cc | 247 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([[maybe_unused]] uint16_t low, uint16_t high) { return (high == 0); } in IsValidTypeId()
|
/art/test/530-checker-lse/src/ |
D | Main.java | 1564 static int sumWithinRange(int[] array, final int low, final int high) { in sumWithinRange()
|
/art/runtime/interpreter/ |
D | unstarted_runtime.cc | 1418 jint high = shadow_frame->GetVReg(arg_offset + 1); in UnstartedStringFactoryNewStringFromBytes() local
|