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

/art/runtime/verifier/
H A Dmethod_verifier.cc61 bool interesting = false; local
64 interesting = flags[i].IsOpcode();
67 interesting = flags[i].IsCompileTimeInfoPoint() || flags[i].IsBranchTarget();
70 interesting = flags[i].IsBranchTarget();
75 if (interesting) {
657 // We are relying on this to also count all the invokes as interesting.

Completed in 12 milliseconds