HomeSort by relevance Sort by last modified time
    Searched defs:AdvancePointer (Results 1 - 2 of 2) sorted by null

  /external/libbrillo/brillo/
pointer_utils.h 13 // AdvancePointer() is a helper function to advance void pointer by
15 inline void* AdvancePointer(void* pointer, ssize_t byte_offset) {
18 inline const void* AdvancePointer(const void* pointer, ssize_t byte_offset) {
  /art/runtime/entrypoints/quick/
quick_trampoline_entrypoints.cc     [all...]

Completed in 494 milliseconds