Home
last modified time | relevance | path

Searched refs:ScopedVirtualGuestCallFrame (Results 1 – 6 of 6) sorted by relevance

/frameworks/libs/binary_translation/runtime_primitives/
Dvirtual_guest_call_frame_riscv64.cc27 GuestAddr ScopedVirtualGuestCallFrame::g_return_address_ = {};
51 ScopedVirtualGuestCallFrame::ScopedVirtualGuestCallFrame(CPUState* cpu, GuestAddr pc) : cpu_(cpu) { in ScopedVirtualGuestCallFrame() function in berberis::ScopedVirtualGuestCallFrame
73 ScopedVirtualGuestCallFrame::~ScopedVirtualGuestCallFrame() { in ~ScopedVirtualGuestCallFrame()
Dvirtual_guest_call_frame_riscv64_test.cc32 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()
Dvirtual_guest_call_frame.cc26 ScopedVirtualGuestCallFrame::SetReturnAddress(pc); in InitVirtualGuestCallFrameReturnAddress()
/frameworks/libs/binary_translation/runtime_primitives/include/berberis/runtime_primitives/
Dvirtual_guest_call_frame.h46 class ScopedVirtualGuestCallFrame {
48 ScopedVirtualGuestCallFrame(CPUState* cpu, GuestAddr pc);
49 ~ScopedVirtualGuestCallFrame();
/frameworks/libs/binary_translation/runtime/
Drun_guest_call_riscv64.cc72 ScopedVirtualGuestCallFrame virtual_guest_call_frame(&state->cpu, pc); in RunGuestCall()
/frameworks/libs/binary_translation/guest_loader/
Dguest_loader.cc114 ScopedVirtualGuestCallFrame virtual_guest_call_frame(&cpu, entry_point); in StartGuestExecutableImpl()