Searched refs:par (Results 1 – 2 of 2) sorted by relevance
26 static private void doThrow(String par) { in doThrow() argument27 throw new Error("you are null: " + par); in doThrow()30 static private void checkNotNullDirect(Object obj, String par) { in checkNotNullDirect() argument32 throw new Error("you are null: " + par); in checkNotNullDirect()35 static private void checkNotNullSplit(Object obj, String par) { in checkNotNullSplit() argument37 doThrow(par); in checkNotNullSplit()40 static private void checkNotNullSplitAlt(Object obj, String par) { in checkNotNullSplitAlt() argument43 doThrow(par); in checkNotNullSplitAlt()75 String par = "stringUnlikelyToBeInBootImage"; in doit1() local77 throw new Error("you are null: " + par); in doit1()[all …]
26 public final void doThrow(String par) { in doThrow() argument27 throw new Error("you are null: " + par); in doThrow()30 public final void checkNotNullDirect(Object obj, String par) { in checkNotNullDirect() argument32 throw new Error("you are null: " + par); in checkNotNullDirect()35 public final void checkNotNullSplit(Object obj, String par) { in checkNotNullSplit() argument37 doThrow(par); in checkNotNullSplit()69 String par = "stringUnlikelyToBeInBootImage"; in doit1() local71 throw new Error("you are null: " + par); in doit1()99 String par = "stringUnlikelyToBeInBootImage"; in doit2() local101 doThrow(par); in doit2()[all …]