Searched refs:interesting (Results 1 - 1 of 1) sorted by relevance

/art/runtime/verifier/
H A Dmethod_verifier.cc63 bool interesting = false; local
66 interesting = flags[i].IsOpcode();
69 interesting = flags[i].IsCompileTimeInfoPoint() || flags[i].IsBranchTarget();
72 interesting = flags[i].IsBranchTarget();
77 if (interesting) {
791 // We are relying on this to also count all the invokes as interesting.

Completed in 119 milliseconds