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

12 3 4 5 6 7 8 91011>>

  /external/javassist/src/main/javassist/convert/
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/
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
CtNewWrappedConstructor.java 2 * Javassist, a Java-bytecode translator toolkit.
18 import javassist.bytecode.*;
37 Bytecode code = makeBody(declaring, declaring.getClassFile2(),
48 protected static Bytecode makeBody(CtClass declaring, ClassFile classfile,
58 Bytecode code = new Bytecode(classfile.getConstPool(), 0, 0);
89 code.add(Bytecode.RETURN);
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/
WithTestDefaultsRunner.java 7 import com.xtremelabs.robolectric.bytecode.ClassHandler;
8 import com.xtremelabs.robolectric.bytecode.RobolectricClassLoader;
  /dalvik/vm/compiler/codegen/x86/
LowerMove.cpp 27 //! lower bytecode MOVE
39 //! lower bytecode MOVE_FROM16
51 //! lower bytecode MOVE_16
64 //! lower bytecode MOVE_WIDE
75 //! lower bytecode MOVE_WIDE_FROM16
86 //! lower bytecode MOVE_WIDE_16
97 //! lower bytecode MOVE_RESULT.
99 //! the return value from bytecode INVOKE is stored in the glue structure
113 //! lower bytecode MOVE_RESULT_WIDE.
115 //! the return value from bytecode INVOKE is stored in the glue structur
    [all...]
  /external/chromium_org/chrome/tools/profile_reset/
jtl_compiler_unittest.cc 26 std::string bytecode; local
28 bytecode.push_back(static_cast<char>(value & 0xFFu));
31 return bytecode;
81 std::string bytecode; local
83 cases[i].source_code, kTestHashSeed, &bytecode, NULL));
84 EXPECT_EQ(cases[i].expected_bytecode, bytecode);
103 std::string bytecode; local
105 JtlCompiler::Compile(kSourceCode, kTestHashSeed, &bytecode, NULL));
106 EXPECT_EQ(expected_bytecode, bytecode);
112 std::string bytecode; local
129 std::string bytecode; local
160 std::string bytecode; local
181 std::string bytecode; local
196 std::string bytecode; local
208 std::string bytecode; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
eg_asm.c 41 bc->bytecode[id++] =
49 bc->bytecode[id++] = EG_V_SQ_CF_ALU_WORD1_SQ_CF_INST_EXTENDED |
56 bc->bytecode[id++] = S_SQ_CF_ALU_WORD0_ADDR(cf->addr >> 1) |
60 bc->bytecode[id++] = cf->inst |
69 bc->bytecode[id++] = S_SQ_CF_WORD0_ADDR(cf->addr >> 1);
70 bc->bytecode[id++] = cf->inst |
76 bc->bytecode[id++] = S_SQ_CF_ALLOC_EXPORT_WORD0_RW_GPR(cf->output.gpr) |
80 bc->bytecode[id] = S_SQ_CF_ALLOC_EXPORT_WORD1_BURST_COUNT(cf->output.burst_count - 1) |
88 bc->bytecode[id] |= S_SQ_CF_ALLOC_EXPORT_WORD1_END_OF_PROGRAM(cf->output.end_of_program);
107 bc->bytecode[id++] = S_SQ_CF_ALLOC_EXPORT_WORD0_RW_GPR(cf->output.gpr)
    [all...]
  /external/javassist/src/main/javassist/compiler/
ProceedHandler.java 2 * Javassist, a Java-bytecode translator toolkit.
18 import javassist.bytecode.Bytecode;
28 void doit(JvstCodeGen gen, Bytecode b, ASTList args) throws CompileError;
MemberCodeGen.java 2 * Javassist, a Java-bytecode translator toolkit.
19 import javassist.bytecode.*;
33 public MemberCodeGen(Bytecode b, CtClass cc, ClassPool cp) {
79 bytecode.addAload(0);
80 bytecode.addInvokespecial(MemberResolver.getSuperclass(thisClass),
105 private void jsrJmp(Bytecode b) {
111 protected boolean doit(Bytecode b, int opcode) {
159 protected boolean doit(Bytecode b, int opcode) {
189 Bytecode bc = bytecode;
    [all...]
  /external/javassist/src/main/javassist/expr/
NewExpr.java 2 * Javassist, a Java-bytecode translator toolkit.
19 import javassist.bytecode.*;
100 * @see javassist.bytecode.Descriptor
154 * Replaces the <tt>new</tt> expression with the bytecode derived from
199 Bytecode bytecode = jc.getBytecode(); local
200 storeStack(params, true, paramVar, bytecode);
203 bytecode.addConstZero(newType);
204 bytecode.addStore(retVar, newType); // initialize $_
208 bytecode.addAload(retVar)
    [all...]
  /external/javassist/src/main/javassist/runtime/
package.html 3 Runtime support classes required by modified bytecode.
  /external/mesa3d/src/gallium/drivers/r600/
eg_asm.c 41 bc->bytecode[id++] =
49 bc->bytecode[id++] = EG_V_SQ_CF_ALU_WORD1_SQ_CF_INST_EXTENDED |
56 bc->bytecode[id++] = S_SQ_CF_ALU_WORD0_ADDR(cf->addr >> 1) |
60 bc->bytecode[id++] = cf->inst |
69 bc->bytecode[id++] = S_SQ_CF_WORD0_ADDR(cf->addr >> 1);
70 bc->bytecode[id++] = cf->inst |
76 bc->bytecode[id++] = S_SQ_CF_ALLOC_EXPORT_WORD0_RW_GPR(cf->output.gpr) |
80 bc->bytecode[id] = S_SQ_CF_ALLOC_EXPORT_WORD1_BURST_COUNT(cf->output.burst_count - 1) |
88 bc->bytecode[id] |= S_SQ_CF_ALLOC_EXPORT_WORD1_END_OF_PROGRAM(cf->output.end_of_program);
107 bc->bytecode[id++] = S_SQ_CF_ALLOC_EXPORT_WORD0_RW_GPR(cf->output.gpr)
    [all...]
  /external/proguard/bin/
proguard.bat 4 REM obfuscator, and preverifier for Java bytecode.
proguard.sh 4 # obfuscator, and preverifier for Java bytecode.
proguardgui.sh 4 # optimizer, obfuscator, and preverifier for Java bytecode.
retrace.sh 4 # shrinker, optimizer, obfuscator, and preverifier for Java bytecode.
  /external/proguard/src/proguard/classfile/instruction/
package.html 2 This package contains classes to represent Java bytecode instructions.
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/bytecode/
ClassHandler.java 1 package com.xtremelabs.robolectric.bytecode;
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/bytecode/
Foo.java 1 package com.xtremelabs.robolectric.bytecode;
AndroidTranslatorUnitTest.java 1 package com.xtremelabs.robolectric.bytecode;
29 assertEquals("if (!com.xtremelabs.robolectric.bytecode.RobolectricInternals.shouldCallDirectly(this)) {\n" +
30 "Object x = com.xtremelabs.robolectric.bytecode.RobolectricInternals.methodInvoked(\n" +
31 " java.lang.String.class, \"substring\", this, new String[] {\"int\"}, new Object[] {com.xtremelabs.robolectric.bytecode.RobolectricInternals.autobox($1)});\n" +
43 assertEquals("if (!com.xtremelabs.robolectric.bytecode.RobolectricInternals.shouldCallDirectly(this)) {\n" +
44 "Object x = com.xtremelabs.robolectric.bytecode.RobolectricInternals.methodInvoked(\n" +
57 assertEquals("if (!com.xtremelabs.robolectric.bytecode.RobolectricInternals.shouldCallDirectly(this)) {\n" +
58 "com.xtremelabs.robolectric.bytecode.RobolectricInternals.methodInvoked(\n" +
59 " java.lang.Object.class, \"wait\", this, new String[] {\"long\"}, new Object[] {com.xtremelabs.robolectric.bytecode.RobolectricInternals.autobox($1)});\n" +
70 assertEquals("if (!com.xtremelabs.robolectric.bytecode.RobolectricInternals.shouldCallDirectly(java.lang.String.class)) {\n"
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
bytecode.py 0 """Bytecode manipulation for coverage.py"""
5 class ByteCode(object):
6 """A single bytecode."""
8 # The offset of this bytecode in the code object.
17 # The offset in the code object of the next bytecode.
27 Returns `ByteCode` objects.
48 bc = ByteCode()
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/
bytecode.pxi 1 # Python bindings for Yasm: Pyrex input file for bytecode.h
26 cdef class Bytecode:
34 self.bc = <yasm_bytecode *>__get_voidp(bc, Bytecode)
77 # Keep Bytecode reference paired with bc using weak references.
91 bcobj = Bytecode(__pass_voidp(bc, Bytecode))
95 # Org bytecode
99 obj = Bytecode.__new__(cls, __pass_voidp(bc, Bytecode))
103 class Org(Bytecode)
    [all...]
  /external/javassist/src/main/javassist/bytecode/analysis/
FramePrinter.java 2 * Javassist, a Java-bytecode translator toolkit.
15 package javassist.bytecode.analysis;
23 import javassist.bytecode.BadBytecode;
24 import javassist.bytecode.CodeAttribute;
25 import javassist.bytecode.CodeIterator;
26 import javassist.bytecode.ConstPool;
27 import javassist.bytecode.Descriptor;
28 import javassist.bytecode.InstructionPrinter;
29 import javassist.bytecode.MethodInfo;
41 * Constructs a bytecode printer
    [all...]
  /external/chromium_org/third_party/jinja2/
bccache.py 6 This module implements the bytecode cache system Jinja is optionally
49 # reason for this is that Python tends to segfault if fed earlier bytecode
58 """Buckets are used to store the bytecode for one template. It's created
59 and initialized by the bytecode cache and passed to the loading functions.
62 to automatically reject outdated cache material. Individual bytecode
73 """Resets the bucket (unloads the bytecode)."""
77 """Loads bytecode from a file or file like object."""
91 """Dump the bytecode into the file or file like object passed."""
99 """Load bytecode from a string."""
103 """Return the bytecode as string.""
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
display-profiler-output 43 class Bytecode
143 @bytecode = {}
144 json["bytecode"].each {
147 @bytecode[index] = Bytecode.new(self, index, subJson["opcode"].to_s, subJson["description"].to_s)
176 @bytecode.values.sort{|a, b| a.bytecodeIndex <=> b.bytecodeIndex}.each {
182 def bytecode(bytecodeIndex) method in class:Bytecodes
183 @bytecode[bytecodeIndex]
211 @bytecode.each_value {
212 | bytecode |
    [all...]

Completed in 1115 milliseconds

12 3 4 5 6 7 8 91011>>