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

/openjdk7/hotspot/src/share/vm/opto/
H A DbytecodeInfo.cpp88 ciMethod* caller_method, Compile* C) {
93 (caller_method->is_initializer() &&
94 caller_method != C->method() &&
95 caller_method->holder()->is_subclass_of(callee_method->holder()))
100 bool InlineTree::should_inline(ciMethod* callee_method, ciMethod* caller_method, argument
146 is_init_with_ea(callee_method, caller_method, C)) {
178 ciMethod* caller_method,
290 if (is_init_with_ea(callee_method, caller_method, C)) {
307 bool InlineTree::try_to_inline(ciMethod* callee_method, ciMethod* caller_method, argument
322 if (!should_inline(callee_method, caller_method, caller_bc
87 is_init_with_ea(ciMethod* callee_method, ciMethod* caller_method, Compile* C) argument
177 should_not_inline(ciMethod *callee_method, ciMethod* caller_method, WarmCallInfo* wci_result) argument
415 pass_initial_checks(ciMethod* caller_method, int caller_bci, ciMethod* callee_method) argument
497 ciMethod* caller_method = jvms->method(); local
[all...]

Completed in 23 milliseconds