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

/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiEnvBase.cpp423 JvmtiEnvBase::get_all_native_method_prefixes(int* count_ptr) { function in class:JvmtiEnvBase
H A DjvmtiExport.cpp496 JvmtiExport::get_all_native_method_prefixes(int* count_ptr) { function in class:JvmtiExport
500 return JvmtiEnvBase::get_all_native_method_prefixes(count_ptr);
503 return JvmtiEnvBase::get_all_native_method_prefixes(count_ptr);

Completed in 32 milliseconds