HomeSort by relevance Sort by last modified time
    Searched full:bytecode (Results 151 - 175 of 786) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/proguard/src/proguard/util/
SettableMatcher.java 3 * of Java bytecode.
StringMatcher.java 3 * of Java bytecode.
StringParser.java 3 * of Java bytecode.
  /frameworks/base/docs/html/sdk/api_diff/8/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="dalvik.bytecode.Opcodes.html"><I>Opcodes</I></A></nobr>
fields_index_all.html     [all...]
  /prebuilt/common/asm/
LICENSE.txt 2 ASM: a very small and fast Java bytecode manipulation framework
  /external/webkit/JavaScriptCore/
Android.mk 31 bytecode/CodeBlock.cpp \
32 bytecode/JumpTable.cpp \
33 bytecode/Opcode.cpp \
34 bytecode/SamplingTool.cpp \
35 bytecode/StructureStubInfo.cpp \
GNUmakefile.am 6 -I$(srcdir)/JavaScriptCore/bytecode \
94 JavaScriptCore/bytecode/StructureStubInfo.cpp \
95 JavaScriptCore/bytecode/StructureStubInfo.h \
96 JavaScriptCore/bytecode/CodeBlock.cpp \
97 JavaScriptCore/bytecode/CodeBlock.h \
98 JavaScriptCore/bytecode/JumpTable.cpp \
99 JavaScriptCore/bytecode/JumpTable.h \
100 JavaScriptCore/bytecode/EvalCodeCache.h \
101 JavaScriptCore/bytecode/Instruction.h \
105 JavaScriptCore/bytecode/Opcode.cpp
    [all...]
  /dalvik/docs/
dexopt.html 19 <li>Class data, notably bytecode, must be shared between multiple
29 <li>Bytecode verification is necessary, but slow, so we want to verify
31 <li>Bytecode optimization (quickened instructions, method pruning) is
41 pieces). On the other hand, having the bytecode on the local heap makes
52 <li>Bytecode verification is mandatory for all classes, but we want
54 <li>Optimizations that require rewriting bytecode must be done ahead
70 The bytecode cannot be memory-mapped and executed directly from the zip
167 The bytecode verification process involves scanning through the instructions
172 <a href="verifier.html">Dalvik Bytecode Verifier Notes</a> for more
190 <a href="verifier.html">Dalvik Bytecode Verifier Notes</a> documen
    [all...]
debugger.html 19 relies on bytecode insertion, something the Dalvik VM does not currently
59 for all bytecode, which made it necessary to scan for breakpoints by
73 bytecode and lists describing which registers are used to hold method
75 When <code>dx</code> converts Java bytecode to Dalvik bytecode, it must
81 Dalvik bytecode if the values are never used or no longer needed.
205 The translation from Java bytecode to Dalvik bytecode may result in
214 The Dalvik bytecode uses a common <code>return</code> instruction for both
  /cts/tools/dx-tests/
dx-tests.html 21 only limited bytecode verification capabilities, but the combination of DX
22 and the Dalvik VM is supposed to perform bytecode verification equivalent
  /dalvik/dx/etc/
opcode-gen 54 bytecodeFile="$progdir/bytecode.txt"
122 print "trouble reading bytecode file";
  /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/proguard/docs/
FAQ.html 46 Java source code (.java files) is typically compiled to bytecode (.class
47 files). Bytecode is more compact than Java source code, but it may still
49 Shrinking programs such as <b>ProGuard</b> can analyze bytecode and remove
56 By default, compiled bytecode still contains a lot of debugging information:
59 the bytecode and reverse-engineer entire programs. Sometimes, this is not
84 <b>ProGuard</b> can also perform optimizations at the bytecode level, inside
112 At the very least, your bytecode may become a bit smaller.
216 bytecode, in an attempt to fool decompilers. <b>ProGuard</b> does not do this,
index.html 56 can then optimize bytecode and remove unused instructions. Finally, it can
  /dalvik/docs/opcodes/
opcode-11-return-object.html 76 Execution continues at the bytecode instruction immediately following
  /external/proguard/src/proguard/
ClassPath.java 3 * of Java bytecode.
DuplicateClassPrinter.java 3 * of Java bytecode.
FileWordReader.java 3 * of Java bytecode.
  /external/proguard/src/proguard/ant/
ConfigurationElement.java 3 * of Java bytecode.
KeepSpecificationElement.java 3 * of Java bytecode.
  /external/proguard/src/proguard/classfile/
LibraryField.java 3 * of Java bytecode.
LibraryMember.java 3 * of Java bytecode.
LibraryMethod.java 3 * of Java bytecode.
ProgramField.java 3 * of Java bytecode.

Completed in 673 milliseconds

1 2 3 4 5 67 8 91011>>