Lines Matching refs:opcode
85 u1 originalOpcode; /* original 8-bit opcode value */
182 * Retrieve the opcode that was originally at the specified location.
186 * Returns "true" with the opcode in *pOrig on success.
200 * Check the opcode. If it's a "magic" NOP, indicating the start of
226 * For a new entry, this will extract and preserve the current opcode from
227 * the instruction stream, and replace it with a breakpoint opcode.
264 * Change the opcode. We must ensure that the BreakpointSet
265 * updates happen before we change the opcode.
273 * The class init code will "flush" all pending opcode writes
307 * opcode is restored.
320 ALOGE("Unable to restore breakpoint opcode (%s.%s +%#x)",
331 * Must restore opcode before removing set entry.
358 * change the opcode, which might not have happened when the breakpoint
446 * Get the original opcode from under a breakpoint.
453 * the restoration of the original opcode. The fact that we're holding
465 ALOGE("GLITCH: can't find breakpoint, opcode is still set");
478 * gets a chance to look at it, so we postpone opcode replacement until
848 u2 opcode = GET_OPCODE(*pc);
849 if (opcode == OP_RETURN_VOID || opcode == OP_RETURN || opcode == OP_RETURN_VOID_BARRIER ||
850 opcode == OP_RETURN_OBJECT || opcode == OP_RETURN_WIDE)
1008 * int targets[size] branch targets, relative to switch opcode
1062 * int targets[size] branch targets, relative to switch opcode