Lines Matching defs:next_m
493 methodHandle next_m = next->top_method();
497 next_m->print_short_name(tty);
505 if (next_m->is_not_compilable()) { // Did fail to compile this before/
529 if( current->is_interpreted() && next_m->has_compiled_code() ) {
535 // We know next method 'next_m' is interpreted. Find the call site and
539 invcnt = next_m->interpreter_invocation_count();
542 if (ProfileInterpreter && next_m->method_data() != NULL) {
545 ProfileData* data = next_m->method_data()->bci_to_data(bci);
551 // a hot call site for method next_m?
566 if (!can_be_compiled(next_m)) {
571 if( next_m->name() == vmSymbols::class_initializer_name() ) {
578 next_m->print_short_name(tty);
579 tty->print(" ( interpreted " INTPTR_FORMAT ", size=%d ) ", (address)next_m(), next_m->code_size());