Searched defs:thisRef (Results 1 – 3 of 3) sorted by relevance
17 LEReferenceTo<ClassDefinitionTable> thisRef(base, success); in getGlyphClass() local43 LEReferenceTo<ClassDefinitionTable> thisRef(base, success); in hasGlyphClass() local
435 Local<G> thisRef = code.getThis(generated); in testDeclareConstructor() local437 code.invokeDirect(TypeId.OBJECT.getConstructor(), null, thisRef); in testDeclareConstructor() local1809 Local<?> thisRef = code.getThis(GENERATED); in addDefaultConstructor() local1810 code.invokeDirect(TypeId.OBJECT.getConstructor(), null, thisRef); in addDefaultConstructor() local
570 Local<G> thisRef = constructorCode.getThis(generatedType); in generateConstructorsAndFields() local