/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
|
/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/tools/ahat/src/main/com/android/ahat/ |
D | HtmlEscaper.java | 27 int low = 0; in escape() local
|
/art/compiler/utils/arm64/ |
D | managed_register_arm64.cc | 67 int low = RegNo(); in RegIdLow() local
|
/art/test/717-integer-value-of/src/ |
D | Main.java | 95 int low = (int) lowField.get(integerCacheClass); in testValueOfConst() local
|
/art/compiler/optimizing/ |
D | intrinsics.cc | 85 int32_t low, in ComputeValueOfLocations() 126 int32_t low, in ComputeValueOfInfo()
|
D | common_arm.h | 212 inline Location LocationFrom(const vixl::aarch32::Register& low, in LocationFrom() 217 inline Location LocationFrom(const vixl::aarch32::SRegister& low, 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() 175 int low() const { in low() function
|
D | intrinsics.h | 126 int32_t low; member
|
D | register_allocator.cc | 299 LiveInterval* low = interval->GetLowInterval()->SplitAt(position); in Split() local
|
D | code_generator.cc | 1424 int low = location.low(); in EmitVRegInfo() local 1446 int low = location.low(); in EmitVRegInfo() local
|
D | register_allocator_linear_scan.cc | 40 static bool IsLowOfUnalignedPairInterval(LiveInterval* low) { in IsLowOfUnalignedPairInterval()
|
D | ssa_liveness_analysis.h | 838 void SetLowInterval(LiveInterval* low) { in SetLowInterval()
|
D | code_generator_x86.cc | 3914 Immediate low(low_value); in VisitMul() local 4953 Register low = loc.AsRegisterPairLow<Register>(); in GenerateShlLong() local 4992 Register low = loc.AsRegisterPairLow<Register>(); in GenerateShrLong() local 5024 Register low = loc.AsRegisterPairLow<Register>(); in GenerateUShrLong() local 7128 Immediate low(low_value); in EmitMove() local 7143 Immediate low(low_value); in EmitMove() local 8486 Immediate low(low_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 | 4238 vixl32::Register low = LowRegisterFrom(in); in VisitTypeConversion() local 5507 vixl32::Register low = LowRegisterFrom(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
|
/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/runtime/native/ |
D | java_lang_Class.cc | 246 size_t low = 0; in FindFieldByName() local
|
/art/test/530-checker-lse/src/ |
D | Main.java | 1564 static int sumWithinRange(int[] array, final int low, final int high) { in sumWithinRange()
|