Searched refs:is2WordType (Results 1 – 4 of 4) sorted by relevance
71 public abstract boolean is2WordType(); in is2WordType() method in TypeData151 public boolean is2WordType() { in is2WordType() method in TypeData.BasicType219 private boolean is2WordType; // cache field in TypeData.TypeVar227 is2WordType = t.is2WordType(); in TypeVar()245 public boolean is2WordType() { in is2WordType() method in TypeData.TypeVar247 return is2WordType; in is2WordType()406 is2WordType = kind.is2WordType(); // necessary? in fixTypes()425 cv.is2WordType = kind2.is2WordType(); in fixTypes1()649 public boolean is2WordType() { return false; } in is2WordType() method in TypeData.ArrayType733 public boolean is2WordType() { return false; } in is2WordType() method in TypeData.ArrayElement[all …]
318 if (td.is2WordType() && index + 1 < length) in validateTypeData()485 if (td.is2WordType()) { in toStackMapBody()508 if (td.is2WordType()) in fillStackMap()549 if (td.is2WordType()) in diffSize()598 if (td != null && td.is2WordType()) { in writeVerifyTypeInfo()608 if (td.is2WordType()) in writeVerifyTypeInfo()
106 if (localsTypes[nl - 2].is2WordType()) in resetNumLocals()158 if (locals[n].is2WordType()) in initFirstBlock()
277 if (type.is2WordType()) in doXLOAD()411 if (type.is2WordType()) { in doXSTORE()