/external/proguard/src/proguard/optimize/peephole/ |
InstructionSequenceReplacer.java | 3 * of Java bytecode.
|
/external/proguard/src/proguard/shrink/ |
AnnotationUsageMarker.java | 3 * of Java bytecode.
|
/frameworks/base/docs/html/guide/topics/renderscript/ |
advanced.jd | 62 is compiled to intermediate bytecode by the 64 runs on a device, the bytecode is then compiled (just-in-time) to machine code by another 67 recompile the bytecode.</p> 609 //create an instance of the RenderScript, pointing it to the bytecode resource
|
/prebuilts/tools/common/proguard/proguard4.7/docs/ |
results.html | 25 <b>ProGuard</b> successfully processes any Java bytecode, ranging from small
|
/dalvik/docs/ |
java-bytecode.html | 6 <title>Java Bytecode At A Glance</title> 7 <link rel="stylesheet" href="java-bytecode.css"> 12 <h1>Java Bytecode At A Glance</h1>
|
/docs/source.android.com/src/devices/tech/dalvik/ |
instruction-formats.jd | 23 <p>This document lists the instruction formats used by Dalvik bytecode 25 <a href="dalvik-bytecode.html">bytecode reference document</a>.</p>
|
dex-format.css | 319 /* for the debug bytecode table */
|
/external/chromium_org/chrome/browser/profile_resetter/ |
jtl_interpreter_unittest.cc | 36 std::string bytecode; local 38 bytecode.push_back(static_cast<char>(value & 0xFFu)); 41 return bytecode;
|
/external/chromium_org/third_party/freetype/include/freetype/ |
tttables.h | 506 /* definitions in the TrueType bytecode for */ 510 /* definitions in the TrueType bytecode for */ 514 /* during bytecode interpretation. */ [all...] |
/external/freetype/include/freetype/ |
tttables.h | 506 /* definitions in the TrueType bytecode for */ 510 /* definitions in the TrueType bytecode for */ 514 /* during bytecode interpretation. */ [all...] |
/external/javassist/src/main/javassist/bytecode/ |
SignatureAttribute.java | 2 * Javassist, a Java-bytecode translator toolkit. 16 package javassist.bytecode; 433 * @see javassist.bytecode.Descriptor
|
StackMapTable.java | 2 * Javassist, a Java-bytecode translator toolkit. 16 package javassist.bytecode; 72 throw new RuntimeCopyException("bad bytecode. fatal?");
|
/external/javassist/src/main/javassist/bytecode/analysis/ |
Type.java | 2 * Javassist, a Java-bytecode translator toolkit. 15 package javassist.bytecode.analysis; 88 * represents. It occurs when bytecode reuses a local variable table
|
/external/proguard/src/proguard/gui/ |
GUIResources.properties | 146 Optimize the bytecode of the processed classes. 151 interface methods. This is not allowed in the Java language, but it is allowed in bytecode.</html> 175 return types differ. This is not allowed in the Java language, but it is allowed in bytecode.</html>
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/ |
RobolectricTestRunner.java | 30 import com.xtremelabs.robolectric.bytecode.ClassHandler; 31 import com.xtremelabs.robolectric.bytecode.RobolectricClassLoader; 32 import com.xtremelabs.robolectric.bytecode.ShadowWrangler;
|
/frameworks/base/docs/html/sdk/api_diff/11/changes/ |
changes-summary.html | 372 <A NAME="dalvik.bytecode"></A> 373 <nobr><A HREF="pkg_dalvik.bytecode.html">dalvik.bytecode</A></nobr>
|
/frameworks/base/docs/html/sdk/api_diff/8/changes/ |
changes-summary.html | 400 <A NAME="dalvik.bytecode"></A> 401 <nobr><A HREF="pkg_dalvik.bytecode.html">dalvik.bytecode</A></nobr>
|
/frameworks/base/docs/html/sdk/api_diff/9/changes/ |
changes-summary.html | 302 <A NAME="dalvik.bytecode"></A> 303 <nobr><A HREF="pkg_dalvik.bytecode.html">dalvik.bytecode</A></nobr>
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/ |
svga_cmd.c | 604 * Upload the bytecode for a new shader. The bytecode is "SVGA3D 606 * of Microsoft's DirectX shader bytecode. In practice, the 607 * SVGA3D bytecode doesn't yet have any extensions to DirectX's 608 * bytecode format. 631 const uint32 *bytecode, // IN 647 memcpy(&cmd[1], bytecode, bytecodeLen); [all...] |
/external/mesa3d/src/gallium/drivers/svga/ |
svga_cmd.c | 604 * Upload the bytecode for a new shader. The bytecode is "SVGA3D 606 * of Microsoft's DirectX shader bytecode. In practice, the 607 * SVGA3D bytecode doesn't yet have any extensions to DirectX's 608 * bytecode format. 631 const uint32 *bytecode, // IN 647 memcpy(&cmd[1], bytecode, bytecodeLen); [all...] |
/external/emma/core/java12/com/vladium/emma/instr/ |
InstrVisitor.java | 104 // TODO: handle classes that cannot be instrumented due to bytecode/JVM limitations 424 else // this is a regular, non-<clinit> method that has bytecode: 652 5, 0, // adjust constants if the bytecode emitted above changes [all...] |
/external/javassist/tutorial/ |
tutorial2.html | 104 files and bytecode. For more details, the users should see the 105 <a href="tutorial3.html#intro"><code>javassist.bytecode</code> package</a>. 129 written in Java and compiles it into Java bytecode, which will be 561 method body. They compile the given source text into Java bytecode [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/ |
elf-objfmt.c | 370 /* FIXME: misuse of NULL bytecode here; it works, but only barely. */ 381 /* FIXME: misuse of NULL bytecode */ 527 * add in the offset of the bytecode (within the target section) [all...] |
/dalvik/dx/src/com/android/dx/command/dump/ |
BlockDumper.java | 216 // Reset the dump cursor to the start of the bytecode.
|
/dalvik/vm/compiler/codegen/arm/armv7-a-neon/ |
MethodCodegenDriver.cpp | 103 * of each bytecode then either dispatch special purpose codegen routines
|