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);
477 bool UnwindAssemblyInstEmulation::ReadRegister(EmulateInstruction *instruction,
484 ->ReadRegister(instruction, reg_info, reg_value);
487 bool UnwindAssemblyInstEmulation::ReadRegister(EmulateInstruction *instruction,
507 EmulateInstruction *instruction, void *baton,
512 ->WriteRegister(instruction, context, reg_info, reg_value);
516 EmulateInstruction *instruction, const EmulateInstruction::Context &context,
528 context.Dump(strm, instruction);