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

<<21222324252627282930>>

  /dalvik/dx/src/com/android/dx/dex/cf/
CodeStatistics.java 65 /** running sum of original class bytecode bytes */
76 * Updates the number of original bytecode bytes processed.
168 out.printf("Original bytecode byte count: %d\n",
  /docs/source.android.com/src/devices/tech/
index.jd 41 compiled, optimized bytecode virtual machine. Android applications are
42 compiled to Dalvik bytecode and run on the Dalvik VM. This section includes
43 detailed information such as the Dalvik bytecode format specification,
  /external/chromium_org/third_party/skia/include/core/
SkFont.h 78 * If both bytecode and auto hints are specified, attempt to use the bytecodes first.
85 * If both bytecode and auto hints are specified, attempt to use the bytecodes first;
92 * If either auto or bytecode hinting was used, apply those results to the metrics of the
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/
yasm.pyx 34 Bytecode objects encapsulate data or code objects such as data, reserve,
38 name, any Bytecode objects contained within that section, and other
120 include "bytecode.pxi"
  /external/javassist/src/main/javassist/
Modifier.java 2 * Javassist, a Java-bytecode translator toolkit.
18 import javassist.bytecode.AccessFlag;
23 * to the corresponding values in <code>javassist.bytecode.AccessFlag</code>.
CtNewConstructor.java 2 * Javassist, a Java-bytecode translator toolkit.
18 import javassist.bytecode.*;
141 Bytecode code = new Bytecode(cp, 1, 1);
151 code.add(Bytecode.RETURN);
CtConstructor.java 2 * Javassist, a Java-bytecode translator toolkit.
18 import javassist.bytecode.*;
239 * Inserts bytecode just after another constructor in the super class
243 * @param src the source code representing the inserted bytecode.
254 Bytecode b = new Bytecode(methodInfo.getConstPool(),
  /external/mockito/cglib-and-asm/src/org/mockito/asm/
package.html 3 * ASM: a very small and fast Java bytecode manipulation framework
32 Provides a small and fast bytecode manipulation framework.
39 one to visit the fields and methods of a class, including the bytecode
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/
InstrumentDetectorTest.java 4 import com.xtremelabs.robolectric.bytecode.ClassHandler;
5 import com.xtremelabs.robolectric.bytecode.RobolectricClassLoader;
6 import com.xtremelabs.robolectric.bytecode.ShadowWrangler;
  /external/skia/include/core/
SkFont.h 78 * If both bytecode and auto hints are specified, attempt to use the bytecodes first.
85 * If both bytecode and auto hints are specified, attempt to use the bytecodes first;
92 * If either auto or bytecode hinting was used, apply those results to the metrics of the
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
py_compile.py 72 """Byte-compile one Python source file to Python bytecode.
91 it is loaded, and if it can, writes out the bytecode to the
135 not specified) are compiled and the resulting bytecode is cached
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
py_compile.py 72 """Byte-compile one Python source file to Python bytecode.
91 it is loaded, and if it can, writes out the bytecode to the
135 not specified) are compiled and the resulting bytecode is cached
  /dalvik/dx/src/com/android/dx/rop/
package-info.java 61 * label value is typically derived from a bytecode address from the source
62 * bytecode. Blocks that don't originate directly from source bytecode have
138 * during conversion to dex bytecode, an exception will be thrown.
160 * parameter assignments to align with the dex bytecode calling conventions.
  /external/javassist/src/main/javassist/bytecode/stackmap/
BasicBlock.java 2 * Javassist, a Java-bytecode translator toolkit.
16 package javassist.bytecode.stackmap;
18 import javassist.bytecode.*;
23 * A basic block is a sequence of bytecode that does not contain jump/branch
24 * instructions except at the last bytecode.
TypeData.java 2 * Javassist, a Java-bytecode translator toolkit.
16 package javassist.bytecode.stackmap;
21 import javassist.bytecode.ConstPool;
22 import javassist.bytecode.StackMapTable;
23 import javassist.bytecode.BadBytecode;
  /frameworks/base/docs/html/sdk/api_diff/11/changes/
fields_index_additions.html     [all...]
  /external/chromium_org/third_party/freetype/include/freetype/
ftmodapi.h 560 * TrueType bytecode support.
564 * bytecode support compiled in this version of the library.
575 * A list of values describing which kind of TrueType bytecode
581 * The library doesn't implement any kind of bytecode interpreter.
584 * The library implements a bytecode interpreter that doesn't
588 * scale glyph components with bytecode instructions. It produces
592 * The library implements a bytecode interpreter that covers
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
coretype.h 92 /** Bytecode. \see bytecode.h for details and related functions. */
150 * address of the bytecode containing this value. Boolean.
168 * section start of the bytecode containing this value. E.g. the value
264 * of the bytecode (needed for relative)
265 * \param bc current bytecode (usually passed into higher-level
281 * \param bc current bytecode (usually passed into higher-level
expr.h 49 YASM_EXPR_PRECBC = 1<<5,/**< Direct bytecode ref (rather than via sym) */
59 yasm_bytecode *precbc; /**< Direct bytecode ref (YASM_EXPR_PRECBC) */
94 /** Create a new preceding-bytecode expression item.
95 * \param precbc preceding bytecode
364 * \param callback callback function: given subst index for bytecode
365 * pair, bytecode pair (bc2-bc1), and cbd (callback data)
  /external/freetype/include/
ftmodapi.h 560 * TrueType bytecode support.
564 * bytecode support compiled in this version of the library.
575 * A list of values describing which kind of TrueType bytecode
581 * The library doesn't implement any kind of bytecode interpreter.
584 * The library implements a bytecode interpreter that doesn't
588 * scale glyph components with bytecode instructions. It produces
592 * The library implements a bytecode interpreter that covers
  /external/pdfium/core/include/thirdparties/freetype/freetype/
ftmodapi.h 560 * TrueType bytecode support.
564 * bytecode support compiled in this version of the library.
575 * A list of values describing which kind of TrueType bytecode
581 * The library doesn't implement any kind of bytecode interpreter.
584 * The library implements a bytecode interpreter that doesn't
588 * scale glyph components with bytecode instructions. It produces
592 * The library implements a bytecode interpreter that covers
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/
ftmodapi.h 560 * TrueType bytecode support.
564 * bytecode support compiled in this version of the library.
575 * A list of values describing which kind of TrueType bytecode
581 * The library doesn't implement any kind of bytecode interpreter.
584 * The library implements a bytecode interpreter that doesn't
588 * scale glyph components with bytecode instructions. It produces
592 * The library implements a bytecode interpreter that covers
  /external/javassist/src/main/javassist/bytecode/analysis/
Executor.java 2 * Javassist, a Java-bytecode translator toolkit.
15 package javassist.bytecode.analysis;
20 import javassist.bytecode.BadBytecode;
21 import javassist.bytecode.CodeIterator;
22 import javassist.bytecode.ConstPool;
23 import javassist.bytecode.Descriptor;
24 import javassist.bytecode.MethodInfo;
25 import javassist.bytecode.Opcode;
64 * @throws BadBytecode if the bytecode violates the jvm spec
685 // blah[3] = new Integer(); // compiler doesnt catch it (has legal bytecode),
    [all...]
  /external/javassist/src/main/javassist/bytecode/
StackMap.java 2 * Javassist, a Java-bytecode translator toolkit.
16 package javassist.bytecode;
24 import javassist.bytecode.StackMapTable.InsertLocal;
25 import javassist.bytecode.StackMapTable.NewRemover;
26 import javassist.bytecode.StackMapTable.Shifter;
500 // see javassist.bytecode.stackmap.MapMaker
  /external/chromium_org/third_party/ots/src/
glyf.cc 117 // enqueue two vectors: the glyph data up to the bytecode length, then
246 // this is a simple glyph and might contain bytecode
252 // it's a composite glyph without any bytecode. Enqueue the whole thing

Completed in 1109 milliseconds

<<21222324252627282930>>