Home
last modified time | relevance | path

Searched refs:virtual_guest_call_frame (Results 1 – 4 of 4) sorted by relevance

/frameworks/libs/binary_translation/runtime_primitives/
Dvirtual_guest_call_frame_riscv64_test.cc39 ScopedVirtualGuestCallFrame virtual_guest_call_frame(&cpu, 0xdeadbeef); in TEST() local
48 ScopedVirtualGuestCallFrame virtual_guest_call_frame(cpu, 0xbaaaaaad); in RunGuestCall() local
DAndroid.bp52 "virtual_guest_call_frame.cc",
/frameworks/libs/binary_translation/runtime/
Drun_guest_call_riscv64.cc72 ScopedVirtualGuestCallFrame virtual_guest_call_frame(&state->cpu, pc); in RunGuestCall() local
/frameworks/libs/binary_translation/guest_loader/
Dguest_loader.cc114 ScopedVirtualGuestCallFrame virtual_guest_call_frame(&cpu, entry_point); in StartGuestExecutableImpl() local