Lines Matching refs:Super
30 public int inlineMonomorphic(Super s) { in inlineMonomorphic()
34 public int inlinePolymorphic(Super s) { in inlinePolymorphic()
38 public int inlineMegamorphic(Super s) { in inlineMegamorphic()
42 public int inlineMissingTypes(Super s) { in inlineMissingTypes()
46 public int noInlineCache(Super s) { in noInlineCache()
50 public int inlineMultiMonomorphic(Super s, Secret sec) { in inlineMultiMonomorphic()
54 public int inlineMultiPolymorphic(Super s, Secret sec) { in inlineMultiPolymorphic()
58 public int inlineTriplePolymorphic(Super s, Secret sec, Secret thr) { in inlineTriplePolymorphic()
62 public int inlineMultiMegamorphic(Super s, Secret sec) { in inlineMultiMegamorphic()
66 public int inlineMultiMissingTypes(Super s, Secret sec) { in inlineMultiMissingTypes()
70 public int noInlineCacheMulti(Super s, Secret sec) { in noInlineCacheMulti()
85 abstract class Super extends Secret { class
89 class SubA extends Super {
94 class SubB extends Super {
99 class SubD extends Super {
104 class SubE extends Super {