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

/openjdk7/hotspot/src/share/vm/runtime/
H A Dvframe.cpp436 int method_prefix_count = 0; local
437 char** method_prefixes = JvmtiExport::get_all_native_method_prefixes(&method_prefix_count);
441 int prefix_index = method_prefix_count-1;

Completed in 30 milliseconds