Home | History | Annotate | Download | only in analysis

Lines Matching defs:merged

181             throw new RuntimeException("Operand stacks could not be merged, they are different sizes!");
186 Type merged = prev.merge(frame.stack[i]);
187 if (merged == Type.BOGUS)
188 throw new RuntimeException("Operand stacks could not be merged due to differing primitive types: pos = " + i);
190 stack[i] = merged;
192 if ((! merged.equals(prev)) || merged.popChanged()) {
215 Type merged = prev.merge(frame.locals[i]);
217 locals[i] = merged;
218 if (! merged.equals(prev) || merged.popChanged()) {
252 * Whether or not state from the source JSR instruction has been merged
254 * @return true if JSR state has been merged
261 * Sets whether of not the state from the source JSR instruction has been merged
263 * @param jsrMerged true if merged, otherwise false
271 * to has been merged.
273 * @return true if RET state has been merged
281 * to has been merged.
283 * @param retMerged true if RET state has been merged