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

/openjdk7/hotspot/src/share/vm/opto/
H A Dlibrary_call.cpp3858 const TypeInt* caller_depth_type = _gvn.type(caller_depth_node)->isa_int(); local
3859 if (caller_depth_type == NULL || !caller_depth_type->is_con()) {
3873 int caller_depth = caller_depth_type->get_con() - 1;
3923 tty->print_cr(" Bailing out because caller depth (%d) exceeded inlining depth (%d)", caller_depth_type->get_con(), _depth);
3943 tty->print_cr(" Succeeded: caller = %s.%s, caller depth = %d, depth = %d", caller_klass->name()->as_utf8(), caller_jvms->method()->name()->as_utf8(), caller_depth_type->get_con(), _depth);

Completed in 38 milliseconds