Home
last modified time | relevance | path

Searched defs:high (Results 1 – 21 of 21) sorted by relevance

/art/compiler/utils/x86_64/
Dmanaged_register_x86_64.cc42 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/x86/
Dmanaged_register_x86.cc43 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/arm/
Dmanaged_register_arm.cc30 Register high = AsRegisterPairHigh(); in Overlaps() local
38 SRegister high = AsOverlappingDRegisterHigh(); in Overlaps() local
/art/compiler/utils/arm64/
Dmanaged_register_arm64.cc79 int high = RegNo(); in RegIdHigh() local
/art/compiler/optimizing/
Dintrinsics.cc123 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
Dcommon_arm.h213 const vixl::aarch32::Register& high) { in LocationFrom()
218 const vixl::aarch32::SRegister& high) { in LocationFrom()
Dlocations.h142 static Location RegisterPairLocation(int low, int high) { in RegisterPairLocation()
146 static Location FpuRegisterPairLocation(int low, int high) { in FpuRegisterPairLocation()
180 int high() const { in high() function
Dregister_allocator_linear_scan.cc329 LiveInterval* high = interval->GetHighInterval(); in CheckForTempLiveIntervals() local
411 LiveInterval* high = current->GetHighInterval(); in CheckForFixedOutput() local
423 LiveInterval* high = current->GetHighInterval(); in CheckForFixedOutput() local
Dregister_allocator.cc219 LiveInterval* high = interval->GetHighInterval()->SplitAt(position); in Split() local
Dcode_generator.cc1502 int high = location.high(); in EmitVRegInfo() local
1524 int high = location.high(); in EmitVRegInfo() local
Dssa_liveness_analysis.h846 void SetHighInterval(LiveInterval* high) { in SetHighInterval()
Dcode_generator_x86.cc3793 Immediate high(high_value); in VisitMul() local
4832 Register high = loc.AsRegisterPairHigh<Register>(); in GenerateShlLong() local
4871 Register high = loc.AsRegisterPairHigh<Register>(); in GenerateShrLong() local
4903 Register high = loc.AsRegisterPairHigh<Register>(); in GenerateUShrLong() local
6962 Immediate high(high_value); in EmitMove() local
6977 Immediate high(high_value); in EmitMove() local
8249 Immediate high(high_value); in HandleBitwiseOperation() local
Dregister_allocator_graph_color.cc699 LiveInterval* high = interval->GetHighInterval(); in AllocateRegisters() local
Dcode_generator_arm_vixl.cc4154 vixl32::Register high = HighRegisterFrom(in); in VisitTypeConversion() local
5421 vixl32::Register high = HighRegisterFrom(first); in HandleShift() local
Dcode_generator_x86_64.cc6204 size_t high = kX86_64WordSize; in EmitMove() local
/art/runtime/native/
Djava_lang_StringFactory.cc34 jint high, jint offset, jint byte_count) { in StringFactory_newStringFromBytes()
Djava_lang_Class.cc247 size_t high = fields->size(); in FindFieldByName() local
/art/tools/ahat/src/main/com/android/ahat/dominators/
DDominators.java208 public boolean hasIdInRange(long low, long high) { in hasIdInRange()
/art/libdexfile/dex/
Ddex_file_verifier.cc49 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/test/530-checker-lse/src/
DMain.java1564 static int sumWithinRange(int[] array, final int low, final int high) { in sumWithinRange()
/art/runtime/interpreter/
Dunstarted_runtime.cc1371 jint high = shadow_frame->GetVReg(arg_offset + 1); in UnstartedStringFactoryNewStringFromBytes() local