HomeSort by relevance Sort by last modified time
    Searched refs:je (Results 51 - 75 of 195) sorted by null

1 23 4 5 6 7 8

  /dalvik/vm/mterp/x86/
OP_SPUT_OBJECT.S 21 je .L${opcode}_resolve # if not, make it so
27 je 1f # skip card mark if null
50 je common_exceptionThrown # no, handle exception
OP_INVOKE_SUPER_QUICK.S 21 je common_errNullObject # "this" is null, throw exception
OP_INVOKE_STATIC.S 43 je common_exceptionThrown # null, handle exception
46 je common_invokeMethod${routine} # no (%eax=method, %ecx="this")
OP_INVOKE_SUPER.S 25 je common_errNullObject # yes, throw
28 je .L${opcode}_resolve
OP_IPUT_OBJECT.S 49 je common_errNullObject # object was null
54 je 1f # skip card mark if null store
OP_NEW_ARRAY.S 44 je common_exceptionThrown # no, bail.
61 je common_exceptionThrown # yup - go handle
OP_SGET_WIDE.S 22 je .L${opcode}_resolve # if not, make it so
47 je common_exceptionThrown # no, handle exception
OP_SPUT_WIDE.S 23 je .L${opcode}_resolve # if not, make it so
48 je common_exceptionThrown # no, handle exception
OP_INVOKE_DIRECT.S 28 je .L${opcode}_resolve # not resolved, do it now
OP_INVOKE_OBJECT_INIT_RANGE.S 12 je common_errNullObject # yes, fail
OP_INVOKE_VIRTUAL.S 44 je common_errNullObject # go if so
cvtfp_int.S 37 je .L${opcode}_special_case # fix up result
  /libcore/luni/src/main/java/java/util/jar/
JarFile.java 251 JarEntry je = new JarEntry(ze.nextElement()); local
252 je.parentJar = jf;
253 return je;
416 JarEntry je = new JarEntry(ze); local
417 je.parentJar = this;
418 return je;
  /dalvik/vm/mterp/out/
InterpAsm-x86.S 683 je .LOP_CONST_STRING_resolve
702 je common_exceptionThrown
720 je .LOP_CONST_STRING_JUMBO_resolve
739 je common_exceptionThrown
756 je .LOP_CONST_CLASS_resolve
777 je common_exceptionThrown
795 je common_errNullObject
820 je .LOP_MONITOR_EXIT_errNullObject # go if so
829 je common_exceptionThrown # no, exception pending
848 je .LOP_CHECK_CAST_okay # null obj, cast always succeed
    [all...]
  /external/openssl/crypto/
x86cpuid.pl 108 &je (&label("generic"));
128 &je (&label("done"));
130 &je (&label("clear_avx"));
214 &je (&label("spin"));
315 &je (&label("ret"));
  /bionic/libc/arch-x86/string/
ssse3-strcmp-latest.S 128 je L(eq)
134 je L(eq)
140 je L(eq)
146 je L(eq)
152 je L(eq)
158 je L(eq)
164 je L(eq)
170 je L(eq)
177 je L(eq)
224 je L(ashr_0
    [all...]
ssse3-memcmp3-new.S 124 je L(zero)
166 je L(shr_0)
168 je L(shr_1)
170 je L(shr_2)
172 je L(shr_3)
174 je L(shr_4)
176 je L(shr_5)
178 je L(shr_6)
184 je L(shr_8)
186 je L(shr_9
    [all...]
  /build/tools/signapk/
SignApk.java 247 JarEntry je = new JarEntry(OTACERT_NAME); local
248 je.setTime(timestamp);
249 outputJar.putNextEntry(je);
552 JarEntry je; local
565 je = new JarEntry(JarFile.MANIFEST_NAME);
566 je.setTime(timestamp);
567 outputJar.putNextEntry(je);
571 je = new JarEntry(CERT_SF_NAME);
572 je.setTime(timestamp);
573 outputJar.putNextEntry(je);
    [all...]
  /bionic/libc/arch-x86/bionic/
crtbegin_so.S 66 je .L4
89 je .L8
  /dalvik/vm/arch/x86/
Call386ABI.S 133 je cleanUpAndExit
165 je saveFloat
  /development/ndk/platforms/android-9/arch-x86/src/
crtbegin_so.S 66 je .L4
89 je .L8
  /external/llvm/test/MC/MachO/
jcc.s 17 je 1f
  /external/javassist/src/main/javassist/
ClassPoolTail.java 142 JarEntry je = jarfile.getJarEntry(jarname); local
143 if (je != null)
144 return jarfile.getInputStream(je);
155 JarEntry je = jarfile.getJarEntry(jarname); local
156 if (je != null)
  /external/valgrind/main/coregrind/
m_trampoline.S 105 je .L2
203 je .L41
714 je 2f
716 je 0b
762 je 2f
770 je 3f
780 je 5f
867 je 2f
869 je 0b
907 je 2
    [all...]
  /external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/jar/
JarFileTest.java 153 JarEntry je = enumeration.nextElement(); local
154 jarFile.getEntry(je.getName());
159 JarEntry je = enumeration.nextElement(); local
162 jarFile.getEntry(je.getName());
186 JarEntry je = enumeration.nextElement(); local
187 jarFile.getJarEntry(je.getName());
192 JarEntry je = enumeration.nextElement(); local
195 jarFile.getJarEntry(je.getName());

Completed in 742 milliseconds

1 23 4 5 6 7 8