Home
last modified time | relevance | path

Searched defs:AdvancePointer (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/native/libs/vr/libpdx/private/pdx/
H A Dutility.h101 inline const void* AdvancePointer(const void* ptr, OFFSET_T offset) { in AdvancePointer() function
106 inline void* AdvancePointer(void* ptr, OFFSET_T offset) { in AdvancePointer() function
/aosp12/art/runtime/entrypoints/quick/
H A Dquick_trampoline_entrypoints.cc1512 void AdvancePointer(const void* val) { in AdvancePointer() function in art::BuildNativeCallFrameStateMachine