Home
last modified time | relevance | path

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

/aosp_15_r20/external/libbrillo/brillo/
H A Dpointer_utils.h15 inline void* AdvancePointer(void* pointer, ssize_t byte_offset) { in AdvancePointer() function
18 inline const void* AdvancePointer(const void* pointer, ssize_t byte_offset) { in AdvancePointer() function
/aosp_15_r20/art/runtime/entrypoints/quick/
H A Dquick_trampoline_entrypoints.cc1507 void AdvancePointer(const void* val) { in AdvancePointer() function in art::BuildNativeCallFrameStateMachine