Home
last modified time | relevance | path

Searched defs:RegisterContext (Results 1 – 4 of 4) sorted by relevance

/external/cronet/base/profiler/
Dregister_context.h40 using RegisterContext = ::CONTEXT; variable
75 using RegisterContext = x86_thread_state64_t; variable
91 using RegisterContext = arm_thread_state64_t; variable
112 struct RegisterContext { struct
118 inline uintptr_t& RegisterContextStackPointer(RegisterContext* context) { in RegisterContextStackPointer() argument
134 using RegisterContext = mcontext_t; variable
215 struct RegisterContext { struct
221 inline uintptr_t& RegisterContextStackPointer(RegisterContext* context) { in RegisterContextStackPointer() argument
Dlibunwindstack_unwinder_android_unittest.cc40 OnceCallback<void(RegisterContext*, uintptr_t, std::vector<Frame>*)> in CaptureScenario()
Dnative_unwinder_android_unittest.cc100 OnceCallback<void(RegisterContext*, uintptr_t, std::vector<Frame>*)> in CaptureScenario()
/external/llvm/lib/Target/X86/AsmParser/
DX86AsmInstrumentation.cpp121 struct RegisterContext { struct in llvm::__anon27d418090111::X86AddressSanitizer
123 enum RegOffset {
130 RegisterContext(unsigned AddressReg, unsigned ShadowReg, in RegisterContext() function
137 unsigned AddressReg(unsigned Size) const { in AddressReg()
141 unsigned ShadowReg(unsigned Size) const { in ShadowReg()
145 unsigned ScratchReg(unsigned Size) const { in ScratchReg()
149 void AddBusyReg(unsigned Reg) { in AddBusyReg()
154 void AddBusyRegs(const X86Operand &Op) { in AddBusyRegs()
159 unsigned ChooseFrameReg(unsigned Size) const { in ChooseFrameReg()
171 unsigned convReg(unsigned Reg, unsigned Size) const { in convReg()
[all …]