Home
last modified time | relevance | path

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

/frameworks/libs/native_bridge_support/android_api/libc/proxy/
Dsetjmp_thunks.h28 void DoThunk_longjmp(void* guest_buf, int value);
Dsetjmp_thunks.cc39 void DoThunk_longjmp(void* guest_buf, int value) { in DoThunk_longjmp() function
Dtrampolines_riscv64_to_x86_64-inl.h38 …jmp", GetTrampolineFunc<auto(void*, int32_t) -> void>(), reinterpret_cast<void*>(DoThunk_longjmp)},
Dtrampolines_arm64_to_x86_64-inl.h38 …jmp", GetTrampolineFunc<auto(void*, int32_t) -> void>(), reinterpret_cast<void*>(DoThunk_longjmp)},
Dtrampolines_arm_to_x86-inl.h35 …jmp", GetTrampolineFunc<auto(void*, int32_t) -> void>(), reinterpret_cast<void*>(DoThunk_longjmp)},