HomeSort by relevance Sort by last modified time
    Searched full:remote_ptr (Results 1 - 1 of 1) sorted by null

  /art/imgdiag/
imgdiag.cc 170 static T* FixUpRemotePointer(T* remote_ptr,
173 if (remote_ptr == nullptr) {
177 uintptr_t remote = reinterpret_cast<uintptr_t>(remote_ptr);
188 static T* RemoteContentsPointerToLocal(T* remote_ptr,
191 if (remote_ptr == nullptr) {
195 uint8_t* remote = reinterpret_cast<uint8_t*>(remote_ptr);
1294 uint8_t* remote_ptr = &remote_contents_[offset]; local
1323 uint8_t* remote_ptr = &remote_contents_[offset]; local
    [all...]

Completed in 2005 milliseconds