HomeSort by relevance Sort by last modified time
    Searched refs:GuardedCopy (Results 1 - 2 of 2) sorted by null

  /dalvik/vm/
CheckJni.cpp     [all...]
  /art/runtime/
check_jni.cc 919 struct GuardedCopy {
925 /* find the GuardedCopy given the pointer into the "live" data */
926 static inline const GuardedCopy* FromData(const void* dataBuf) {
927 return reinterpret_cast<const GuardedCopy*>(ActualBuffer(dataBuf));
    [all...]

Completed in 25 milliseconds