Searched refs:new_value (Results 1 - 1 of 1) sorted by relevance

/development/ndk/sources/android/libportable/arch-arm/
H A Dunwind.c65 void WRAP(_Unwind_SetGR)(struct _Unwind_Context* ctx, int index, uint64_t new_value) { argument
66 uint32_t val = (uint32_t)new_value;
74 void WRAP(_Unwind_SetIP)(struct _Unwind_Context* ctx, uintptr_t new_value) { argument
75 uint32_t val = (uint32_t)new_value;

Completed in 3 milliseconds