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

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
section.h 305 /** Get the first bytecode in a section.
307 * \return First bytecode in section (at least one empty bytecode is always
313 /** Get the last bytecode in a section.
315 * \return Last bytecode in section (at least one empty bytecode is always
321 /** Add bytecode to the end of a section.
326 * \param bc bytecode (may be NULL)
327 * \return If bytecode was actually appended (it wasn't NULL or empty), the
328 * bytecode; otherwise NULL
    [all...]
  /external/clang/www/demo/
DemoInfo.html 63 <h2><a name="bcanalyzer">Analyze generated bytecode</a></h2>
68 on the generated bytecode, which introspects into the format of the .bc file
77 on the generated bytecode, which auto generates the C++ API calls that could
  /external/javassist/src/main/javassist/
CtNewMethod.java 2 * Javassist, a Java-bytecode translator toolkit.
18 import javassist.bytecode.*;
231 Bytecode code = new Bytecode(cp, 2, 1);
236 code.addGetfield(Bytecode.THIS, fieldName, fieldType);
239 code.addGetstatic(Bytecode.THIS, fieldName, fieldType);
272 Bytecode code = new Bytecode(cp, 3, 3);
278 code.addPutfield(Bytecode.THIS, fieldName, fieldType);
282 code.addPutstatic(Bytecode.THIS, fieldName, fieldType)
    [all...]
CtPrimitiveType.java 2 * Javassist, a Java-bytecode translator toolkit.
93 * <code>javassit.bytecode.Opcode.IRETURN</code>.
101 * <code>javassit.bytecode.Opcode.T_INT</code>.
CannotCompileException.java 2 * Javassist, a Java-bytecode translator toolkit.
21 * Thrown when bytecode transformation has failed.
CtNewClass.java 2 * Javassist, a Java-bytecode translator toolkit.
20 import javassist.bytecode.ClassFile;
CtClassType.java 2 * Javassist, a Java-bytecode translator toolkit.
33 import javassist.bytecode.AccessFlag;
34 import javassist.bytecode.AttributeInfo;
35 import javassist.bytecode.AnnotationsAttribute;
36 import javassist.bytecode.BadBytecode;
37 import javassist.bytecode.Bytecode;
38 import javassist.bytecode.ClassFile;
39 import javassist.bytecode.CodeAttribute;
40 import javassist.bytecode.ConstantAttribute
    [all...]
  /external/javassist/src/main/javassist/bytecode/annotation/
ArrayMemberValue.java 2 * Javassist, a Java-bytecode translator toolkit.
15 package javassist.bytecode.annotation;
18 import javassist.bytecode.ConstPool;
AnnotationsWriter.java 2 * Javassist, a Java-bytecode translator toolkit.
16 package javassist.bytecode.annotation;
20 import javassist.bytecode.ByteArray;
21 import javassist.bytecode.ConstPool;
56 * @see javassist.bytecode.AnnotationsAttribute
57 * @see javassist.bytecode.ParameterAnnotationsAttribute
  /external/llvm/tools/llvm-c-test/
main.c 25 fprintf(stderr, " Read bytecode from stdin - print disassembly\n\n");
28 " Read bytecode from stdin - list summary of functions\n\n");
30 fprintf(stderr, " Read bytecode from stdin - list summary of globals\n\n");
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
code.h 1 /* Definitions for bytecode */
9 /* Bytecode object */
80 /* Return the line number associated with the specified bytecode index
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
code.h 1 /* Definitions for bytecode */
9 /* Bytecode object */
80 /* Return the line number associated with the specified bytecode index
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/listfmts/nasm/
nasm-listfmt.c 35 * This should not be an issue, as program source order == section bytecode
36 * order, so unless the object formats are very obtuse with their bytecode
53 unsigned long offset; /* start of reloc from start of bytecode */
167 /* get the next relocation for the bytecode's section */
211 /* convert bytecode into bytes, recording relocs along the
269 /* delete bcrelocs (newly generated next bytecode if any) */
  /dalvik/opcode-gen/
regen-all 48 ../libcore/dalvik/src/main/java/dalvik/bytecode/OpcodeInfo.java
50 ../libcore/dalvik/src/main/java/dalvik/bytecode/Opcodes.java
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/
value.pxi 52 elif isinstance(precbc, Bytecode):
53 return yasm_value_finalize(&self.value, (<Bytecode>precbc).bc)
  /external/javassist/src/main/javassist/bytecode/
ByteArray.java 2 * Javassist, a Java-bytecode translator toolkit.
16 package javassist.bytecode;
  /external/javassist/src/main/javassist/bytecode/analysis/
MultiArrayType.java 2 * Javassist, a Java-bytecode translator toolkit.
15 package javassist.bytecode.analysis;
  /external/javassist/src/main/javassist/convert/
TransformFieldAccess.java 2 * Javassist, a Java-bytecode translator toolkit.
18 import javassist.bytecode.*;
TransformNew.java 2 * Javassist, a Java-bytecode translator toolkit.
18 import javassist.bytecode.*;
TransformNewClass.java 2 * Javassist, a Java-bytecode translator toolkit.
18 import javassist.bytecode.*;
TransformReadField.java 2 * Javassist, a Java-bytecode translator toolkit.
18 import javassist.bytecode.*;
TransformWriteField.java 2 * Javassist, a Java-bytecode translator toolkit.
20 import javassist.bytecode.*;
  /external/mockito/cglib-and-asm/src/org/mockito/asm/tree/analysis/
package.html 3 * ASM: a very small and fast Java bytecode manipulation framework
42 ClassReader cr = new ClassReader(bytecode);
  /external/proguard/src/proguard/classfile/attribute/preverification/
StackMapFrame.java 3 * of Java bytecode.
54 * Returns the bytecode offset delta relative to the previous stack map
  /frameworks/base/docs/html/sdk/api_diff/11/changes/
fields_index_all.html     [all...]

Completed in 469 milliseconds

1 2 3 4 5 6 7 891011>>