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

/openjdk7/hotspot/src/share/vm/opto/
H A Dlibrary_call.cpp3898 int inlining_depth = _depth; local
3901 if (inlining_depth > 0) {
3903 assert(caller_jvms = jvms()->of_depth(inlining_depth), "inlining_depth == our depth");
3916 --inlining_depth;
3917 } while (inlining_depth > 0);
3920 if (inlining_depth == 0) {

Completed in 38 milliseconds