/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/ |
section.c | 44 #include "bytecode.h" 331 /* Initialize bytecodes with one empty bytecode (acts as "prior" for first 332 * real bytecode in section. 517 /* Skip our locally created empty bytecode first. */ 628 /* Skip our locally created empty bytecode first. */ 716 fprintf(f, "%*sNext Bytecode:\n", indent_level+1, ""); 749 * - Associated bytecode (bytecode that depends on the span length) 755 * - Span ID (unique within each bytecode) 759 * Some portions are critical values that must not depend on any bytecode [all...] |
Makefile.inc | 8 libyasm_a_SOURCES += libyasm/bytecode.c 53 modinclude_HEADERS += libyasm/bytecode.h
|
bc-org.c | 2 * ORG bytecode 38 #include "bytecode.h"
|
bc-reserve.c | 2 * Bytecode utility functions 37 #include "bytecode.h"
|
/external/mockito/cglib-and-asm/src/org/mockito/asm/ |
Label.java | 2 * ASM: a very small and fast Java bytecode manipulation framework
33 * A label represents a position in the bytecode of a method. Labels are used
141 * position of the first byte of the bytecode instruction that contains the
145 * gives the position of the bytecode instruction. This array is also used
216 * does not contain successive labels that denote the same bytecode position
253 * from the start of the method's bytecode. <i>This method is intended for
268 * Puts a reference to this label in the bytecode of a method. If the
274 * @param out the bytecode of the method.
275 * @param source the position of first byte of the bytecode instruction that
339 * when this label is added to the bytecode of the method, i.e. when its [all...] |
/dalvik/opcode-gen/ |
README.txt | 23 * Update the file bytecode.txt, in this directory. 55 * Update the file bytecode.txt, and run regen-all, as per above.
|
/external/chromium_org/third_party/freetype/include/freetype/ |
ftgasp.h | 47 * bytecode interpreter to duplicate the Windows text rendering results. 66 * This *really* means TrueType bytecode interpretation. If this bit
|
/external/emma/core/java12/com/vladium/jcd/cls/attribute/ |
IExceptionHandlerTable.java | 61 * with method's bytecode and the class's constant pool. 71 * in 'exception' will eventually be consistent with method's bytecode and
|
/external/freetype/include/ |
ftgasp.h | 47 * bytecode interpreter to duplicate the Windows text rendering results. 66 * This *really* means TrueType bytecode interpretation. If this bit
|
/external/javassist/src/main/javassist/bytecode/ |
EnclosingMethodAttribute.java | 2 * Javassist, a Java-bytecode translator toolkit. 16 package javassist.bytecode;
|
/external/javassist/src/main/javassist/convert/ |
TransformCall.java | 2 * Javassist, a Java-bytecode translator toolkit. 23 import javassist.bytecode.*;
|
/external/pdfium/core/include/thirdparties/freetype/freetype/ |
ftgasp.h | 47 * bytecode interpreter to duplicate the Windows text rendering results. 66 * This *really* means TrueType bytecode interpretation. If this bit
|
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/ |
ftgasp.h | 47 * bytecode interpreter to duplicate the Windows text rendering results. 66 * This *really* means TrueType bytecode interpretation. If this bit
|
/external/proguard/docs/ |
FAQ.html | 61 Java source code (.java files) is typically compiled to bytecode (.class 62 files). Bytecode is more compact than Java source code, but it may still 64 Shrinking programs such as <b>ProGuard</b> can analyze bytecode and remove 70 By default, compiled bytecode still contains a lot of debugging information: 73 the bytecode and reverse-engineer entire programs. Sometimes, this is not 96 <b>ProGuard</b> can also perform optimizations at the bytecode level, inside 124 At the very least, your bytecode may become a bit smaller. 245 bytecode, in an attempt to fool decompilers. <b>ProGuard</b> does not do this,
|
/prebuilts/tools/common/proguard/proguard4.7/docs/ |
FAQ.html | 59 Java source code (.java files) is typically compiled to bytecode (.class 60 files). Bytecode is more compact than Java source code, but it may still 62 Shrinking programs such as <b>ProGuard</b> can analyze bytecode and remove 68 By default, compiled bytecode still contains a lot of debugging information: 71 the bytecode and reverse-engineer entire programs. Sometimes, this is not 94 <b>ProGuard</b> can also perform optimizations at the bytecode level, inside 122 At the very least, your bytecode may become a bit smaller. 217 bytecode, in an attempt to fool decompilers. <b>ProGuard</b> does not do this,
|
/dalvik/dx/src/com/android/dx/io/instructions/ |
CodeOutput.java | 20 * Output stream of code units, for writing out Dalvik bytecode.
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/ |
r600_shader.h | 56 /* Real number of ps color exports compiled in the bytecode */
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/lc3b/ |
lc3bbc.c | 2 * LC-3b bytecode utility functions 34 /* Bytecode callback function prototypes */ 50 /* Bytecode callback structures */ 212 /* Adjust relative displacement to end of bytecode */
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/ |
dwarf2-dbgfmt.c | 41 /* Bytecode callback function prototypes */ 52 /* Bytecode callback structures */ 136 /* Add a bytecode to a section, updating offset on insertion; 244 yasm_internal_error(N_("tried to calc_len a dwarf2 head bytecode"));
|
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/ |
symrec.pxi | 79 return None #Bytecode(bc) 121 cdef class Bytecode 209 if not isinstance(precbc, Bytecode): 212 (<Bytecode>precbc).bc, in_table, line))
|
/external/chromium_org/ui/gfx/ |
font_render_params_linux.h | 41 // Should FreeType's autohinter be used (as opposed to Freetype's bytecode
|
/external/chromium_org/v8/test/webkit/ |
codegen-assign-nontemporary-as-rexp-expected.txt | 24 Tests whether bytecode codegen properly handles assignment as righthand expression.
|
codegen-assign-nontemporary-as-rexp.js | 25 'Tests whether bytecode codegen properly handles assignment as righthand expression.'
|
codegen-peephole-locals-expected.txt | 24 Tests whether peephole optimizations on bytecode properly deal with local registers.
|
dfg-inline-early-return-expected.txt | 24 This tests that an early return in the first basic block does not crash the DFG's bytecode parser whilst inlining.
|