Home
last modified time | relevance | path

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

/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/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/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.cc122 int32_t high = GetIntegerCacheField(cache_class, kHighFieldName); in CheckIntegerCache() local
184 int32_t high = GetIntegerCacheField(cache_class, kHighFieldName); in ComputeIntegerValueOfLocations() local
304 int32_t high = GetIntegerCacheField(cache_class, kHighFieldName); in ComputeIntegerValueOfInfo() local
Dcommon_arm.h212 const vixl::aarch32::Register& high) { in LocationFrom()
217 const vixl::aarch32::SRegister& high) { in LocationFrom()
Dregister_allocator_linear_scan.cc256 LiveInterval* high = interval->GetHighInterval(); in ProcessInstruction() local
353 LiveInterval* high = current->GetHighInterval(); in ProcessInstruction() local
365 LiveInterval* high = current->GetHighInterval(); in ProcessInstruction() local
Dlocations.h137 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
Dregister_allocator.cc219 LiveInterval* high = interval->GetHighInterval()->SplitAt(position); in Split() local
Dcode_generator.cc1463 int high = location.high(); in EmitVRegInfo() local
1484 int high = location.high(); in EmitVRegInfo() local
Dssa_liveness_analysis.h845 void SetHighInterval(LiveInterval* high) { in SetHighInterval()
Dcode_generator_x86.cc3448 Immediate high(high_value); in VisitMul() local
4487 Register high = loc.AsRegisterPairHigh<Register>(); in GenerateShlLong() local
4526 Register high = loc.AsRegisterPairHigh<Register>(); in GenerateShrLong() local
4558 Register high = loc.AsRegisterPairHigh<Register>(); in GenerateUShrLong() local
6575 Immediate high(high_value); in EmitMove() local
6590 Immediate high(high_value); in EmitMove() local
7863 Immediate high(high_value); in HandleBitwiseOperation() local
Dregister_allocator_graph_color.cc699 LiveInterval* high = interval->GetHighInterval(); in AllocateRegisters() local
Dcode_generator_arm_vixl.cc3959 vixl32::Register high = HighRegisterFrom(in); in VisitTypeConversion() local
5222 vixl32::Register high = HighRegisterFrom(first); in HandleShift() local
Dcode_generator_x86_64.cc5853 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()
Dlibcore_util_CharsetUtils.cc223 jchar high = static_cast<jchar>(ch); in CharsetUtils_toUtf8Bytes() local
Djava_lang_Class.cc372 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/test/530-checker-lse/src/
DMain.java797 static int sumWithinRange(int[] array, final int low, final int high) { in sumWithinRange()
/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/runtime/mirror/
Dclass.cc942 size_t high = fields->size(); in FindFieldByNameAndType() local