Home
last modified time | relevance | path

Searched refs:aload0pos (Results 1 – 1 of 1) sorted by relevance

/external/javassist/src/main/javassist/compiler/
DMemberCodeGen.java455 int aload0pos = -1; in atCallExpr() local
464 aload0pos = bytecode.currentPc(); in atCallExpr()
524 aload0pos, cached); in atCallExpr()
539 int aload0pos, MemberResolver.Method found) in atMethodCallCore() argument
576 aload0pos, count, found); in atMethodCallCore()
581 int aload0pos, int count, in atMethodCallCore2() argument
625 if (aload0pos >= 0) in atMethodCallCore2()
626 bytecode.write(aload0pos, NOP); in atMethodCallCore2()