Home
last modified time | relevance | path

Searched refs:X86_REG_ECX (Results 1 – 5 of 5) sorted by relevance

/system/unwinding/libunwindstack/
DRegsX86.cpp68 fn("ecx", regs_[X86_REG_ECX]); in IterateRegisters()
83 (*regs)[X86_REG_ECX] = user->ecx; in Read()
102 regs_[X86_REG_ECX] = ucontext->uc_mcontext.ecx; in SetFromUcontext()
143 regs_[X86_REG_ECX] = context.ecx; in StepIfSignalHandler()
/system/unwinding/libunwindstack/include/unwindstack/
DMachineX86.h28 X86_REG_ECX = 1, enumerator
/system/unwinding/libunwindstack/tests/
DRegsStepIfSignalHandlerTest.cpp149 EXPECT_EQ(0xb0U, regs[X86_REG_ECX]); in TEST_F()
177 EXPECT_EQ(0xf0U, regs[X86_REG_ECX]); in TEST_F()
DRegsIterateTest.cpp126 result.push_back({"ecx", X86_REG_ECX}); in ExpectedRegisters()
DUnwindOfflineTest.cpp192 {"eax", X86_REG_EAX}, {"ebx", X86_REG_EBX}, {"ecx", X86_REG_ECX},