Searched defs:bytecode (Results 1 – 13 of 13) sorted by relevance
/external/javassist/src/main/javassist/expr/ |
D | Instanceof.java | 120 Bytecode bytecode = jc.getBytecode(); in replace() local 148 public void doit(JvstCodeGen gen, Bytecode bytecode, ASTList args) in doit()
|
D | Cast.java | 114 Bytecode bytecode = jc.getBytecode(); in replace() local 144 public void doit(JvstCodeGen gen, Bytecode bytecode, ASTList args) in doit()
|
D | FieldAccess.java | 195 Bytecode bytecode = jc.getBytecode(); in replace() local 236 public void doit(JvstCodeGen gen, Bytecode bytecode, ASTList args) in doit() 284 public void doit(JvstCodeGen gen, Bytecode bytecode, ASTList args) in doit()
|
D | Expr.java | 233 int regno, Bytecode bytecode) { in storeStack() 242 Bytecode bytecode) { in storeStack0() 289 protected void replace0(int pos, Bytecode bytecode, int size) in replace0()
|
D | NewExpr.java | 199 Bytecode bytecode = jc.getBytecode(); in replace() local 229 public void doit(JvstCodeGen gen, Bytecode bytecode, ASTList args) in doit()
|
D | NewArray.java | 225 Bytecode bytecode = jc.getBytecode(); in replace2() local 252 public void doit(JvstCodeGen gen, Bytecode bytecode, ASTList args) in doit()
|
D | MethodCall.java | 225 Bytecode bytecode = jc.getBytecode(); in replace() local
|
/external/v8/src/ |
D | regexp-macro-assembler-irregexp.cc | 239 int bytecode; in LoadCurrentCharacter() local
|
/external/javassist/src/main/javassist/compiler/ |
D | Javac.java | 39 private Bytecode bytecode; field in Javac
|
D | CodeGen.java | 35 protected Bytecode bytecode; field in CodeGen
|
/external/javassist/src/main/javassist/bytecode/ |
D | CodeIterator.java | 36 protected byte[] bytecode; field in CodeIterator
|
/external/webkit/Source/JavaScriptCore/yarr/ |
D | YarrInterpreter.cpp | 1900 int interpret(BytecodePattern* bytecode, const UChar* input, unsigned start, unsigned length, int* … in interpret()
|
/external/iproute2/misc/ |
D | ss.c | 799 static int ssfilter_bytecompile(struct ssfilter *f, char **bytecode) in ssfilter_bytecompile()
|