Searched refs:localsUsage (Results 1 – 2 of 2) sorted by relevance
24 protected byte[] localsUsage; field in Liveness49 byte[] usage = blocks[k].localsUsage; in useAllArgs()72 byte[] usage = tb.localsUsage; in computeLiveness1()115 byte[] usage = tb.localsUsage; in computeLiveness1u()144 byte[] usage = tb.localsUsage; in computeLiveness2()214 localsUsage = tb.localsUsage = new byte[maxLocals]; in computeUsage()217 localsUsage = null; in computeUsage()222 if (localsUsage[reg] == UNKNOWN) in readLocal()223 localsUsage[reg] = READ; in readLocal()227 if (localsUsage[reg] == UNKNOWN) in writeLocal()[all …]
31 public byte[] localsUsage; field in TypedBlock