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

<<11121314151617181920>>

  /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.
  /dalvik/vm/compiler/codegen/x86/
AnalysisO1.h 37 //! maximal number of virtual registers per bytecode
41 //! maximal number of temporaries per bytecode
338 extern int num_regs_gen; //per bytecode
339 extern int num_regs_kill; //per 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.
dfg-inline-early-return.js 25 "This tests that an early return in the first basic block does not crash the DFG's bytecode parser whilst inlining."
dfg-side-effect-assignment-osr-exit.js 25 "Tests what happens if we OSR exit on an assignment that was part of a side-effecting bytecode instruction."
function-dot-apply-replace-base-expected.txt 24 This tests that expressions of the form x = x.apply(...) don't break bytecode generation.
function-dot-apply-replace-base.js 25 "This tests that expressions of the form x = x.apply(...) don't break bytecode generation."
ignored-result-null-comparison-crash-expected.txt 24 This tests that bytecode generation doesn't crash on a comparison to null with an ignored result.
ignored-result-null-comparison-crash.js 25 "This tests that bytecode generation doesn't crash on a comparison to null with an ignored result."
ignored-result-ref-crash-expected.txt 24 This tests that bytecode code generation doesn't crash when it encounters odd cases of an ignored result.
ignored-result-ref-crash.js 25 "This tests that bytecode code generation doesn't crash when it encounters odd cases of an ignored result."
  /external/dexmaker/src/dx/java/com/android/dx/io/instructions/
CodeOutput.java 20 * Output stream of code units, for writing out Dalvik bytecode.
  /external/iproute2/include/linux/
inet_diag.h 53 /* Bytecode is sequence of 4 byte commands followed by variable arguments.
  /external/javassist/sample/preproc/
Assistant.java 2 * Javassist, a Java-bytecode translator toolkit.
  /external/javassist/src/main/javassist/bytecode/stackmap/
TypedBlock.java 2 * Javassist, a Java-bytecode translator toolkit.
16 package javassist.bytecode.stackmap;
18 import javassist.bytecode.*;
142 * For example, <code>javassist.bytecode.stackmap.BasicBlock</code>.
  /external/javassist/src/main/javassist/compiler/ast/
ASTree.java 2 * Javassist, a Java-bytecode translator toolkit.

Completed in 2651 milliseconds

<<11121314151617181920>>