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

/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiEnvBase.hpp103 char** _native_method_prefixes; member in class:JvmtiEnvBase
118 char** get_native_method_prefixes() { return _native_method_prefixes; }
H A DjvmtiEnvBase.cpp176 _native_method_prefixes = NULL;
375 _native_method_prefixes = NULL;
402 _native_method_prefixes = new_prefixes;

Completed in 36 milliseconds