Searched refs:NumCodeUnits (Results 1 – 1 of 1) sorted by relevance
174 const size_t available = NumCodeUnits() - DexPc();223 DCHECK_LT(DexPc(), NumCodeUnits()); in AssertValid()226 ALWAYS_INLINE uint32_t NumCodeUnits() const { in NumCodeUnits() function