Lines Matching refs:interesting
88 bool interesting = false;
91 interesting = flags[i].IsOpcode();
94 interesting = flags[i].IsCompileTimeInfoPoint() || flags[i].IsBranchTarget();
97 interesting = flags[i].IsBranchTarget();
102 if (interesting) {
367 * monitor-enter, we need extra data for every register, and a stack for every "interesting"
1035 // We are relying on this to also count all the invokes as interesting.