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

  /art/runtime/
indirect_reference_table-inl.h 62 IndirectRef checkRef = ToIndirectRef(idx);
63 if (UNLIKELY(checkRef != iref)) {
66 << " (should be " << checkRef << ")";
  /external/clang/lib/ARCMigrate/
TransAutoreleasePool.cpp 264 return checkRef(E->getLocation(), E->getDecl()->getLocation());
268 return checkRef(TL.getBeginLoc(), TL.getTypedefNameDecl()->getLocation());
272 return checkRef(TL.getBeginLoc(), TL.getDecl()->getLocation());
276 bool checkRef(SourceLocation refLoc, SourceLocation declLoc) {
  /external/chromium_org/third_party/sqlite/src/src/
btree.c     [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]

Completed in 190 milliseconds