Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Ddex_instruction_iterator.h218 bool IsErrorState() const { in IsErrorState() function
224 DCHECK(!IsErrorState()); in AssertValid()
/art/dex2oat/
Ddex2oat_test.cc1809 while (!it2.IsErrorState()) { in TEST_F()
/art/runtime/verifier/
Dmethod_verifier.cc1061 for ( ; !it.IsErrorState() && it < code_item_accessor_.end(); ++it) { in ComputeWidthsAndCountOps()
1065 if (next.IsErrorState()) { in ComputeWidthsAndCountOps()