Home
last modified time | relevance | path

Searched refs:CheckFuturePC (Results 1 – 1 of 1) sorted by relevance

/external/vixl/src/
Dpool-manager-impl.h183 static inline bool CheckFuturePC(T pc, T checkpoint) { in CheckFuturePC() function
199 if (CheckFuturePC(pc, checkpoint_)) return true; in MustEmit()
273 if (CheckFuturePC(pc, checkpoint)) return true; in MustEmit()
279 if (CheckFuturePC(pc, checkpoint)) return true; in MustEmit()
291 return CheckFuturePC(pc, checkpoint); in MustEmit()
476 VIXL_ASSERT(!CheckFuturePC(location, checkpoint_)); in Bind()