HomeSort by relevance Sort by last modified time
    Searched full:bytecode (Results 1251 - 1275 of 1588) sorted by null

<<51525354555657585960>>

  /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...]
  /art/compiler/dex/
mir_graph.h 286 * Given a decoded instruction representing a const bytecode, it updates
287 * the out arguments with proper values as dictated by the constant bytecode.
933 * Type inference handling helpers. Because Dalvik's bytecode is not fully typed,
    [all...]
mir_graph_test.cc 61 ASSERT_LT(3u, count); // null, entry, exit and at least one bytecode block.
  /dalvik/dx/src/com/android/dx/cf/code/
RopperMachine.java 520 * In the original bytecode, this was either a primitive
924 // The java bytecode specification does not explicitly disallo
    [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...]
  /external/llvm/tools/llvm-readobj/
ARMWinEHPrinter.cpp 24 // This layout is parsed by Decoder::dumpPackedEntry. No unwind bytecode is
51 // synthesize the unwinding, there are associated unwinding bytecode which make
55 // opcode and dispatching to the associated printing routine. The bytecode
  /dalvik/dx/src/com/android/dx/command/dump/
BlockDumper.java 216 // Reset the dump cursor to the start of the bytecode.
  /docs/source.android.com/src/devices/tech/dalvik/
dex-format.css 319 /* for the debug bytecode table */
  /external/chromium_org/third_party/yasm/source/patched-yasm/Mkfiles/
Makefile.flat 27 libyasm/bytecode.o \
  /external/chromium_org/v8/src/
regexp-macro-assembler-tracer.cc 20 "MIPS", "X64", "X87", "Bytecode"};
  /external/javassist/src/main/javassist/
ClassPoolTail.java 2 * Javassist, a Java-bytecode translator toolkit.
  /external/javassist/src/main/javassist/tools/reflect/
ClassMetaobject.java 2 * Javassist, a Java-bytecode translator toolkit.
Reflection.java 2 * Javassist, a Java-bytecode translator toolkit.
  /external/javassist/src/main/javassist/tools/rmi/
ObjectImporter.java 2 * Javassist, a Java-bytecode translator toolkit.
  /external/javassist/src/main/javassist/tools/web/
Webserver.java 2 * Javassist, a Java-bytecode translator toolkit.
  /external/lldb/include/lldb/Expression/
ClangExpressionParser.h 34 /// conversion to formats (DWARF bytecode, or JIT compiled machine code)
  /external/llvm/docs/HistoricalNotes/
2000-11-18-EarlyDesignIdeasResp.txt 26 * Java bytecode is used as our "safe" representation (to avoid
  /external/mockito/cglib-and-asm/src/org/mockito/asm/
ByteVector.java 2 * ASM: a very small and fast Java bytecode manipulation framework
Opcodes.java 2 * ASM: a very small and fast Java bytecode manipulation framework
  /external/mockito/cglib-and-asm/src/org/mockito/asm/tree/
ClassNode.java 2 * ASM: a very small and fast Java bytecode manipulation framework
  /external/mockito/cglib-and-asm/src/org/mockito/asm/util/
ASMifierMethodVisitor.java 2 * ASM: a very small and fast Java bytecode manipulation framework
  /external/mockito/cglib-and-asm/src/org/mockito/cglib/util/
ParallelSorter.java 34 * This class generates bytecode customized to the particular set of
  /external/proguard/docs/manual/
introduction.html 27 bytecode of the methods. The obfuscation step renames the remaining classes,

Completed in 1578 milliseconds

<<51525354555657585960>>