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

/openjdk7/hotspot/src/share/vm/opto/
H A DdoCall.cpp435 bool try_inline = (C->do_inlining() || InlineAccessors); local
445 CallGenerator* cg = C->call_generator(callee, vtable_index, call_does_dispatch, jvms, try_inline, prof_factor());
485 cg = C->call_generator(cg->method(), vtable_index, call_does_dispatch, jvms, try_inline, prof_factor(), /* allow_intrinsics= */ false);
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_GraphBuilder.cpp1848 bool success = try_inline(inline_target, (cha_monomorphic_target != NULL) || (exact_target != NULL), code, better_receiver);
3186 bool GraphBuilder::try_inline(ciMethod* callee, bool holder_known, Bytecodes::Code bc, Value receiver) { function in class:GraphBuilder
3896 if (try_inline(target, /*holder_known*/ true, bc)) {
3956 if (try_inline(target, /*holder_known*/ true, bc)) {

Completed in 44 milliseconds