Home
last modified time | relevance | path

Searched defs:j (Results 1 – 25 of 71) sorted by relevance

123

/art/test/565-checker-rotate/src/
DMain.java367 int j = i & 31; in testRotateLeftBoolean() local
383 int j = i & 31; in testRotateLeftByte() local
401 int j = i & 31; in testRotateLeftShort() local
420 int j = i & 31; in testRotateLeftChar() local
437 int j = i & 31; in testRotateLeftInt() local
455 int j = i & 63; in testRotateLeftLong() local
466 int j = i & 31; in testRotateRightBoolean() local
482 int j = i & 31; in testRotateRightByte() local
500 int j = i & 31; in testRotateRightShort() local
518 int j = i & 31; in testRotateRightChar() local
[all …]
/art/runtime/
Dleb128_test.cc102 for (size_t j = 0; j < 5; ++j) { in TEST() local
121 for (size_t j = 0; j < 5; ++j) { in TEST() local
141 for (size_t j = 0; j < UnsignedLeb128Size(uleb128_tests[i].decoded); ++j) { in TEST() local
144 for (size_t j = UnsignedLeb128Size(uleb128_tests[i].decoded); j < 5; ++j) { in TEST() local
164 for (size_t j = 0; j < UnsignedLeb128Size(uleb128_tests[i].decoded); ++j) { in TEST() local
167 for (size_t j = UnsignedLeb128Size(uleb128_tests[i].decoded); j < 5; ++j) { in TEST() local
183 for (size_t j = 0; j < 5; ++j) { in TEST() local
202 for (size_t j = 0; j < 5; ++j) { in TEST() local
222 for (size_t j = 0; j < SignedLeb128Size(sleb128_tests[i].decoded); ++j) { in TEST() local
225 for (size_t j = SignedLeb128Size(sleb128_tests[i].decoded); j < 5; ++j) { in TEST() local
[all …]
Dmonitor_pool_test.cc110 for (size_t j = 0; j < kMaxUsage; j++) { in TEST_F() local
Dmonitor_pool.cc96 for (size_t j = 0; j < ChunkListCapacity(i); ++j) { in FreeInternal() local
/art/compiler/
Dcompiled_method_test.cc35 for (size_t j = 0; j != arraysize(elems); ++j) { in TEST() local
42 for (size_t j = 0; j != arraysize(elems); ++j) { in TEST() local
106 for (size_t j = 0; j != arraysize(patches); ++j) { in TEST() local
113 for (size_t j = 0; j != arraysize(patches); ++j) { in TEST() local
/art/compiler/optimizing/
Dintrinsics_x86_64.cc333 __ j(Condition::kParityEven, &nan); in GenMinMaxFP() local
335 __ j(is_min ? Condition::kAbove : Condition::kBelow, &op2_label); in GenMinMaxFP() local
336 __ j(is_min ? Condition::kBelow : Condition::kAbove, &done); in GenMinMaxFP() local
647 __ j(kAboveEqual, &done); in VisitMathRoundFloat() local
650 __ j(kUnordered, &nan); in VisitMathRoundFloat() local
697 __ j(kAboveEqual, &done); in VisitMathRoundDouble() local
700 __ j(kUnordered, &nan); in VisitMathRoundDouble() local
929 __ j(kAboveEqual, slow_path->GetEntryLabel()); in VisitStringCharAt() local
998 __ j(kLess, slow_path->GetEntryLabel()); in CheckPosition() local
1004 __ j(kLess, slow_path->GetEntryLabel()); in CheckPosition() local
[all …]
Dcode_generator_x86_64.cc1277 __ j(kUnordered, true_label); in GenerateFPJumps() local
1279 __ j(kUnordered, false_label); in GenerateFPJumps() local
1281 __ j(X86_64FPCondition(cond->GetCondition()), true_label); in GenerateFPJumps() local
1374 __ j(X86_64IntegerCondition(condition->GetCondition()), true_target); in GenerateCompareTestAndBranch() local
1443 __ j(X86_64IntegerCondition(cond->AsCondition()->GetOppositeCondition()), false_target); in GenerateTestAndBranch() local
1445 __ j(X86_64IntegerCondition(cond->AsCondition()->GetCondition()), true_target); in GenerateTestAndBranch() local
1456 __ j(kEqual, false_target); in GenerateTestAndBranch() local
1458 __ j(kNotEqual, true_target); in GenerateTestAndBranch() local
1486 __ j(X86_64IntegerCondition(condition->GetOppositeCondition()), false_target); in GenerateTestAndBranch() local
1488 __ j(X86_64IntegerCondition(condition->GetCondition()), true_target); in GenerateTestAndBranch() local
[all …]
Dcode_generator_x86.cc1176 __ j(kUnordered, true_label); in GenerateFPJumps() local
1178 __ j(kUnordered, false_label); in GenerateFPJumps() local
1180 __ j(X86UnsignedOrFPCondition(cond->GetCondition()), true_label); in GenerateFPJumps() local
1238 __ j(X86Condition(true_high_cond), true_label); in GenerateLongComparesAndJumps() local
1240 __ j(X86Condition(false_high_cond), false_label); in GenerateLongComparesAndJumps() local
1242 __ j(X86Condition(true_high_cond), true_label); in GenerateLongComparesAndJumps() local
1243 __ j(X86Condition(false_high_cond), false_label); in GenerateLongComparesAndJumps() local
1253 __ j(X86Condition(true_high_cond), true_label); in GenerateLongComparesAndJumps() local
1255 __ j(X86Condition(false_high_cond), false_label); in GenerateLongComparesAndJumps() local
1257 __ j(X86Condition(true_high_cond), true_label); in GenerateLongComparesAndJumps() local
[all …]
Dintrinsics_x86.cc445 __ j(Condition::kParityEven, &nan); in GenMinMaxFP() local
447 __ j(is_min ? Condition::kAbove : Condition::kBelow, &op2_label); in GenMinMaxFP() local
448 __ j(is_min ? Condition::kBelow : Condition::kAbove, &done); in GenMinMaxFP() local
829 __ j(kAboveEqual, &done); in VisitMathRoundFloat() local
832 __ j(kUnordered, &nan); in VisitMathRoundFloat() local
1067 __ j(kAboveEqual, slow_path->GetEntryLabel()); in VisitStringCharAt() local
1140 __ j(kLess, slow_path->GetEntryLabel()); in CheckPosition() local
1145 __ j(kLess, slow_path->GetEntryLabel()); in CheckPosition() local
1150 __ j(kLess, slow_path->GetEntryLabel()); in CheckPosition() local
1156 __ j(kLess, slow_path->GetEntryLabel()); in CheckPosition() local
[all …]
Dssa_phi_elimination.cc162 for (size_t j = 0; j < phi->InputCount(); ++j) { in Run() local
184 for (size_t j = 0; j < current->InputCount(); ++j) { in Run() local
/art/runtime/gc/accounting/
Dspace_bitmap_test.cc68 for (size_t j = 0; j < kBitsPerIntPtrT * 3; ++j) { in TEST_F() local
82 for (size_t j = 0; j < static_cast<size_t>(kBitsPerIntPtrT * 2); ++j) { in TEST_F() local
126 for (int j = 0; j < 10000; ++j) { in RunTest() local
137 for (int j = 0; j < 50; ++j) { in RunTest() local
/art/test/484-checker-register-hints/src/
DMain.java47 int j = live0; in test1() local
82 int j = live0; in test2() local
119 int j = live0; in test3() local
/art/test/100-reflect2/src/
DMain.java27 private static long j = 0x0123456789abcdefL; field in Main
260 private static void IIV(int i, int j) { in IIV()
264 private static int III(int i, int j) { in III()
/art/test/440-stmp/src/
DMain.java28 float h, float i, float j, float k, float l, float m, float n, float o) { in baz()
41 float j = 10.0f; field in Main
/art/test/473-remove-dead-block/src/
DMain.java23 int j=4; in test() local
/art/test/006-args/src/
DArgsTest.java33 void argTest(int a, char c, double d, long j, float f) { in argTest()
/art/test/014-math3/src/
DMain.java24 long j; in math_014() local
/art/test/030-bad-finalizer/src/
DMain.java50 int j = 0; in finalize() local
/art/test/485-checker-dce-switch/src/
DMain.java33 public static int wholeSwitchDead(int j) { in wholeSwitchDead()
/art/test/405-optimizing-long-allocator/src/
DMain.java138 long j = e - f; in $opt$TestAgressiveLive1() local
159 long j = e - f; in $opt$TestAgressiveLive2() local
/art/test/404-optimizing-allocator/src/
DMain.java132 int j = e - f; in $opt$reg$TestAgressiveLive1() local
153 int j = e - f; in $opt$reg$TestAgressiveLive2() local
/art/runtime/native/
Ddalvik_system_VMRuntime.cc446 for (size_t j = 0; j < dex_cache->NumStrings(); j++) { in PreloadDexCachesStatsFilled() local
452 for (size_t j = 0; j < dex_cache->NumResolvedTypes(); j++) { in PreloadDexCachesStatsFilled() local
458 for (size_t j = 0; j < dex_cache->NumResolvedFields(); j++) { in PreloadDexCachesStatsFilled() local
464 for (size_t j = 0; j < dex_cache->NumResolvedMethods(); j++) { in PreloadDexCachesStatsFilled() local
510 for (size_t j = 0; j < dex_cache->NumStrings(); j++) { in VMRuntime_preloadDexCaches() local
516 for (size_t j = 0; j < dex_cache->NumResolvedTypes(); j++) { in VMRuntime_preloadDexCaches() local
/art/test/067-preemptive-unpark/src/
DMain.java77 int j = 0; in clearStack() local
/art/test/530-checker-lse/src/
DMain.java33 TestClass(int i, int j) { in TestClass()
38 int j; field in TestClass
52 int j; field in TestClass2
/art/test/451-spill-splot/src/
DMain.java31 double j = 9.0; in main() local

123