Home
last modified time | relevance | path

Searched defs:j (Results 26 – 50 of 101) sorted by relevance

12345

/art/test/711-checker-type-conversion/src/
DMain.java63 int j = -3; in getByte1() local
79 int j = -101; in getByte2() local
/art/test/1985-structural-redefine-stack-scope/src/
DMain.java69 MethodHandle j = in main() local
/art/test/2012-structural-redefinition-failures-jni-id/src-art/
DMain.java41 public Object j; field in Main.C3
/art/test/642-fp-callees/
Dfp_callees.cc41 double j = array[9]; in Java_Main_holdFpTemporaries() local
/art/test/2012-structural-redefinition-failures-jni-id/src-art/art/
DTest1983.java56 public Object j; field in Test1983.SubWithVirtuals
/art/test/1983-structural-redefinition-failures/src/art/
DTest1983.java56 public Object j; field in Test1983.SubWithVirtuals
/art/test/030-bad-finalizer/src/
DMain.java86 private volatile int j = 0; // Volatile in an effort to curb loop optimization. field in Main.BadFinalizer
/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/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/compiler/optimizing/
Dregister_allocator.cc138 for (size_t j = it.CurrentRange()->GetStart(); j < it.CurrentRange()->GetEnd(); ++j) { in ValidateIntervals() local
160 for (size_t j = it.CurrentRange()->GetStart(); j < it.CurrentRange()->GetEnd(); ++j) { in ValidateIntervals() local
/art/runtime/
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
Dclass_loader_utils.h145 for (int32_t j = kDexFileIndexStart; j < long_array_size; ++j) { in VisitClassLoaderDexFiles() local
/art/libdexfile/dex/
Dcompact_dex_file_test.cc27 for (size_t j = 0; j < 2; ++j) { in TEST() local
/art/test/451-spill-splot/src/
DMain.java31 double j = 9.0; in main() local
/art/compiler/driver/
Dcompiled_method_storage_test.cc79 for (size_t j = 0; j != compiled_methods.size(); ++j) { in TEST() local
/art/test/562-bce-preheader/src/
DMain.java25 public static int doit(int[][] x, int j) { in doit()
/art/runtime/native/
Ddalvik_system_VMRuntime.cc533 for (size_t j = 0, num_strings = dex_cache->NumStrings(); j < num_strings; ++j) { in PreloadDexCachesStatsFilled() local
539 for (size_t j = 0, num_types = dex_cache->NumResolvedTypes(); j < num_types; ++j) { in PreloadDexCachesStatsFilled() local
545 for (size_t j = 0, num_fields = dex_cache->NumResolvedFields(); j < num_fields; ++j) { in PreloadDexCachesStatsFilled() local
553 for (size_t j = 0, num_methods = dex_cache->NumResolvedMethods(); j < num_methods; ++j) { in PreloadDexCachesStatsFilled() local
600 for (size_t j = 0; j < dex_cache->NumStrings(); j++) { in VMRuntime_preloadDexCaches() local
606 for (size_t j = 0; j < dex_cache->NumResolvedTypes(); j++) { in VMRuntime_preloadDexCaches() local
/art/tools/ahat/src/main/com/android/ahat/
DHtmlDoc.java104 int j = 0; in table() local
/art/dex2oat/linker/
Dimage_write_read_test.cc121 for (size_t j = 0; j < dex->NumClassDefs(); ++j) { in TestWriteRead() local
/art/runtime/gc/
Dheap_test.cc76 for (size_t j = 0; j < 2048; ++j) { in TEST_F() local
/art/test/530-checker-lse/src/
DMain.java36 TestClass(int i, int j) { in TestClass()
41 int j; field in TestClass
56 int j; field in TestClass2
937 int j = obj2.j; in testStoreStore6() local
/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
1149 u8 j; in dumpInstruction() member
1868 for (u4 j = 0; j < classDefsSize; j++) { in processDexFile() local
1873 for (u4 j = 0; j < pDexFile->NumMethodHandles(); ++j) { in processDexFile() local
1878 for (u4 j = 0; j < pDexFile->NumCallSiteIds(); ++j) { in processDexFile() local
/art/compiler/utils/x86/
Djni_macro_assembler_x86.cc474 __ j(kZero, &null_arg); in CreateHandleScopeEntry() local
490 __ j(kZero, &null_arg); in CreateHandleScopeEntry() local
511 __ j(kZero, &null_arg); in LoadReferenceFromHandleScope() local
562 __ j(kNotEqual, slow->Entry()); in ExceptionPoll() local
594 __ j(x86_cond, X86JNIMacroLabel::Cast(label)->AsX86()); in TestGcMarking() local
/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

12345