HomeSort by relevance Sort by last modified time
    Searched defs:bytecode (Results 76 - 100 of 241) sorted by null

1 2 34 5 6 7 8 910

  /external/javassist/src/main/javassist/bytecode/stackmap/
Liveness.java 2 * Javassist, a Java-bytecode translator toolkit.
16 package javassist.bytecode.stackmap;
18 import javassist.bytecode.*;
TypeData.java 2 * Javassist, a Java-bytecode translator toolkit.
16 package javassist.bytecode.stackmap;
21 import javassist.bytecode.ConstPool;
22 import javassist.bytecode.StackMapTable;
23 import javassist.bytecode.BadBytecode;
TypedBlock.java 2 * Javassist, a Java-bytecode translator toolkit.
16 package javassist.bytecode.stackmap;
18 import javassist.bytecode.*;
142 * For example, <code>javassist.bytecode.stackmap.BasicBlock</code>.
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/bytecode/
RobolectricClassLoader.java 1 package com.xtremelabs.robolectric.bytecode;
ClassCache.java 1 package com.xtremelabs.robolectric.bytecode;
  /external/robolectric/v1/src/test/java/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...]
ClassCacheTest.java 1 package com.xtremelabs.robolectric.bytecode;
AndroidTranslatorClassIntrumentedTest.java 1 package com.xtremelabs.robolectric.bytecode;
AndroidTranslatorTest.java 1 package com.xtremelabs.robolectric.bytecode;
  /external/v8/src/interpreter/
bytecode-array-iterator.cc 5 #include "src/interpreter/bytecode-array-iterator.h"
7 #include "src/interpreter/bytecode-decoder.h"
32 Bytecode current_bytecode = Bytecodes::FromByte(current_byte);
48 Bytecode BytecodeArrayIterator::current_bytecode() const {
52 Bytecode current_bytecode = Bytecodes::FromByte(current_byte);
180 Bytecode bytecode = current_bytecode(); local
181 if (interpreter::Bytecodes::IsJumpImmediate(bytecode)) {
184 } else if (interpreter::Bytecodes::IsJumpConstant(bytecode)) {
  /hardware/google/apf/
apf_interpreter.c 37 * @param program the program bytecode.
87 const uint8_t bytecode = program[pc++]; local
88 const uint32_t opcode = EXTRACT_OPCODE(bytecode);
89 const uint32_t reg_num = EXTRACT_REGISTER(bytecode);
93 const uint32_t len_field = EXTRACT_IMM_LENGTH(bytecode);
  /external/desugar/java/com/google/devtools/build/android/desugar/
LambdaClassFixer.java 192 ClassReader bytecode = checkNotNull(factory.readIfKnown(interfaceInternalName), local
196 bytecode.accept(copier, ClassReader.SKIP_DEBUG);
202 ClassReader bytecode = factory.readIfKnown(implemented); local
203 if (bytecode != null) {
206 bytecode.accept(new CopyBridgeMethods(), ClassReader.SKIP_DEBUG);
  /external/javassist/src/main/javassist/compiler/
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...]
JvstCodeGen.java 2 * Javassist, a Java-bytecode translator toolkit.
19 import javassist.bytecode.*;
44 public JvstCodeGen(Bytecode b, CtClass cc, ClassPool cp) {
70 bytecode.addOpcode(ACONST_NULL);
83 compileParameterList(bytecode, paramTypeList, indexOfParam1());
89 bytecode.addLdc(Descriptor.ofMethod(returnType, paramTypeList));
90 bytecode.addInvokestatic("javassist/runtime/Desc", "getParams",
100 bytecode.addLdc(Descriptor.of(dollarType));
107 bytecode.addLdc(param0Type);
115 bytecode.addInvokestatic("javassist/runtime/Desc", method
    [all...]
  /prebuilts/tools/common/m2/repository/org/javassist/javassist/3.19.0-GA/
javassist-3.19.0-GA.jar 
  /external/robolectric/v3/
robolectric-3.1-SNAPSHOT.jar 
  /prebuilts/misc/common/robolectric/lib/
robolectric-3.1.1.jar 
  /external/guice/extensions/struts2/lib/
javassist.jar 
  /external/robolectric/v1/lib/main/
javassist-3.14.0-GA.jar 
  /external/javassist/src/main/javassist/bytecode/
FieldInfo.java 2 * Javassist, a Java-bytecode translator toolkit.
16 package javassist.bytecode;
LocalVariableAttribute.java 2 * Javassist, a Java-bytecode translator toolkit.
16 package javassist.bytecode;
178 * Adjusts start_pc and length if bytecode is inserted in a method body.
ParameterAnnotationsAttribute.java 2 * Javassist, a Java-bytecode translator toolkit.
16 package javassist.bytecode;
24 import javassist.bytecode.AnnotationsAttribute.Copier;
25 import javassist.bytecode.AnnotationsAttribute.Parser;
26 import javassist.bytecode.AnnotationsAttribute.Renamer;
27 import javassist.bytecode.annotation.*;
  /external/javassist/src/main/javassist/bytecode/analysis/
MultiType.java 2 * Javassist, a Java-bytecode translator toolkit.
15 package javassist.bytecode.analysis;
  /external/javassist/src/main/javassist/bytecode/annotation/
AnnotationImpl.java 2 * Javassist, a Java-bytecode translator toolkit.
16 package javassist.bytecode.annotation;
25 import javassist.bytecode.AnnotationDefaultAttribute;
26 import javassist.bytecode.ClassFile;
27 import javassist.bytecode.MethodInfo;
  /external/javassist/src/main/javassist/expr/
NewArray.java 2 * Javassist, a Java-bytecode translator toolkit.
19 import javassist.bytecode.*;
149 * Replaces the array creation with the bytecode derived from
225 Bytecode bytecode = jc.getBytecode(); local
226 storeStack(params, true, paramVar, bytecode);
229 bytecode.addOpcode(ACONST_NULL); // initialize $_
230 bytecode.addAstore(retVar);
233 bytecode.addAload(retVar);
235 replace0(pos, bytecode, codeLength)
    [all...]

Completed in 3318 milliseconds

1 2 34 5 6 7 8 910