Lines Matching full:instruction
355 The index of instruction <code>n+1</code> must equal the index of
356 instruction <code>n</code> plus the length of instruction
367 The last instruction in the <code>insns</code> array must end at index
389 All targets of a <code>packed-switch</code> instruction must be
401 All targets of a <code>sparse-switch</code> instruction must be
493 instruction must be a valid index into the method constant pool. The
506 instruction must be a valid index into the method constant pool.
544 instruction must be less than <code>256</code>.
554 The <code>new</code> instruction must not refer to array classes,
565 The type referred to by a <code>new-array</code> instruction must be
576 All registers referred to by an instruction in a single-width
589 All registers referred to by an instruction in a double-width (pair)
624 must always match the instruction.
655 An <code>invoke-direct</code> instruction must invoke an instance
690 instruction must not be used if the same
691 <code>new-instance</code> instruction is again executed before
729 instruction.
739 A <code>return<kind></code> instruction must match its
795 The <code>A</code> operand of a <code>throw</code> instruction must
806 The last reachable instruction of a method must either be a backwards
808 <code>throw</code> instruction. It must not be possible to leave the
821 instruction.
831 A <code>move-result<kind></code> instruction must be immediately
833 <code>invoke-<kind></code> instruction. The only exception is
834 the <code>move-result-object</code> instruction, which may also be
835 preceded by a <code>filled-new-array</code> instruction.
845 A <code>move-result<kind></code> instruction must be immediately
847 <code>return-<kind></code> instruction (it must not be jumped
849 instruction, which may also be preceded by a
850 <code>filled-new-array</code> instruction.
860 A <code>move-exception</code> instruction must appear only as the
861 first instruction in an exception handler.