Searched refs:lastTypeName (Results 1 – 4 of 4) sorted by relevance
62 if (typeName != lastTypeName) { in SetupFactory()80 lastTypeName = typeName; in SetupFactory()
113 std::string lastTypeName; variable
65 String lastTypeName; field in GenerateJfrFiles.TypeCounter82 lastTypeName = firstTypeName = typeName; in nextTypeId()85 lastTypeName = typeName; in nextTypeId()105 public String lastTypeName() { in lastTypeName() method in GenerateJfrFiles.TypeCounter106 return lastTypeName; in lastTypeName()490 out.write("static const JfrTypeId LAST_TYPE_ID = " + typeCounter.lastTypeName() + ";"); in printJfrTypesHpp()
1106 String lastTypeName = lastType.getName(); in addMethodFor() local1584 String lastTypeName = restArgType.getName(); in compileAsMethod()1585 … if (restArgType == LangObjType.listType || "gnu.lists.LList".equals(lastTypeName)) in compileAsMethod()1587 else if ("java.lang.Object[]".equals(lastTypeName)) in compileAsMethod()1590 throw new Error("unimplemented #!rest type "+lastTypeName); in compileAsMethod()