HomeSort by relevance Sort by last modified time
    Searched full:bytecode (Results 76 - 100 of 1412) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/proguard/examples/annotations/src/proguard/annotation/
KeepPublicProtectedClassMembers.java 3 * of Java bytecode.
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/
RobolectricTestRunnerClassLoaderSetup.java 7 import com.xtremelabs.robolectric.bytecode.RobolectricClassLoader;
  /prebuilts/tools/common/proguard/proguard4.7/bin/
proguard.sh 4 # obfuscator, and preverifier for Java bytecode.
retrace.sh 4 # shrinker, optimizer, obfuscator, and preverifier for Java bytecode.
  /prebuilts/tools/common/proguard/proguard4.7/examples/annotations/src/proguard/annotation/
Keep.java 3 * of Java bytecode.
KeepApplication.java 3 * of Java bytecode.
KeepClassMemberNames.java 3 * of Java bytecode.
KeepClassMembers.java 3 * of Java bytecode.
KeepGettersSetters.java 3 * of Java bytecode.
KeepImplementations.java 3 * of Java bytecode.
KeepName.java 3 * of Java bytecode.
KeepPublicClassMemberNames.java 3 * of Java bytecode.
KeepPublicClassMembers.java 3 * of Java bytecode.
KeepPublicGettersSetters.java 3 * of Java bytecode.
KeepPublicImplementations.java 3 * of Java bytecode.
KeepPublicProtectedClassMemberNames.java 3 * of Java bytecode.
KeepPublicProtectedClassMembers.java 3 * of Java bytecode.
  /dalvik/vm/compiler/codegen/x86/
LowerConst.cpp 40 //! LOWER bytecode CONST_STRING without usage of helper function
64 //! lower bytecode CONST_4
74 //! lower bytecode CONST_16
84 //! lower bytecode CONST
95 //! lower bytecode CONST_HIGH16
105 //! lower bytecode CONST_WIDE_16
116 //! lower bytecode CONST_WIDE_32
128 //! lower bytecode CONST_WIDE
142 //! lower bytecode CONST_WIDE_HIGH16
153 //! lower bytecode CONST_STRIN
    [all...]
LowerAlu.cpp 29 //! lower bytecode NEG_INT
41 //! lower bytecode NOT_INT
54 //! lower bytecode NEG_LONG
67 //! lower bytecode NOT_LONG
81 //! lower bytecode NEG_FLOAT
95 //! lower bytecode NEG_DOUBLE
109 //! lower bytecode INT_TO_LONG
122 //! lower bytecode INT_TO_FLOAT
133 //! lower bytecode INT_TO_DOUBLE
144 //! lower bytecode LONG_TO_FLOA
    [all...]
  /external/javassist/src/main/javassist/
CtNewWrappedMethod.java 2 * Javassist, a Java-bytecode translator toolkit.
18 import javassist.bytecode.*;
44 Bytecode code = makeBody(declaring, declaring.getClassFile2(), body,
50 static Bytecode makeBody(CtClass clazz, ClassFile classfile,
58 Bytecode code = new Bytecode(classfile.getConstPool(), 0, 0);
73 Bytecode code)
111 code.addInvokestatic(Bytecode.THIS, bodyname, desc);
113 code.addInvokespecial(Bytecode.THIS, bodyname, desc);
171 static int compileParameterList(Bytecode code
    [all...]
  /external/javassist/src/main/javassist/bytecode/stackmap/
TypeTag.java 2 * Javassist, a Java-bytecode translator toolkit.
16 package javassist.bytecode.stackmap;
18 import javassist.bytecode.StackMapTable;
  /external/javassist/tutorial/
tutorial3.html 15 <a href="#intro">5. Bytecode level API</a>
20 <br><li><a href="#bytecode">Producing a bytecode sequence</a>
34 <h2>5. Bytecode level API</h2>
39 knowledge of the Java bytecode and the class file format
45 <code>javassist.bytecode.ClassFileWriter</code> might provide
47 <code>javassist.bytecode.ClassFile</code> although its API
53 <p>A <code>javassist.bytecode.ClassFile</code> object represents
58 <code>javassist.bytecode.ClassFile</code> directly from a class file.
85 a constructor is regarded as a method at the bytecode level)
    [all...]
  /external/javassist/src/main/javassist/expr/
MethodCall.java 2 * Javassist, a Java-bytecode translator toolkit.
19 import javassist.bytecode.*;
124 * @see javassist.bytecode.Descriptor
171 * Replaces the method call with the bytecode derived from
225 Bytecode bytecode = jc.getBytecode(); local
226 storeStack(params, c == INVOKESTATIC, paramVar, bytecode);
230 bytecode.addConstZero(retType);
231 bytecode.addStore(retVar, retType); // initialize $_
236 bytecode.addLoad(retVar, retType)
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/rop/
ByteBlock.java 24 * Representation of a basic block in a bytecode array.
30 /** {@code >= 0;} bytecode offset (inclusive) of the start of the block */
33 /** {@code > start;} bytecode offset (exclusive) of the end of the block */
46 * @param start {@code >= 0;} bytecode offset (inclusive) of the start
48 * @param end {@code > start;} bytecode offset (exclusive) of the end
110 * Gets the bytecode offset (inclusive) of the start of this block.
119 * Gets the bytecode offset (exclusive) of the end of this block.
  /dalvik/dx/src/com/android/dx/cf/code/
ByteBlock.java 24 * Representation of a basic block in a bytecode array.
30 /** {@code >= 0;} bytecode offset (inclusive) of the start of the block */
33 /** {@code > start;} bytecode offset (exclusive) of the end of the block */
46 * @param start {@code >= 0;} bytecode offset (inclusive) of the start
48 * @param end {@code > start;} bytecode offset (exclusive) of the end
110 * Gets the bytecode offset (inclusive) of the start of this block.
119 * Gets the bytecode offset (exclusive) of the end of this block.

Completed in 242 milliseconds

1 2 34 5 6 7 8 91011>>