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

/openjdk7/hotspot/src/share/vm/opto/
H A DdoCall.cpp333 bool Parse::can_not_compile_call_site(ciMethod *dest_method, ciInstanceKlass* klass) { argument
338 assert( dest_method->is_loaded(), "ciTypeFlow should not let us get here" );
342 ciInstanceKlass* holder_klass = dest_method->holder();
352 assert(dest_method->is_loaded(), "dest_method: typeflow responsibility");
974 // dest_method here, as opposed to the actual receiver, which may
H A DgraphKit.cpp2005 void GraphKit::round_double_arguments(ciMethod* dest_method) { argument
2007 const TypeFunc* tf = TypeFunc::make(dest_method);
2021 void GraphKit::round_double_result(ciMethod* dest_method) { argument
2026 BasicType result_type = dest_method->return_type()->basic_type();
2028 if( result_type == T_DOUBLE && method()->is_strict() && !dest_method->is_strict() ) {
/openjdk7/hotspot/src/share/vm/ci/
H A DciEnv.cpp709 methodHandle dest_method; local
712 dest_method =
716 dest_method =
720 dest_method =
725 dest_method =
732 return dest_method();
/openjdk7/hotspot/src/share/vm/shark/
H A DsharkTopLevelBlock.cpp1020 ciMethod* dest_method,
1023 if (dest_method->can_be_statically_bound())
1024 return dest_method;
1028 dest_method->holder() == java_lang_Object_klass())
1029 return dest_method;
1061 dest_method->find_monomorphic_target(calling_klass, klass, actual_receiver);
1070 if (monomorphic_target != dest_method) {
1073 tty->print(" dest_method = ");
1074 dest_method->print_short_name(tty);
1246 ciMethod *dest_method local
1018 improve_virtual_call(ciMethod* caller, ciInstanceKlass* klass, ciMethod* dest_method, ciType* receiver_type) argument
[all...]

Completed in 56 milliseconds