Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Ddex_instruction_iterator.h216 bool IsErrorState() const { in IsErrorState() function
222 DCHECK(!IsErrorState()); in AssertValid()
/art/dexlayout/
Dcompact_dex_writer.cc173 for (; !it.IsErrorState() && it < instructions.end(); ++it) { in WriteCodeItem()
175 if (std::next(it).IsErrorState()) { in WriteCodeItem()
Ddexlayout_test.cc696 while (!it2.IsErrorState()) { in TEST_F()
Ddex_ir_builder.cc1016 for (; !it.IsErrorState() && it < instructions.end(); ++it) { in GetIdsFromByteCode()
1020 if (next.IsErrorState()) { in GetIdsFromByteCode()
/art/runtime/verifier/
Dmethod_verifier.cc1090 for ( ; !it.IsErrorState() && it < code_item_accessor_.end(); ++it) { in ComputeWidthsAndCountOps()
1094 if (next.IsErrorState()) { in ComputeWidthsAndCountOps()
/art/dex2oat/
Ddex2oat_test.cc2073 while (!it2.IsErrorState()) { in TEST_F()