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

/art/compiler/optimizing/
H A Dcodegen_test.cc193 typedef Expected (*fptr)(); typedef
195 fptr f = reinterpret_cast<fptr>(allocator.GetMemory());
198 f = reinterpret_cast<fptr>(reinterpret_cast<uintptr_t>(f) + 1);

Completed in 34 milliseconds