/prebuilts/python/linux-x86/2.7.5/lib/python2.7/config/ |
Makefile | 781 # elsewhere caused bytecode read from .pyc files to behave differently 782 # than bytecode generated directly from a .py source file. Sometimes 783 # the bytecode read from a .pyc file had the bug, sometimes the directly 784 # generated bytecode. This is sometimes a very shy bug needing a lot of [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/json/ |
encoder.py | 274 ## HACK: hand-optimized bytecode; turn globals into locals
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_pydoc.py | 195 # do not write bytecode files to avoid caching errors
|
/prebuilts/python/linux-x86/2.7.5/share/man/man1/ |
python.1 | 150 compiled (bytecode) files from
|
python2.1 | 150 compiled (bytecode) files from
|
python2.7.1 | 150 compiled (bytecode) files from
|
/prebuilts/tools/windows/swt/ |
about.html | 44 <p>The following files in both the plug-in JAR and the src.zip shall be defined respectively as the bytecode and source code portions of the Mozilla Binding:</p>
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/ |
ExportHelper.java | 181 // Step 2. Convert the byte code to Dalvik bytecode
|
/art/compiler/dex/ |
mir_dataflow.cc | 24 * Main table containing data flow attributes for each bytecode. The 25 * first kNumPackedOpcodes entries are for Dalvik bytecode [all...] |
/dalvik/vm/analysis/ |
Optimize.cpp | 18 * Perform some simple bytecode optimizations, chiefly "quickening" of 376 * bytecode form (e.g. 0x08ff). [all...] |
DexPrepare.cpp | 593 * class verification, and bytecode optimization are all performed 848 * Create a data structure for use by the bytecode optimizer. [all...] |
/dalvik/vm/mterp/x86/ |
footer.S | 259 rPC points to the next bytecode */ 788 # Because we call into this helper from a bytecode, we have [all...] |
/external/bison/m4/ |
javacomp.m4 | 11 # according to source-version to be compiled to Java bytecode classes in the 154 dnl bytecode, which crashes with a VerifyError when executed by Sun Java
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/codeview/ |
cv-type.c | 479 /* Bytecode callback function prototypes */ 489 /* Bytecode callback structures */ [all...] |
/external/robolectric/src/main/java/com/xtremelabs/robolectric/ |
Robolectric.java | 68 import com.xtremelabs.robolectric.bytecode.RobolectricInternals; 69 import com.xtremelabs.robolectric.bytecode.ShadowWrangler; [all...] |
/frameworks/base/docs/html/sdk/api_diff/8/changes/ |
fields_index_additions.html | [all...] |
/dalvik/vm/compiler/codegen/x86/ |
BytecodeVisitor.cpp | 19 \brief This file implements visitors of the bytecode 26 //! Returns size of the current bytecode in u2 unit 526 //! check whether the current bytecode generates a const 529 //! if a bytecode uses vA (const), and updates vA to non const, getConstInfo will return false and update constWorklist to make sure when lowering the bytecode, vA is treated as constant 997 //TODO bytecode is not going to update state registers [all...] |
CodegenInterface.cpp | 630 data 0xb23a //bytecode address: 0x5115b23a [all...] |
/docs/source.android.com/src/devices/tech/dalvik/ |
dex-format.jd | [all...] |
dalvik-bytecode.jd | 1 page.title=Bytecode for the Dalvik VM 81 instructions must be located on even-numbered bytecode offsets (that is, 149 document</a> for more details about where the bytecode fits into [all...] |
/external/llvm/ |
Makefile.rules | 22 RecursiveTargets := all clean clean-all install uninstall install-bytecode \ 26 install-bytecode-local 258 install-bytecode:: install-bytecode-local 887 install-bytecode :: $(addsuffix /.makeinstall-bytecode,$(PARALLEL_DIRS)) [all...] |
/external/llvm/projects/sample/ |
Makefile.llvm.rules | 22 RecursiveTargets := all clean clean-all install uninstall install-bytecode \ 26 install-bytecode-local 191 install-bytecode:: install-bytecode-local 815 install-bytecode :: $(addsuffix /.makeinstall-bytecode,$(PARALLEL_DIRS)) [all...] |
/frameworks/base/docs/html/sdk/api_diff/9/ |
user_comments_for_8_to_9.xml | [all...] |
/dalvik/docs/ |
debugmon.html | 85 tools with Dalvik. JVMTI relies on bytecode insertion, which is not 86 currently possible because Dalvik doesn't support Java bytecode.
|
/dalvik/vm/compiler/ |
Dataflow.cpp | 23 * Main table containing data flow attributes for each bytecode. The 24 * first kNumPackedOpcodes entries are for Dalvik bytecode [all...] |