Searched refs:ScopedVirtualGuestCallFrame (Results 1 – 6 of 6) sorted by relevance
27 GuestAddr ScopedVirtualGuestCallFrame::g_return_address_ = {};51 ScopedVirtualGuestCallFrame::ScopedVirtualGuestCallFrame(CPUState* cpu, GuestAddr pc) : cpu_(cpu) { in ScopedVirtualGuestCallFrame() function in berberis::ScopedVirtualGuestCallFrame73 ScopedVirtualGuestCallFrame::~ScopedVirtualGuestCallFrame() { in ~ScopedVirtualGuestCallFrame()
32 ScopedVirtualGuestCallFrame::SetReturnAddress(kVirtualGuestFrameReturnAddress); in TEST()39 ScopedVirtualGuestCallFrame virtual_guest_call_frame(&cpu, 0xdeadbeef); in TEST()48 ScopedVirtualGuestCallFrame virtual_guest_call_frame(cpu, 0xbaaaaaad); in RunGuestCall()
26 ScopedVirtualGuestCallFrame::SetReturnAddress(pc); in InitVirtualGuestCallFrameReturnAddress()
46 class ScopedVirtualGuestCallFrame {48 ScopedVirtualGuestCallFrame(CPUState* cpu, GuestAddr pc);49 ~ScopedVirtualGuestCallFrame();
72 ScopedVirtualGuestCallFrame virtual_guest_call_frame(&state->cpu, pc); in RunGuestCall()
114 ScopedVirtualGuestCallFrame virtual_guest_call_frame(&cpu, entry_point); in StartGuestExecutableImpl()