Lines Matching full:instruction
142 The index of instruction <code>n+1</code> must equal the index of
143 instruction <code>n</code> plus the length of instruction
145 instruction. Opcodes modified by a <code>wide</code> instruction must
164 The last instruction in <code>code</code> array must end at index
184 Opcodes modified by a <code>wide</code> instruction must not be
185 directly reachable via a jump or branch instruction.
203 All targets of a <code>tableswitch</code> instruction must be opcodes
205 Opcodes modified by a <code>wide</code> instruction must not be
206 directly reachable via a <code>tableswitch</code> instruction.
224 All targets of a <code>lookupswitch</code> instruction must be opcodes
226 low-to-high. Opcodes modified by a <code>wide</code> instruction must
227 not be directly reachable via a <code>lookupswitch</code> instruction.
374 <code>multianewarray</code> instruction must form a valid 16-bit index
413 The <code>new</code> instruction must not reference array classes,
432 The type referenced by a <code>multinewarray</code> instruction must
433 have at least as many dimensions as specified in the instruction. The
452 The type referenced by a <code>newarray</code> instruction must be a
622 always match the instruction.
641 leading to an instruction.
732 An <code>invokespecial</code> instruction must only invoke an instance
854 instruction.
872 A returns instruction must match its method's return type.
967 The operand of an <code>athrow</code> instruction must be
986 The last reachable instruction of a method must either be a backwards
987 jump or branch, a return, or an <code>athrow</code> instruction. It
1025 There must be a single, uniquely determined return instruction per
1064 stack than where its original call instruction is located, then all