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

/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiEnvBase.hpp59 static JvmtiEnvBase* _head_environment; // head of environment list member in class:JvmtiEnvBase
132 static JvmtiEnv* head_environment() { return (JvmtiEnv*)_head_environment; }
H A DjvmtiEnvBase.cpp54 JvmtiEnvBase* JvmtiEnvBase::_head_environment = NULL; member in class:JvmtiEnvBase
104 _head_environment = this;
287 _head_environment = env;

Completed in 34 milliseconds