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

/openjdk7/hotspot/src/share/vm/opto/
H A DbytecodeInfo.cpp48 _count_inline_bcs(method()->code_size_for_inlining()),
66 caller->_count_inline_bcs += count_inline_bcs();
80 _count_inline_bcs(method()->code_size()),
H A Dparse.hpp50 uint _count_inline_bcs; // Accumulated count of inlined bytecodes member in class:InlineTree
129 uint count_inline_bcs() const { return _count_inline_bcs; }

Completed in 34 milliseconds