Home
last modified time | relevance | path

Searched defs:high (Results 1 – 19 of 19) 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
305 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.cc1412 int high = location.high(); in EmitVRegInfo() local
1433 int high = location.high(); in EmitVRegInfo() local
Dssa_liveness_analysis.h845 void SetHighInterval(LiveInterval* high) { in SetHighInterval()
Dregister_allocator_graph_color.cc699 LiveInterval* high = interval->GetHighInterval(); in AllocateRegisters() 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.java595 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