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

1 2 34 5 6 7 8 91011>>

  /prebuilts/tools/common/proguard/proguard4.7/examples/annotations/src/proguard/annotation/
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.
  /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/mockito/cglib-and-asm/src/org/mockito/asm/tree/analysis/
Interpreter.java 2 * ASM: a very small and fast Java bytecode manipulation framework
38 * A semantic bytecode interpreter. More precisely, this interpreter only
41 * This separation allows a generic bytecode {@link Analyzer} to work with
64 * Interprets a bytecode instruction without arguments. This method is
71 * @param insn the bytecode instruction to be interpreted.
78 * Interprets a bytecode instruction that moves a value on the stack or to
84 * @param insn the bytecode instruction to be interpreted.
94 * Interprets a bytecode instruction with a single argument. This method is
103 * @param insn the bytecode instruction to be interpreted.
112 * Interprets a bytecode instruction with two arguments. This method is
    [all...]
  /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.
  /external/javassist/src/main/javassist/bytecode/
AnnotationDefaultAttribute.java 2 * Javassist, a Java-bytecode translator toolkit.
16 package javassist.bytecode;
19 import javassist.bytecode.annotation.AnnotationsWriter;
20 import javassist.bytecode.annotation.MemberValue;
62 * @see javassist.bytecode.annotation.MemberValue
88 * @see #setDefaultValue(javassist.bytecode.annotation.MemberValue)
136 * @see javassist.bytecode.annotation.Annotation#createMemberValue(ConstPool, CtClass)
  /external/javassist/src/main/javassist/compiler/
AccessorMaker.java 2 * Javassist, a Java-bytecode translator toolkit.
19 import javassist.bytecode.*;
61 Bytecode code = new Bytecode(cp);
121 Bytecode code = new Bytecode(cp);
173 Bytecode code = new Bytecode(cp);
175 code.addGetstatic(Bytecode.THIS, fieldName, fieldType);
179 code.addGetfield(Bytecode.THIS, fieldName, fieldType)
    [all...]
Javac.java 2 * Javassist, a Java-bytecode translator toolkit.
27 import javassist.bytecode.Bytecode;
28 import javassist.bytecode.CodeAttribute;
29 import javassist.bytecode.LocalVariableAttribute;
30 import javassist.bytecode.BadBytecode;
31 import javassist.bytecode.Opcode;
39 private Bytecode bytecode; field in class:Javac
52 this(new Bytecode(thisClass.getClassFile2().getConstPool(), 0, 0)
    [all...]
  /external/mockito/cglib-and-asm/src/org/mockito/asm/util/
TraceAbstractVisitor.java 2 * ASM: a very small and fast Java bytecode manipulation framework
44 * type names in bytecode notation.
50 * descriptors, formatted in bytecode notation
56 * signatures, formatted in bytecode notation
62 * descriptors, formatted in bytecode notation
68 * signatures, formatted in bytecode notation
74 * signatures, formatted in bytecode notation
81 * (non-bytecode)
87 * signatures, formatted in default Java notation (non-bytecode)
93 * parameter signatures, formatted in default Java notation (non-bytecode)
    [all...]
  /frameworks/base/docs/html/sdk/api_diff/11/changes/
fields_index_changes.html 148 <nobr><A HREF="dalvik.bytecode.Opcodes.html#dalvik.bytecode.Opcodes.OP_BREAKPOINT" class="hiddenlink" target="rightframe">OP_BREAKPOINT</A>
150 <nobr><A HREF="dalvik.bytecode.Opcodes.html#dalvik.bytecode.Opcodes.OP_EXECUTE_INLINE" class="hiddenlink" target="rightframe">OP_EXECUTE_INLINE</A>
152 <nobr><A HREF="dalvik.bytecode.Opcodes.html#dalvik.bytecode.Opcodes.OP_EXECUTE_INLINE_RANGE" class="hiddenlink" target="rightframe">OP_EXECUTE_INLINE_RANGE</A>
154 <nobr><A HREF="dalvik.bytecode.Opcodes.html#dalvik.bytecode.Opcodes.OP_IGET_OBJECT_QUICK" class="hiddenlink" target="rightframe">OP_IGET_OBJECT_QUICK</A>
156 <nobr><A HREF="dalvik.bytecode.Opcodes.html#dalvik.bytecode.Opcodes.OP_IGET_QUICK" class="hiddenlink" target="rightframe">OP_IGET_QUICK</A
    [all...]
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d11/
renderer11_utils.h 116 inline ID3D11VertexShader *CompileVS(ID3D11Device *device, const BYTE (&byteCode)[N], const char *name)
119 HRESULT result = device->CreateVertexShader(byteCode, N, NULL, &vs);
127 inline ID3D11GeometryShader *CompileGS(ID3D11Device *device, const BYTE (&byteCode)[N], const char *name)
130 HRESULT result = device->CreateGeometryShader(byteCode, N, NULL, &gs);
138 inline ID3D11PixelShader *CompilePS(ID3D11Device *device, const BYTE (&byteCode)[N], const char *name)
141 HRESULT result = device->CreatePixelShader(byteCode, N, NULL, &ps);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
r700_asm.c 26 void r700_bytecode_cf_vtx_build(uint32_t *bytecode, const struct r600_bytecode_cf *cf)
29 *bytecode++ = S_SQ_CF_WORD0_ADDR(cf->addr >> 1);
30 *bytecode++ = cf->inst |
38 bc->bytecode[id++] = S_SQ_ALU_WORD0_SRC0_SEL(alu->src[0].sel) |
51 bc->bytecode[id++] = S_SQ_ALU_WORD1_DST_GPR(alu->dst.sel) |
62 bc->bytecode[id++] = S_SQ_ALU_WORD1_DST_GPR(alu->dst.sel) |
  /external/llvm/docs/HistoricalNotes/
2000-12-06-MeetingSummary.txt 4 We met to discuss the LLVM instruction format and bytecode representation:
20 bytecode would have to parse and handle it. This would slow down the
38 1. Including dominator information in the LLVM bytecode
42 in the LLVM bytecode program. Basic blocks could be numbered according
43 to the order of occurrence in the bytecode representation.
66 runtime to skip information that it didn't understand in a bytecode
  /external/mesa3d/src/gallium/drivers/r600/
r700_asm.c 26 void r700_bytecode_cf_vtx_build(uint32_t *bytecode, const struct r600_bytecode_cf *cf)
29 *bytecode++ = S_SQ_CF_WORD0_ADDR(cf->addr >> 1);
30 *bytecode++ = cf->inst |
38 bc->bytecode[id++] = S_SQ_ALU_WORD0_SRC0_SEL(alu->src[0].sel) |
51 bc->bytecode[id++] = S_SQ_ALU_WORD1_DST_GPR(alu->dst.sel) |
62 bc->bytecode[id++] = S_SQ_ALU_WORD1_DST_GPR(alu->dst.sel) |

Completed in 353 milliseconds

1 2 34 5 6 7 8 91011>>