Lines Matching defs:instruction
62 // The instruction emulation subclass setup the unwind plan for the first
63 // instruction.
117 // Make a copy of the current instruction Row and save it in m_curr_row
130 // instruction parsing.
135 // instruction.
157 // instruction.
199 // If the last instruction was conditional with a different
228 true; // The last instruction might already
255 // If the current instruction is a branch forward then save the
270 // instruction?
379 EmulateInstruction *instruction, void *baton,
390 context.Dump(strm, instruction);
398 EmulateInstruction *instruction, void *baton,
403 ->WriteMemory(instruction, context, addr, dst, dst_len);
408 EmulateInstruction *instruction, const EmulateInstruction::Context &context,
411 instruction->GetArchitecture().GetByteOrder(),
412 instruction->GetArchitecture().GetAddressByteSize());
423 context.Dump(strm, instruction);
478 bool UnwindAssemblyInstEmulation::ReadRegister(EmulateInstruction *instruction,
485 ->ReadRegister(instruction, reg_info, reg_value);
488 bool UnwindAssemblyInstEmulation::ReadRegister(EmulateInstruction *instruction,
508 EmulateInstruction *instruction, void *baton,
513 ->WriteRegister(instruction, context, reg_info, reg_value);
517 EmulateInstruction *instruction, const EmulateInstruction::Context &context,
529 context.Dump(strm, instruction);