Searched refs:thisLocal (Results 1 – 2 of 2) sorted by relevance
197 private final Local<?> thisLocal; field in Code213 thisLocal = null; in Code()215 thisLocal = Local.get(this, method.declaringType); in Code()216 parameters.add(thisLocal); in Code()244 if (thisLocal != null) { in getParameter()255 if (thisLocal == null) { in getThis()258 return coerce(thisLocal, type); in getThis()
1878 Local<?> thisLocal = code.getThis(GENERATED); in testSynchronizedFlagImpactsDeclarationOnly() local1881 code.invokeVirtual(wait, null, thisLocal, timeout); in testSynchronizedFlagImpactsDeclarationOnly()1910 Local<?> thisLocal = code.getThis(GENERATED); in testMonitorEnterMonitorExit() local1912 code.monitorEnter(thisLocal); in testMonitorEnterMonitorExit()1914 code.invokeVirtual(wait, null, thisLocal, timeout); in testMonitorEnterMonitorExit()1915 code.monitorExit(thisLocal); in testMonitorEnterMonitorExit()