Home | History | Annotate | Download | only in docs

Lines Matching full:instruction

201           The index of instruction <code>n+1</code> must equal the index of
202 instruction <code>n</code> plus the length of instruction
217 The last instruction in the <code>insns</code> array must end at index
247 All targets of a <code>packed-switch</code> instruction must be
263 All targets of a <code>sparse-switch</code> instruction must be
383 instruction must be a valid index into the method constant pool. The
400 instruction must be a valid index into the method constant pool.
450 instruction must be less than <code>256</code>.
464 The <code>new</code> instruction must not refer to array classes,
479 The type referred to by a <code>new-array</code> instruction must be
494 All registers referred to by an instruction in a single-width
511 All registers referred to by an instruction in a double-width (pair)
554 must always match the instruction.
597 An <code>invoke-direct</code> instruction must only invoke an instance
644 instruction must not be used if the same
645 <code>new-instance</code> instruction is again executed before
695 instruction.
709 A <code>return&lt;kind&gt;</code> instruction must match its
785 The <code>A</code> operand of a <code>throw</code> instruction must
800 The last reachable instruction of a method must either be a backwards
802 <code>throw</code> instruction. It must not be possible to leave the
819 instruction.
833 A <code>move-result&lt;kind&gt;</code> instruction must be immediately
835 <code>invoke-&lt;kind&gt;</code> instruction. The only exception is
836 the <code>move-result-object</code> instruction, which may also be
837 preceded by a <code>filled-new-array</code> instruction.
851 A <code>move-result&lt;kind&gt;</code> instruction must be immediately
853 <code>return-&lt;kind&gt;</code> instruction (it must not be jumped
855 instruction, which may also be preceded by a
856 <code>filled-new-array</code> instruction.
870 A <code>move-exception</code> instruction must only appear as the
871 first instruction in an exception handler.