Searched defs:thisRef (Results 1 – 3 of 3) sorted by relevance
491 Local<G> thisRef = code.getThis(generated); in testDeclareConstructor() local493 code.invokeDirect(TypeId.OBJECT.getConstructor(), null, thisRef); in testDeclareConstructor() local2065 Local<?> thisRef = code.getThis(GENERATED); in addDefaultConstructor() local2066 code.invokeDirect(TypeId.OBJECT.getConstructor(), null, thisRef); in addDefaultConstructor() local
260 Expression thisRef = call.getArguments().get(0); in genericsInheritance() local
703 Local<G> thisRef = constructorCode.getThis(generatedType); in generateConstructorsAndFields() local