Searched defs:GetDataPtrSize (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Dart_method.h466 return reinterpret_cast<ImtConflictTable*>(GetDataPtrSize(pointer_size));
482 return reinterpret_cast<ProfilingInfo*>(GetDataPtrSize(pointer_size));
534 return GetDataPtrSize(pointer_size);
546 ALWAYS_INLINE void* GetDataPtrSize(PointerSize pointer_size) { function in class:art::FINAL

Completed in 50 milliseconds