Searched refs:caller_method (Results 1 - 3 of 3) 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...]
H A Dparse.hpp74 ciMethod* caller_method,
80 ciMethod* caller_method,
85 ciMethod* caller_method,
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Runtime1.cpp804 methodHandle caller_method(THREAD, vfst.method());
805 // Note that caller_method->code() may not be same as caller_code because of OSR's
807 // that caller_method() == caller_code->method()
810 Bytecodes::Code code = caller_method()->java_code_at(bci);
822 Bytecode_field field_access(caller_method, bci);
825 constantPoolHandle constants(THREAD, caller_method->constants());
847 { klassOop klass = resolve_field_return_klass(caller_method, bci, CHECK);
854 { Bytecode_new bnew(caller_method(), caller_method->bcp_from(bci));
855 k = caller_method
[all...]

Completed in 63 milliseconds