HomeSort by relevance Sort by last modified time
    Searched full:invokevirtual (Results 26 - 50 of 62) sorted by null

12 3

  /dalvik/docs/
java-constraints.html 308 The first two operands of <code>invokevirtual</code>,
java-bytecode.html 204 <tr><td>0xb6</td><td>182</td><td>invokevirtual</td></tr>
  /dalvik/dx/tests/032-bb-live-code/
expected.txt 446 00b9: invokevirtual method{blort.x:()V}
  /external/javassist/src/main/javassist/bytecode/
CodeAttribute.java 371 case INVOKEVIRTUAL :
ClassFileWriter.java 431 * Appends a invokevirtual, inovkespecial, or invokestatic bytecode.
  /external/proguard/src/proguard/classfile/instruction/
InstructionConstants.java 418 "invokevirtual",
  /external/dexmaker/javadoc/com/google/dexmaker/
Code.html 189 <li><A HREF="../../../com/google/dexmaker/Code.html#invokeVirtual(com.google.dexmaker.MethodId, com.google.dexmaker.Local, com.google.dexmaker.Local, com.google.dexmaker.Local...)"><CODE>invokeVirtual()</CODE></A> is used to invoke any other
    [all...]
  /prebuilts/tools/common/asm-tools/
asm-commons-4.0.jar 
  /dalvik/dx/src/com/android/dx/cf/code/
Simulator.java 648 case ByteOps.INVOKEVIRTUAL:
RopperMachine.java 910 case ByteOps.INVOKEVIRTUAL: {
    [all...]
BytecodeArray.java 754 case ByteOps.INVOKEVIRTUAL:
    [all...]
  /dalvik/vm/mterp/c/
opcommon.cpp 3 GOTO_TARGET_DECL(invokeVirtual, bool methodCallRange);
    [all...]
gotoTargets.cpp 106 GOTO_TARGET(invokeVirtual, bool methodCallRange, bool)
    [all...]
  /external/emma/core/java12/com/vladium/jcd/opcodes/
IOpcodes.java 413 "invokevirtual", // 0xB6 182
  /external/javassist/src/main/javassist/bytecode/analysis/
Executor.java 567 case INVOKEVIRTUAL:
    [all...]
  /dalvik/vm/mterp/out/
InterpC-x86.cpp 509 GOTO_TARGET_DECL(invokeVirtual, bool methodCallRange);
    [all...]
InterpC-allstubs.cpp 509 GOTO_TARGET_DECL(invokeVirtual, bool methodCallRange);
    [all...]
InterpC-portable.cpp 457 GOTO_TARGET_DECL(invokeVirtual, bool methodCallRange);
    [all...]
InterpC-armv5te-vfp.cpp 509 GOTO_TARGET_DECL(invokeVirtual, bool methodCallRange);
    [all...]
InterpC-armv5te.cpp 509 GOTO_TARGET_DECL(invokeVirtual, bool methodCallRange);
    [all...]
InterpC-armv7-a-neon.cpp 509 GOTO_TARGET_DECL(invokeVirtual, bool methodCallRange);
    [all...]
  /external/dexmaker/javadoc/
index-all.html 300 <DT><A HREF="./com/google/dexmaker/Code.html#invokeVirtual(com.google.dexmaker.MethodId, com.google.dexmaker.Local, com.google.dexmaker.Local, com.google.dexmaker.Local...)"><B>invokeVirtual(MethodId&lt;D, R&gt;, Local&lt;? super R&gt;, Local&lt;? extends D&gt;, Local&lt;?&gt;...)</B></A> -
    [all...]
  /external/dexmaker/src/main/java/com/google/dexmaker/stock/
ProxyBuilder.java 660 code.invokeVirtual(unboxingMethodFor, localOfMethodReturnType, aBoxedResult);
    [all...]
  /external/javassist/src/main/javassist/bytecode/stackmap/
Tracer.java 618 case Opcode.INVOKEVIRTUAL :
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.objectweb.asm_3.2.0.v200909071300.jar 

Completed in 7027 milliseconds

12 3