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
425 Local<G> thisRef = code.getThis(generated); in testDeclareConstructor() local427 code.invokeDirect(TypeId.OBJECT.getConstructor(), null, thisRef); in testDeclareConstructor() local1799 Local<?> thisRef = code.getThis(GENERATED); in addDefaultConstructor() local1800 code.invokeDirect(TypeId.OBJECT.getConstructor(), null, thisRef); in addDefaultConstructor() local
564 Local<G> thisRef = constructorCode.getThis(generatedType); in generateConstructorsAndFields() local