Home
last modified time | relevance | path

Searched refs:OFFSETOF_MEMBERPTR (Results 1 – 2 of 2) sorted by relevance

/art/runtime/base/
Dmacros.h53 #define OFFSETOF_MEMBERPTR(t, f) \ macro
/art/compiler/utils/
Dintrusive_forward_list.h446 reinterpret_cast<uintptr_t>(hook) - OFFSETOF_MEMBERPTR(T, NextPtr)); in GetValue()