Searched refs:notStatic (Results 1 – 1 of 1) sorted by relevance
720 private int doPutField(int pos, byte[] code, boolean notStatic) throws BadBytecode { in doPutField() argument730 setFieldTarget(notStatic, index); in doPutField()734 private int doGetField(int pos, byte[] code, boolean notStatic) throws BadBytecode { in doGetField() argument736 setFieldTarget(notStatic, index); in doGetField()742 private void setFieldTarget(boolean notStatic, int index) throws BadBytecode { in setFieldTarget() argument743 if (notStatic) { in setFieldTarget()795 private int doInvokeMethod(int pos, byte[] code, boolean notStatic) throws BadBytecode { in doInvokeMethod() argument799 if (notStatic) { in doInvokeMethod()