Home
last modified time | relevance | path

Searched refs:greater (Results 1 – 14 of 14) sorted by relevance

/art/test/020-string/
Dexpected.txt3 Compare result is greater than zero
/art/runtime/interpreter/mterp/arm/
Dop_cmpl_float.S31 movgt r0, #1 @ (greater than) r1<- 1
Dop_cmpl_double.S31 movgt r0, #1 @ (greater than) r1<- 1
/art/cmdline/
Dtoken_range.h203 auto& greater = Size() < other.Size() ? other : *this; in StartsWith() local
205 return std::equal(smaller.begin(), smaller.end(), greater.begin()); in StartsWith()
/art/dexlayout/
Ddex_writer.h57 std::priority_queue<MapItem, std::vector<MapItem>, std::greater<MapItem>> {
/art/tools/
Dlibcore_failures.txt58 is greater then a date in 1998.",
/art/compiler/optimizing/
Dcode_generator_x86_64.cc2075 NearLabel less, greater, done; in VisitCompare() local
2103 __ j(kUnordered, compare->IsGtBias() ? &greater : &less); in VisitCompare()
2117 __ j(kUnordered, compare->IsGtBias() ? &greater : &less); in VisitCompare()
2129 __ Bind(&greater); in VisitCompare()
Dcode_generator_arm_vixl.cc5268 vixl32::Label less, greater, done; in VisitCompare() local
5288 __ B(gt, &greater, /* far_target */ false); in VisitCompare()
5312 __ Bind(&greater); in VisitCompare()
/art/runtime/arch/arm/
Dquick_entrypoints_arm.S1473 #error Long array data offset must be 4 greater than int array data offset.
/art/runtime/arch/x86_64/
Dquick_entrypoints_x86_64.S1206 #error Long array data offset must be 4 greater than int array data offset.
/art/runtime/arch/x86/
Dquick_entrypoints_x86.S1193 #error Long array data offset must be 4 greater than int array data offset.
/art/runtime/arch/arm64/
Dquick_entrypoints_arm64.S1960 #error Long array data offset must be 4 greater than int array data offset.
/art/runtime/arch/mips64/
Dquick_entrypoints_mips64.S1884 #error Long array data offset must be 4 greater than int array data offset.
/art/runtime/arch/mips/
Dquick_entrypoints_mips.S1964 #error Long array data offset must be 4 greater than int array data offset.