Searched refs:nativeDecl (Results 1 – 1 of 1) sorted by relevance
575 void emitFunction(JFunc jfunc, PrintStream out, boolean nativeDecl, boolean interfaceDecl) { in emitFunction() argument578 if (!nativeDecl && !interfaceDecl && !isPointerFunc) { in emitFunction()588 (nativeDecl ? "private " + maybeStatic +"native " : in emitFunction()592 (nativeDecl ? "Bounds" : "") + in emitFunction()596 (nativeDecl ? "public " + maybeStatic +"native " : in emitFunction()610 if (isPointerFunc && nativeDecl) { in emitFunction()621 if (nativeDecl || interfaceDecl) { in emitFunction()