Lines Matching refs:fn
72 void RegsX86::IterateRegisters(std::function<void(const char*, uint64_t)> fn) {
73 fn("eax", regs_[X86_REG_EAX]);
74 fn("ebx", regs_[X86_REG_EBX]);
75 fn("ecx", regs_[X86_REG_ECX]);
76 fn("edx", regs_[X86_REG_EDX]);
77 fn("ebp", regs_[X86_REG_EBP]);
78 fn("edi", regs_[X86_REG_EDI]);
79 fn("esi", regs_[X86_REG_ESI]);
80 fn("esp", regs_[X86_REG_ESP]);
81 fn("eip", regs_[X86_REG_EIP]);