HomeSort by relevance Sort by last modified time
    Searched full:bytecode (Results 1 - 25 of 1598) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /art/test/112-double-math/
info.txt 1 This checks the neg_double bytecode.
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/tests/
test_bytecode.py 2 from yasm import Bytecode, Expression
  /art/test/088-monitor-verification/
info.txt 2 lock checks in the bytecode verifier.
  /external/robolectric/lib/main/
javassist-3.14.0-GA.jar 
  /external/javassist/src/main/javassist/bytecode/analysis/
package.html 3 Bytecode Analysis API.
5 <p>This package provides an API for performing data-flow analysis on a method's bytecode.
8 bytecode, find dead bytecode, and identify unnecessary checkcasts.
11 class file and Java bytecode. For more details, read this book:
  /external/javassist/src/main/javassist/bytecode/annotation/
package.html 3 Bytecode-level Annotations API.
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/bytecode/
IgnorableClassNotFoundException.java 1 package com.xtremelabs.robolectric.bytecode;
  /external/javassist/src/main/javassist/compiler/
CodeGen.java 2 * Javassist, a Java-bytecode translator toolkit.
21 import javassist.bytecode.*;
35 protected Bytecode bytecode; field in class:CodeGen
61 protected abstract boolean doit(Bytecode b, int opcode);
82 public CodeGen(Bytecode b) {
83 bytecode = b;
105 public int getMaxLocals() { return bytecode.getMaxLocals(); }
108 bytecode.setMaxLocals(n);
112 bytecode.incMaxLocals(size)
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
bytecode.h 2 * \file libyasm/bytecode.h
3 * \brief YASM bytecode interface.
45 /** Add a dependent span for a bytecode.
47 * \param bc bytecode containing span
51 * \param value dependent value for bytecode expansion
59 /** Bytecode callback structure. Any implementation of a specific bytecode
60 * must implement these functions and this callback structure. The bytecode
78 /** Finalizes the bytecode after parsing. Called from yasm_bc_finalize().
80 * \param bc bytecode
    [all...]
  /frameworks/base/docs/html/sdk/api_diff/8/changes/
fields_index_removals.html 64 <nobr><A HREF="dalvik.bytecode.Opcodes.html#dalvik.bytecode.Opcodes.OP_UNUSED_3e" class="hiddenlink" target="rightframe"><strike>OP_UNUSED_3e</strike></A>
66 <nobr><A HREF="dalvik.bytecode.Opcodes.html#dalvik.bytecode.Opcodes.OP_UNUSED_3f" class="hiddenlink" target="rightframe"><strike>OP_UNUSED_3f</strike></A>
68 <nobr><A HREF="dalvik.bytecode.Opcodes.html#dalvik.bytecode.Opcodes.OP_UNUSED_40" class="hiddenlink" target="rightframe"><strike>OP_UNUSED_40</strike></A>
70 <nobr><A HREF="dalvik.bytecode.Opcodes.html#dalvik.bytecode.Opcodes.OP_UNUSED_41" class="hiddenlink" target="rightframe"><strike>OP_UNUSED_41</strike></A>
72 <nobr><A HREF="dalvik.bytecode.Opcodes.html#dalvik.bytecode.Opcodes.OP_UNUSED_42" class="hiddenlink" target="rightframe"><strike>OP_UNUSED_42</strike></A
    [all...]
alldiffs_index_removals.html 87 <nobr><A HREF="dalvik.bytecode.Opcodes.html#dalvik.bytecode.Opcodes.OP_UNUSED_3e" class="hiddenlink" target="rightframe"><strike>OP_UNUSED_3e</strike></A>
90 <nobr><A HREF="dalvik.bytecode.Opcodes.html#dalvik.bytecode.Opcodes.OP_UNUSED_3f" class="hiddenlink" target="rightframe"><strike>OP_UNUSED_3f</strike></A>
93 <nobr><A HREF="dalvik.bytecode.Opcodes.html#dalvik.bytecode.Opcodes.OP_UNUSED_40" class="hiddenlink" target="rightframe"><strike>OP_UNUSED_40</strike></A>
96 <nobr><A HREF="dalvik.bytecode.Opcodes.html#dalvik.bytecode.Opcodes.OP_UNUSED_41" class="hiddenlink" target="rightframe"><strike>OP_UNUSED_41</strike></A>
99 <nobr><A HREF="dalvik.bytecode.Opcodes.html#dalvik.bytecode.Opcodes.OP_UNUSED_42" class="hiddenlink" target="rightframe"><strike>OP_UNUSED_42</strike></A
    [all...]
  /external/javassist/src/main/javassist/convert/
Transformer.java 2 * Javassist, a Java-bytecode translator toolkit.
20 import javassist.bytecode.BadBytecode;
21 import javassist.bytecode.CodeAttribute;
22 import javassist.bytecode.CodeIterator;
23 import javassist.bytecode.ConstPool;
24 import javassist.bytecode.MethodInfo;
25 import javassist.bytecode.Opcode;
TransformBefore.java 2 * Javassist, a Java-bytecode translator toolkit.
21 import javassist.bytecode.*;
83 Bytecode save = new Bytecode(cp, 0, 0);
84 Bytecode load = new Bytecode(cp, 0, 0);
96 private void makeCode2(Bytecode save, Bytecode load,
  /external/javassist/src/main/javassist/bytecode/
package.html 3 Bytecode-level API.
7 bytecode instruction, and so on.
10 class file and Java bytecode. For more details, read this book:
BadBytecode.java 2 * Javassist, a Java-bytecode translator toolkit.
16 package javassist.bytecode;
19 * Signals that a bad bytecode sequence has been found.
23 super("bytecode " + opcode);
  /art/test/080-oom-throw/
info.txt 3 the interpreter and re-execute the bytecode.
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/tests/
incbin.asm 2 ; 1024 x's to bump above 1024 byte default bytecode buffer size
  /external/llvm/test/Assembler/
2004-10-22-BCWriterUndefBug.ll 1 ;; The bytecode writer was trying to treat undef values as ConstantArray's when
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/
WithCustomClassListTestRunner.java 13 addClassOrPackageToInstrument("com.xtremelabs.robolectric.bytecode.AndroidTranslatorClassIntrumentedTest$CustomPaint");
14 addClassOrPackageToInstrument("com.xtremelabs.robolectric.bytecode.AndroidTranslatorClassIntrumentedTest$ClassWithPrivateConstructor");
  /frameworks/base/docs/html/sdk/api_diff/11/changes/
dalvik.bytecode.Opcodes.html 10 dalvik.bytecode.Opcodes
74 Interface dalvik.bytecode.<A HREF="../../../../reference/dalvik/bytecode/Opcodes.html" target="_top"><font size="+2"><code>Opcodes</code></font></A>
87 <A NAME="dalvik.bytecode.Opcodes.OP_CHECK_CAST_JUMBO"></A>
88 <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/dalvik/bytecode/Opcodes.html#OP_CHECK_CAST_JUMBO" target="_top"><code>OP_CHECK_CAST_JUMBO</code></A></nobr>
94 <A NAME="dalvik.bytecode.Opcodes.OP_CONST_CLASS_JUMBO"></A>
95 <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/dalvik/bytecode/Opcodes.html#OP_CONST_CLASS_JUMBO" target="_top"><code>OP_CONST_CLASS_JUMBO</code></A></nobr>
101 <A NAME="dalvik.bytecode.Opcodes.OP_FILLED_NEW_ARRAY_JUMBO"></A>
102 <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/dalvik/bytecode/Opcodes.html#OP_FILLED_NEW_ARRAY_JUMBO" target="_top"><code>OP_FILLED_NEW_ARRAY_JUMBO</code></A></nobr>
108 <A NAME="dalvik.bytecode.Opcodes.OP_IGET_BOOLEAN_JUMBO"></A
    [all...]
  /external/chromium_org/chrome/browser/profile_resetter/
automatic_profile_resetter_unittest.cc 215 // Encodes a Boolean argument value into JTL bytecode.
246 std::string bytecode; local
247 bytecode += OP_STORE_BOOL(GetHash("satisfied_criteria_mask_bit1"),
249 bytecode += OP_END_OF_SENTENCE;
250 bytecode += OP_STORE_BOOL(GetHash("satisfied_criteria_mask_bit2"),
252 bytecode += OP_END_OF_SENTENCE;
253 bytecode += OP_STORE_BOOL(GetHash("should_prompt"),
256 bytecode += OP_END_OF_SENTENCE;
257 bytecode += OP_STORE_BOOL(GetHash("combined_status_mask_bit1"),
260 bytecode += OP_END_OF_SENTENCE
308 std::string bytecode; local
357 std::string bytecode; local
413 std::string bytecode; local
462 std::string bytecode; local
    [all...]
  /external/chromium_org/v8/src/
interpreter-irregexp.cc 106 #define BYTECODE(name) \
116 #define BYTECODE(name) \
175 PrintF("\n\nStart bytecode interpreter\n\n");
181 BYTECODE(BREAK)
184 BYTECODE(PUSH_CP)
191 BYTECODE(PUSH_BT)
198 BYTECODE(PUSH_REGISTER)
205 BYTECODE(SET_REGISTER)
209 BYTECODE(ADVANCE_REGISTER)
213 BYTECODE(SET_REGISTER_TO_CP
    [all...]
  /external/javassist/src/main/javassist/expr/
FieldAccess.java 2 * Javassist, a Java-bytecode translator toolkit.
19 import javassist.bytecode.*;
131 * @see javassist.bytecode.Descriptor#toCtClass(String, ClassPool)
140 * Replaces the method call with the bytecode derived from
195 Bytecode bytecode = jc.getBytecode(); local
196 storeStack(params, isStatic(), paramVar, bytecode);
201 bytecode.addOpcode(ACONST_NULL);
202 bytecode.addAstore(retVar);
205 bytecode.addConstZero(retType)
    [all...]
Expr.java 2 * Javassist, a Java-bytecode translator toolkit.
25 import javassist.bytecode.AccessFlag;
26 import javassist.bytecode.BadBytecode;
27 import javassist.bytecode.Bytecode;
28 import javassist.bytecode.ClassFile;
29 import javassist.bytecode.CodeAttribute;
30 import javassist.bytecode.CodeIterator;
31 import javassist.bytecode.ConstPool;
32 import javassist.bytecode.ExceptionTable
    [all...]
  /external/javassist/src/main/javassist/
package.html 5 <p>Javassist (<i>Java</i> programming <i>assist</i>ant) makes bytecode
7 bytecode in Java; it enables Java programs to define a new class at

Completed in 578 milliseconds

1 2 3 4 5 6 7 8 91011>>