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

  /art/runtime/
indirect_reference_table-inl.h 64 IndirectRef checkRef = ToIndirectRef(idx);
65 if (UNLIKELY(checkRef != iref)) {
68 << " (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) {

Completed in 46 milliseconds