Searched refs:localType (Results 1 – 2 of 2) sorted by relevance
406 Type localType = localTarget.getType(); in getLocalTarget() local408 if (resultType == localType) { in getLocalTarget()421 if (! Merger.isPossiblyAssignableFrom(localType, resultType)) { in getLocalTarget()423 throwLocalMismatch(resultType, localType); in getLocalTarget()427 if (localType == Type.OBJECT) { in getLocalTarget()
567 Type localType; in visitLocal() local570 localType = local.getType(); in visitLocal()571 if (localType.getBasicFrameType() != in visitLocal()573 BaseMachine.throwLocalMismatch(type, localType); in visitLocal()577 localType = type; in visitLocal()593 machine.localTarget(idx, localType, item); in visitLocal()600 machine.localTarget(idx, localType, item); in visitLocal()