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

/openjdk7/hotspot/src/share/vm/opto/
H A DbytecodeInfo.cpp159 callee_method->instructions_size(CompLevel_full_optimization) > inline_small_code_size) {
215 callee_method->instructions_size(CompLevel_full_optimization) > InlineSmallCode) {
243 callee_method->instructions_size(CompLevel_full_optimization) > InlineSmallCode) {
/openjdk7/hotspot/src/share/vm/ci/
H A DciMethod.hpp255 int instructions_size(int comp_level = CompLevel_any);
H A DciMethod.cpp1035 // ciMethod::instructions_size
1042 int ciMethod::instructions_size(int comp_level) { function in class:ciMethod

Completed in 67 milliseconds