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

1 2 3 4 5 6 78 91011>>

  /external/javassist/src/main/javassist/bytecode/
LongVector.java 2 * Javassist, a Java-bytecode translator toolkit.
16 package javassist.bytecode;
SourceFileAttribute.java 2 * Javassist, a Java-bytecode translator toolkit.
16 package javassist.bytecode;
ParameterAnnotationsAttribute.java 2 * Javassist, a Java-bytecode translator toolkit.
16 package javassist.bytecode;
24 import javassist.bytecode.AnnotationsAttribute.Copier;
25 import javassist.bytecode.AnnotationsAttribute.Parser;
26 import javassist.bytecode.AnnotationsAttribute.Renamer;
27 import javassist.bytecode.annotation.*;
LineNumberAttribute.java 2 * Javassist, a Java-bytecode translator toolkit.
16 package javassist.bytecode;
72 * Returns the line number corresponding to the specified bytecode.
126 * bytecode at that index.
170 * Adjusts start_pc if bytecode is inserted in a method body.
  /external/javassist/src/main/javassist/bytecode/analysis/
Subroutine.java 2 * Javassist, a Java-bytecode translator toolkit.
15 package javassist.bytecode.analysis;
Analyzer.java 2 * Javassist, a Java-bytecode translator toolkit.
15 package javassist.bytecode.analysis;
23 import javassist.bytecode.AccessFlag;
24 import javassist.bytecode.BadBytecode;
25 import javassist.bytecode.CodeAttribute;
26 import javassist.bytecode.CodeIterator;
27 import javassist.bytecode.ConstPool;
28 import javassist.bytecode.Descriptor;
29 import javassist.bytecode.ExceptionTable;
30 import javassist.bytecode.MethodInfo
    [all...]
  /external/javassist/src/main/javassist/convert/
TransformAccessArrayField.java 2 * Javassist, a Java-bytecode translator toolkit.
22 import javassist.bytecode.BadBytecode;
23 import javassist.bytecode.CodeIterator;
24 import javassist.bytecode.ConstPool;
25 import javassist.bytecode.Descriptor;
26 import javassist.bytecode.MethodInfo;
27 import javassist.bytecode.analysis.Analyzer;
28 import javassist.bytecode.analysis.Frame;
  /external/javassist/src/main/javassist/tools/
framedump.java 2 * Javassist, a Java-bytecode translator toolkit.
19 import javassist.bytecode.analysis.FramePrinter;
  /external/javassist/src/test/test/javassist/bytecode/analysis/
ErrorFinder.java 1 package test.javassist.bytecode.analysis;
9 import javassist.bytecode.analysis.Analyzer;
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
bytecode.c 2 * Bytecode utility functions
38 #include "bytecode.h"
60 yasm_internal_error(N_("bytecode length cannot be calculated"));
69 yasm_internal_error(N_("bytecode does not have any dependent spans"));
80 yasm_internal_error(N_("bytecode cannot be converted to bytes"));
229 yasm_internal_error(N_("got empty bytecode in yasm_bc_elem_size"));
246 yasm_internal_error(N_("got empty bytecode in yasm_bc_calc_len"));
292 yasm_internal_error(N_("got empty bytecode in yasm_bc_expand"));
338 yasm_internal_error(N_("got empty bytecode in bc_tobytes"));
linemap.h 56 /** Get bytecode and source line information, if any, for a virtual line.
59 * \param bcp pointer to return bytecode into
70 /** Add bytecode and source line information to the current virtual line.
71 * \attention Deletes any existing bytecode and source line information for
74 * \param bc bytecode (if any)
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...]
  /dalvik/dx/src/com/android/dx/cf/code/
ConcreteMethod.java 34 * Container for all the giblets that make up a concrete Java bytecode method.
211 * Gets the bytecode array.
213 * @return {@code non-null;} the bytecode array
248 * given bytecode offset.
250 * @param offset {@code >= 0;} the bytecode offset
  /external/chromium_org/chrome/tools/profile_reset/
jtl_compiler_frontend.cc 87 std::string bytecode; local
90 if (!JtlCompiler::Compile(source_code, hash_seed, &bytecode, &error)) {
104 bytecode.data(),
105 static_cast<int>(bytecode.size()));
106 if (bytes_written != static_cast<int>(bytecode.size())) {
  /frameworks/base/docs/html/sdk/api_diff/11/changes/
pkg_dalvik.bytecode.html 10 dalvik.bytecode
74 Package <A HREF="../../../../reference/dalvik/bytecode/package-summary.html" target="_top"><font size="+1"><code>dalvik.bytecode</code></font></A>
85 <nobr><A HREF="../../../../reference/dalvik/bytecode/OpcodeInfo.html" target="_top"><code>OpcodeInfo</code></A></nobr>
100 <nobr><A HREF="dalvik.bytecode.Opcodes.html"><I>Opcodes</I></A></nobr>
  /external/javassist/
Readme.html 14 <p>Javassist (JAVA programming ASSISTant) makes Java bytecode manipulation
18 bytecode editors, Javassist provides two levels of API: source level
19 and bytecode level. If the users use the source-level API, they can
21 bytecode. The whole API is designed with only the vocabulary of the
22 Java language. You can even specify inserted bytecode in the form of
24 bytecode-level API allows the users to directly edit a class file as
303 <li>Now javassist.bytecode.CodeIterator can insert a gap into
325 <li>A few bugs of javassist.bytecode.analysis have been fixed.
332 <li>javassist.bytecode.analysis was implemented.
417 <li>Annotations enhancements to javassist.bytecode.MethodInfo
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
r600_asm.c 2760 uint32_t *bytecode; local
    [all...]
  /external/mesa3d/src/gallium/drivers/r600/
r600_asm.c 2760 uint32_t *bytecode; local
    [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>.
  /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;
  /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) */

Completed in 2534 milliseconds

1 2 3 4 5 6 78 91011>>