Home
last modified time | relevance | path

Searched defs:bytecode (Results 1 – 13 of 13) sorted by relevance

/external/javassist/src/main/javassist/expr/
DInstanceof.java120 Bytecode bytecode = jc.getBytecode(); in replace() local
148 public void doit(JvstCodeGen gen, Bytecode bytecode, ASTList args) in doit()
DCast.java114 Bytecode bytecode = jc.getBytecode(); in replace() local
144 public void doit(JvstCodeGen gen, Bytecode bytecode, ASTList args) in doit()
DFieldAccess.java195 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()
DExpr.java233 int regno, Bytecode bytecode) { in storeStack()
242 Bytecode bytecode) { in storeStack0()
289 protected void replace0(int pos, Bytecode bytecode, int size) in replace0()
DNewExpr.java199 Bytecode bytecode = jc.getBytecode(); in replace() local
229 public void doit(JvstCodeGen gen, Bytecode bytecode, ASTList args) in doit()
DNewArray.java225 Bytecode bytecode = jc.getBytecode(); in replace2() local
252 public void doit(JvstCodeGen gen, Bytecode bytecode, ASTList args) in doit()
DMethodCall.java225 Bytecode bytecode = jc.getBytecode(); in replace() local
/external/v8/src/
Dregexp-macro-assembler-irregexp.cc239 int bytecode; in LoadCurrentCharacter() local
/external/javassist/src/main/javassist/compiler/
DJavac.java39 private Bytecode bytecode; field in Javac
DCodeGen.java35 protected Bytecode bytecode; field in CodeGen
/external/javassist/src/main/javassist/bytecode/
DCodeIterator.java36 protected byte[] bytecode; field in CodeIterator
/external/webkit/Source/JavaScriptCore/yarr/
DYarrInterpreter.cpp1900 int interpret(BytecodePattern* bytecode, const UChar* input, unsigned start, unsigned length, int* … in interpret()
/external/iproute2/misc/
Dss.c799 static int ssfilter_bytecompile(struct ssfilter *f, char **bytecode) in ssfilter_bytecompile()