HomeSort by relevance Sort by last modified time
    Searched full:bytecodes (Results 26 - 50 of 85) sorted by null

12 3 4

  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
expr.h 202 * \param calc_bc_dist nonzero if distances between bytecodes should be
219 * \param cbd if distance between bytecodes should be calculated
259 * \param calc_bc_dist nonzero if distances between bytecodes should be
insn.h 134 /** Base structure for "instruction" bytecodes. These are the mnenomic
137 * #yasm_arch implementation of mnenomic instruction bytecodes.
linemap.c 50 /* first bytecode on line; NULL if no bytecodes on line */
bytecode.c 320 /* special case for reserve bytecodes */
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/
x86arch.h 277 * x86_insn bytecodes; relative jumps turn into x86_jmp bytecodes.
  /dalvik/vm/compiler/codegen/x86/
LowerConst.cpp 19 \brief This file lowers the following bytecodes: CONST_XXX
LowerReturn.cpp 19 \brief This file lowers the following bytecodes: RETURN
Lower.h 177 to list bytecodes for AGET, APUT
184 to list bytecodes for IGET, IPUT
190 to list bytecodes for SGET, SPUT
556 extern LowOp* lirTable[200]; //Number of LIRs for all bytecodes do not exceed 200
    [all...]
  /external/javassist/
pom.xml 7 simple. It is a class library for editing bytecodes in Java.
  /external/javassist/sample/evolve/
Evolution.java 6 * Evolution provides a set of methods for instrumenting bytecodes.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
opcode.py 4 operate on bytecodes (e.g. peephole optimizers).
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
opcode.py 4 operate on bytecodes (e.g. peephole optimizers).
  /external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
TestLeftRecursion.java 228 // Generates about 7k in bytecodes for generated e_ rule;
230 // to about 2k in bytecodes.
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/stabs/
stabs-dbgfmt.c 85 unsigned long lastline; /* track line and file of bytecodes */
373 /* initial strtab bytecodes */
  /dalvik/vm/interp/
InterpState.h 28 * For x86 JIT. In the lowered code sequences for bytecodes, at most 10
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/listfmts/nasm/
nasm-listfmt.c 202 /* loop over bytecodes on this line (usually only one) */
  /art/runtime/jdwp/
jdwp_handler.cc 775 std::vector<uint8_t> bytecodes; local
776 JdwpError rc = Dbg::GetBytecodes(class_id, method_id, bytecodes);
781 expandBufAdd4BE(reply, bytecodes.size());
782 for (size_t i = 0; i < bytecodes.size(); ++i) {
783 expandBufAdd1(reply, bytecodes[i]);
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/
dwarf2-line.c 426 return 0; /* ran out of bytecodes! XXX: do something? */
567 /* Generate based on bytecodes (1) or locs (0)? Use bytecodes if we're
    [all...]
  /external/chromium_org/v8/src/
regexp-macro-assembler-irregexp.cc 30 #include "bytecodes-irregexp.h"
interpreter-irregexp.cc 35 #include "bytecodes-irregexp.h"
  /external/llvm/docs/HistoricalNotes/
2007-OriginalClangReadme.txt 146 platform-specific features (e.g. #ifdef PPC) to allow 'portable bytecodes'.
  /external/v8/src/
regexp-macro-assembler-irregexp.cc 30 #include "bytecodes-irregexp.h"
interpreter-irregexp.cc 35 #include "bytecodes-irregexp.h"
  /art/runtime/
debugger.h 234 std::vector<uint8_t>& bytecodes)
  /dalvik/dx/src/com/android/dx/cf/code/
RopperMachine.java 629 * bytecodes that are applied to the current newarray. The
631 * bytecodes into a single fill-array-data ROP which lays out
    [all...]

Completed in 4002 milliseconds

12 3 4