Searched refs:thisRef (Results 1 – 2 of 2) sorted by relevance
600 Local<G> thisRef = constructorCode.getThis(generatedType); in generateConstructorsAndFields() local606 constructorCode.invokeDirect(superConstructor, null, thisRef, params); in generateConstructorsAndFields()
459 Local<G> thisRef = code.getThis(generated); in testDeclareConstructor() local461 code.invokeDirect(TypeId.OBJECT.getConstructor(), null, thisRef); in testDeclareConstructor() local462 code.iput(fieldId, thisRef, parameter); in testDeclareConstructor()1870 Local<?> thisRef = code.getThis(GENERATED); in addDefaultConstructor() local1871 code.invokeDirect(TypeId.OBJECT.getConstructor(), null, thisRef); in addDefaultConstructor() local