Home
last modified time | relevance | path

Searched refs:is2WordType (Results 1 – 4 of 4) sorted by relevance

/external/javassist/src/main/javassist/bytecode/stackmap/
DTypeData.java71 public abstract boolean is2WordType(); in is2WordType() method in TypeData
151 public boolean is2WordType() { in is2WordType() method in TypeData.BasicType
219 private boolean is2WordType; // cache field in TypeData.TypeVar
227 is2WordType = t.is2WordType(); in TypeVar()
245 public boolean is2WordType() { in is2WordType() method in TypeData.TypeVar
247 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.ArrayType
733 public boolean is2WordType() { return false; } in is2WordType() method in TypeData.ArrayElement
[all …]
DMapMaker.java318 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()
DTypedBlock.java106 if (localsTypes[nl - 2].is2WordType()) in resetNumLocals()
158 if (locals[n].is2WordType()) in initFirstBlock()
DTracer.java277 if (type.is2WordType()) in doXLOAD()
411 if (type.is2WordType()) { in doXSTORE()