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

/dalvik/vm/
H A DCheckJni.cpp1077 struct GuardedCopy { struct
1083 /* find the GuardedCopy given the pointer into the "live" data */
1084 static inline const GuardedCopy* fromData(const void* dataBuf) {
1085 return reinterpret_cast<const GuardedCopy*>(actualBuffer(dataBuf));
1115 GuardedCopy* pExtra = reinterpret_cast<GuardedCopy*>(newBuf);
1128 const GuardedCopy* pExtra = GuardedCopy::fromData(dataBuf);
1144 const GuardedCopy* pExtra = GuardedCopy
[all...]

Completed in 67 milliseconds