Searched defs:m0 (Results 1 - 9 of 9) sorted by relevance

/openjdk7/jdk/test/tools/pack200/
H A DPack200Test.java48 static final long m0 = getUsedMemory(); field in class:Pack200Test
62 long diff = getUsedMemory() - m0;
/openjdk7/jdk/test/java/lang/Class/getDeclaredMethod/
H A DExceptions.java31 void m0() {} method in class:Exceptions
38 private static final String [] pass = {"m0", "m1", "m2", "m4"};
/openjdk7/jdk/test/java/lang/Class/getMethod/
H A DExceptions.java31 void m0() {} method in class:Exceptions
37 private static final String [] nsme = {"m0", "m2", "m4", "m6"};
/openjdk7/langtools/test/tools/javadoc/6958836/errs/
H A DErrors.java28 X m0() { } method in class:Errors
/openjdk7/langtools/test/tools/javadoc/6958836/warns/
H A DWarnings.java29 public void m0() { } method in class:Warnings
/openjdk7/langtools/test/tools/javac/limits/
H A DPoolSize1.java38 static void m0() { method in class:PoolSize1
H A DPoolSize2.java38 static void m0() { method in class:PoolSize2
/openjdk7/jdk/src/share/native/sun/security/ec/impl/
H A Dmp_gf2m.c136 mp_digit m1, m0; local
140 s_bmul_1x1(&m1, &m0, a0 ^ a1, b0 ^ b1);
141 /* Correction on m1 ^= l1 ^ h1; m0 ^= l0 ^ h0; */
143 r[1] = r[3] ^ r[2] ^ r[0] ^ m1 ^ m0; /* l1 ^= l0 ^ h0 ^ m0; */
/openjdk7/hotspot/src/share/vm/code/
H A Ddependencies.cpp1399 methodOop m0 = marray[0]; local
1400 ClassHierarchyWalker wf(m0);
1401 assert(wf.check_method_context(ctxk, m0), "proper context");
1410 assert(marray[mfill] == m0, "sanity");
1411 if (Dependencies::is_concrete_method(m0))
1412 mfill++; // keep m0 as marray[0], the first result
1415 if (fm == m0) continue; // Already put this guy in the list.

Completed in 156 milliseconds