Lines Matching defs:md
3116 ciMethodData* md = method->method_data();
3117 if (md->is_empty()) {
3122 if (md->has_trap_at(bci, reason) != 0) {
3129 md->trap_count(reason));
3133 return too_many_traps(reason, md);
3142 // Note that we use cumulative trap_count, not just md->trap_count.
3164 ciMethodData* md = method->method_data();
3165 if (md->is_empty()) {
3176 || md->has_trap_at(bci, reason) != 0)
3178 && md->trap_recompiled_at(bci)
3179 && md->overflow_recompile_count() >= bc_cutoff) {
3186 md->trap_count(reason),
3187 md->overflow_recompile_count());
3192 // Use cumulative decompile_count, not just md->decompile_count.
3196 md->trap_count(reason), trap_count(reason),
3197 md->decompile_count(), decompile_count());