Home
last modified time | relevance | path

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

/external/javassist/src/main/javassist/bytecode/stackmap/
DTracer.java720 private int doPutField(int pos, byte[] code, boolean notStatic) throws BadBytecode { in doPutField()
734 private int doGetField(int pos, byte[] code, boolean notStatic) throws BadBytecode { in doGetField()
742 private void setFieldTarget(boolean notStatic, int index) throws BadBytecode { in setFieldTarget()
795 private int doInvokeMethod(int pos, byte[] code, boolean notStatic) throws BadBytecode { in doInvokeMethod()