Home
last modified time | relevance | path

Searched refs:j (Results 76 – 100 of 196) sorted by relevance

12345678

/art/compiler/optimizing/
Dintrinsics_x86.cc154 __ j(kNotEqual, &loop); in EmitNativeCode() local
436 __ j(kBelow, &skip_incr); in VisitMathRoundFloat() local
446 __ j(kBelow, &skip_incr); in VisitMathRoundFloat() local
458 __ j(kAboveEqual, &done); // clipped to max (already in out), does not jump on unordered in VisitMathRoundFloat() local
460 __ j(kUnordered, &done); // NaN mapped to 0 (just moved in out) in VisitMathRoundFloat() local
832 __ j(kLess, slow_path->GetEntryLabel()); in CheckPosition() local
838 __ j(kLess, slow_path->GetEntryLabel()); in CheckPosition() local
846 __ j(kLess, slow_path->GetEntryLabel()); in CheckPosition() local
852 __ j(kNotEqual, slow_path->GetEntryLabel()); in CheckPosition() local
857 __ j(kLess, slow_path->GetEntryLabel()); in CheckPosition() local
[all …]
/art/runtime/
Dclass_loader_utils.h145 for (int32_t j = kDexFileIndexStart; j < long_array_size; ++j) { in VisitClassLoaderDexFiles() local
147 long_array->GetWithoutChecks(j))); in VisitClassLoaderDexFiles()
Dcha.cc166 for (size_t j = 0, in ResetSingleImplementationInHierarchy() local
168 j < count; in ResetSingleImplementationInHierarchy()
169 ++j) { in ResetSingleImplementationInHierarchy()
170 ArtMethod* method = interface->GetVirtualMethod(j, pointer_size); in ResetSingleImplementationInHierarchy()
612 for (size_t j = 0, count = iftable->GetMethodArrayCount(i); j < count; ++j) { in UpdateAfterLoadingOf() local
613 ArtMethod* interface_method = interface->GetVirtualMethod(j, image_pointer_size); in UpdateAfterLoadingOf()
616 method_array->GetElementPtrSize<ArtMethod*>(j, image_pointer_size); in UpdateAfterLoadingOf()
/art/test/586-checker-null-array-get/smali/
DSmaliTests.smali27 ## CHECK-DAG: <<GetJ0:j\d+>> ArrayGet [<<CheckJ>>,{{i\d+}}]
28 ## CHECK-DAG: <<GetJ1:j\d+>> ArrayGet [<<CheckJ>>,{{i\d+}}]
29 ## CHECK-DAG: <<GetJ2:j\d+>> ArrayGet [<<CheckJ>>,{{i\d+}}]
30 ## CHECK-DAG: <<GetJ3:j\d+>> ArrayGet [<<CheckJ>>,{{i\d+}}]
96 ## CHECK-DAG: <<GetJ0:j\d+>> ArrayGet [<<CheckJ>>,{{i\d+}}]
97 ## CHECK-DAG: <<GetJ1:j\d+>> ArrayGet [<<CheckJ>>,{{i\d+}}]
98 ## CHECK-DAG: <<GetJ2:j\d+>> ArrayGet [<<CheckJ>>,{{i\d+}}]
99 ## CHECK-DAG: <<GetJ3:j\d+>> ArrayGet [<<CheckJ>>,{{i\d+}}]
/art/test/658-fp-read-barrier/src/
DMain.java29 for (int j = 0; j < 10000; j++) { in main()
/art/test/166-bad-interface-super/
Dinfo.txt1 Test that linking an interface declaring a superclass other than j.l.Object throws CFE.
/art/dex2oat/linker/
Dimage_write_read_test.cc121 for (size_t j = 0; j < dex->NumClassDefs(); ++j) { in TestWriteRead() local
122 const dex::ClassDef& class_def = dex->GetClassDef(j); in TestWriteRead()
/art/test/660-checker-simd-sad/src/
DSimdSadChar.java228 for (int j = 0; j < n; j++) { in main()
230 s2[k] = interesting[j]; in main()
DSimdSadShort2.java358 for (int j = 0; j < n; j++) { in main()
360 s2[k] = interesting[j]; in main()
DSimdSadShort.java371 for (int j = 0; j < n; j++) { in main()
373 s2[k] = interesting[j]; in main()
DSimdSadByte.java298 for (int j = 0; j < n; j++) { in main()
300 b2[k] = (byte) j; in main()
/art/runtime/gc/space/
Dlarge_object_space_test.cc77 for (size_t j = 0; j < requests.size(); ++j) { in LargeObjectTest() local
78 std::swap(requests[j], requests[test_rand(&rand_seed) % requests.size()]); in LargeObjectTest()
/art/test/725-imt-conflict-object/
Dinfo.txt1 Test that invokeinterface through a j.l.Object method doesn't go
/art/test/642-fp-callees/
Dfp_callees.cc41 double j = array[9]; in Java_Main_holdFpTemporaries() local
65 CHECK_EQ(bit_cast<int64_t>(j), bit_cast<int64_t>(temp)); in Java_Main_holdFpTemporaries()
/art/test/626-const-class-linking/src/
DMain.java275 for (int j = 0; j != i; ++j) { in dumpResultStats()
276 Object rj = results[j]; in dumpResultStats()
277 if (isClassPair(results[j]) && getSecond(results[j]) == ref) { in dumpResultStats()
/art/test/2029-contended-monitors/
Dinfo.txt2 atomic. Also checks j.u.c. increments. Can be configured to print execution
/art/test/2008-redefine-then-old-reflect-field/
Dinfo.txt1 Tests that j.l.r.Field objects survive across redefinitions
/art/test/401-optimizing-compiler/src/
DMain.java81 for (int j = 0; j < 3; j++) { in main()
/art/tools/dexanalyze/
Ddexanalyze_strings.cc432 for (size_t j = 0; j < length; ++j) { in ProcessDexFiles() local
504 for (size_t j = 0; j < kIterations; ++j) { in Benchmark() local
516 for (size_t j = 0; j < kIterations; ++j) { in Benchmark() local
/art/test/141-class-unload/src/
DMain.java194 for (int j = 0; j < 1000; ++j) { in testStickyUnload()
195 s += j + " "; in testStickyUnload()
/art/libdexfile/dex/
Ddex_file_verifier_test.cc546 for (size_t j = 0; j < arraysize(kAbstractDisallowed); ++j) { in TEST_F() local
559 ((kAbstractDisallowed[j] & (kAccPrivate | kAccStatic)) != 0)) { in TEST_F()
563 OrMaskToMethodFlags(dex_file, kMethods[i], kAccAbstract | kAbstractDisallowed[j]); in TEST_F()
570 for (size_t j = 1; j < 8; ++j) { in TEST_F() local
571 if (POPCOUNT(j) < 2) { in TEST_F()
575 uint32_t mask = ((j & 1) != 0 ? kAccPrivate : 0) | in TEST_F()
576 ((j & 2) != 0 ? kAccProtected : 0) | in TEST_F()
577 ((j & 4) != 0 ? kAccPublic : 0); in TEST_F()
961 for (uint32_t j = 1; j < (1u << bits); ++j) { in TEST_F() local
962 if (POPCOUNT(j) < 2) { in TEST_F()
[all …]
/art/test/550-checker-regression-wide-store/smali/
DTestCase.smali30 ## CHECK-DAG: <<Arg:j\d+>> ParameterValue
57 ## CHECK-DAG: <<Arg:j\d+>> ParameterValue
71 ## CHECK-DAG: <<Arg:j\d+>> ParameterValue
/art/compiler/utils/arm/
Djni_macro_assembler_arm_vixl.cc632 for (size_t i = 0, j; i != num_reg_dests; i = j) { in MoveArguments() local
633 j = i + 1u; in MoveArguments()
642 while (j != num_reg_dests && in MoveArguments()
643 (srcs[j].IsRegister() && IsCoreRegisterOrPair(srcs[j].GetRegister().AsArm()))) { in MoveArguments()
644 DCHECK_EQ(GetCoreRegisterMask(dests[j].GetRegister().AsArm()) & dest_regs, 0u); in MoveArguments()
645 ++j; // Equals destination or moved above. in MoveArguments()
647 if (j != num_reg_dests && dests[j].GetSize() == 4u) { in MoveArguments()
648 if (!srcs[i].IsRegister() && !srcs[j].IsRegister() && NoSpillGap(srcs[i], srcs[j])) { in MoveArguments()
650 AsVIXLRegister(dests[j].GetRegister().AsArm()), in MoveArguments()
652 ++j; in MoveArguments()
[all …]
/art/dexdump/
Ddexdump.cc166 for (int j = 0; j < arrayDepth; j++) { in descriptorToDot() local
741 for (u4 j = 0; j < list->size_; j++) { in dumpClassAnnotations() local
742 fprintf(gOutFile, "#%u\n", j); in dumpClassAnnotations()
743 dumpAnnotationSetItem(pDexFile, pDexFile->GetSetRefItemItem(&list->list_[j])); in dumpClassAnnotations()
1149 u8 j; in dumpInstruction() member
1151 conv.j = pDecInsn->WideVRegB(); in dumpInstruction()
1772 value = android::base::StringPrintf("%" PRId64, it.GetJavaValue().j); in dumpCallSite()
1868 for (u4 j = 0; j < classDefsSize; j++) { in processDexFile() local
1869 dumpClass(pDexFile, j, &package); in processDexFile()
1873 for (u4 j = 0; j < pDexFile->NumMethodHandles(); ++j) { in processDexFile() local
[all …]
/art/test/623-checker-loop-regressions/src/
DMain.java77 for (int j = 0; j < 2; j++) { in earlyExitNested()
494 for (int j = 0; j <= 8; j++) { in doNotMoveSIMD()
1032 for (int j = 0; j < 128; j++) { in main()
1033 x[i][j] = -i - j; in main()

12345678