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

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/
H A DNativeSignatureIterator.java92 int JNIEnv_words = 1;
94 prepended = !isStatic() ? JNIEnv_words : JNIEnv_words + mirror_words;
/openjdk7/hotspot/src/share/vm/runtime/
H A Dsignature.hpp317 const int JNIEnv_words = 1; local
319 _prepended = !is_static() ? JNIEnv_words : JNIEnv_words + mirror_words;

Completed in 36 milliseconds