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

<<21222324252627282930>>

  /external/proguard/src/proguard/util/
ListMatcher.java 3 * of Java bytecode.
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/bytecode/
RobolectricClassLoader.java 1 package com.xtremelabs.robolectric.bytecode;
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/bytecode/
ClassCacheTest.java 1 package com.xtremelabs.robolectric.bytecode;
CustomRobolectricTestRunnerTest.java 1 package com.xtremelabs.robolectric.bytecode;
  /prebuilts/tools/common/m2/repository/org/ow2/asm/asm/4.0/
asm-4.0.pom 2 ! ASM: a very small and fast Java bytecode manipulation framework
  /prebuilts/tools/common/m2/repository/org/ow2/asm/asm-analysis/4.0/
asm-analysis-4.0.pom 2 ! ASM: a very small and fast Java bytecode manipulation framework
  /prebuilts/tools/common/m2/repository/org/ow2/asm/asm-tree/4.0/
asm-tree-4.0.pom 2 ! ASM: a very small and fast Java bytecode manipulation framework
  /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/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);
  /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;
  /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/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
  /dalvik/vm/compiler/codegen/x86/
Lower.cpp 43 u2* rPC; //PC pointer to bytecode
44 u2 inst; //current bytecode
45 int offsetPC/*offset in bytecode*/, offsetNCG/*byte offset in native code*/;
47 //! map from PC in bytecode to PC in native code
246 \brief for debugging purpose, dump the sequence of native code for each bytecode
278 ALOGI("LOWER bytecode %x size in u2: %d ncg size in byte: %d", i, size_in_u2, stream - tmpStart);
475 //! each bytecode is translated to a sequence of machine codes
482 ALOGI("LOWER bytecode %x at offsetPC %x offsetNCG %x @%p",
949 ALOGE("found bytecode OP_BREAKPOINT");
975 ALOGE("No JIT support for bytecode %x at offsetPC %x"
    [all...]
  /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...]

Completed in 1292 milliseconds

<<21222324252627282930>>