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

/openjdk7/hotspot/src/share/vm/ci/
H A DbcEscapeAnalyzer.cpp282 ciMethod* inline_target = NULL; local
289 inline_target = target;
291 inline_target = target->find_monomorphic_target(calling_klass, callee_holder, actual_recv);
295 if (inline_target != NULL && !is_recursive_call(inline_target)) {
297 BCEscapeAnalyzer analyzer(inline_target, this);
325 _dependencies.append(inline_target);
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_GraphBuilder.cpp1846 ciMethod* inline_target = (cha_monomorphic_target != NULL) ? cha_monomorphic_target : target;
1848 bool success = try_inline(inline_target, (cha_monomorphic_target != NULL) || (exact_target != NULL), code, better_receiver);
1858 dependency_recorder()->assert_evol_method(inline_target);

Completed in 100 milliseconds