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

/openjdk7/hotspot/src/share/vm/runtime/
H A DcompilationPolicy.cpp456 RFrame* top = findTopInlinableFrame(stack);
458 assert(top != NULL, "findTopInlinableFrame returned null");
477 RFrame* StackWalkCompPolicy::findTopInlinableFrame(GrowableArray<RFrame*>* stack) { function in class:StackWalkCompPolicy

Completed in 31 milliseconds