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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_GraphBuilder.cpp2704 // stop processing of this block (see try_inline_full)
3224 if (try_inline_full(callee, holder_known, bc, receiver))
3227 // Entire compilation could fail during try_inline_full call.
3637 bool GraphBuilder::try_inline_full(ciMethod* callee, bool holder_known, Bytecodes::Code bc, Value receiver) { function in class:GraphBuilder

Completed in 43 milliseconds