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

/openjdk7/hotspot/src/share/vm/shark/
H A DsharkTopLevelBlock.cpp1277 bool call_is_virtual = is_virtual || is_interface; local
1279 if (call_is_virtual) {
1284 call_is_virtual = false;
1289 if (!call_is_virtual) {
1296 if (call_is_virtual) {

Completed in 36 milliseconds