Lines Matching refs:JvmtiEnv

372   if (JvmtiEnv::get_phase() == JVMTI_PHASE_LIVE) {
379 JvmtiEnv *jvmti_env = JvmtiEnv::create_a_jvmti(version);
380 *penv = jvmti_env->jvmti_external(); // actual type is jvmtiEnv* -- not to be confused with JvmtiEnv*
383 } else if (JvmtiEnv::get_phase() == JVMTI_PHASE_ONLOAD) {
385 JvmtiEnv *jvmti_env = JvmtiEnv::create_a_jvmti(version);
386 *penv = jvmti_env->jvmti_external(); // actual type is jvmtiEnv* -- not to be confused with JvmtiEnv*
434 for (JvmtiEnv* env = it.first(); env != NULL; env = it.next(env)) {
457 for (JvmtiEnv* env = it.first(); env != NULL; env = it.next(env)) {
477 for (JvmtiEnv* env = it.first(); env != NULL; env = it.next(env)) {
517 JvmtiEnv * _curr_env;
573 for (JvmtiEnv* env = it.first(); env != NULL; env = it.next(env)) {
582 for (JvmtiEnv* env = it.first(); env != NULL; env = it.next(env)) {
592 void post_to_env(JvmtiEnv* env, bool caching_needed) {
604 JNIEnv* jni_env = (JvmtiEnv::get_phase() == JVMTI_PHASE_PRIMORDIAL)?
750 for (JvmtiEnv* env = it.first(); env != NULL; env = it.next(env)) {
796 JvmtiEnv *env = ets->get_env();
915 JvmtiEnv *env = ets->get_env();
944 JvmtiEnv *env = ets->get_env();
969 for (JvmtiEnv* env = it.first(); env != NULL; env = it.next(env)) {
1015 for (JvmtiEnv* env = it.first(); env != NULL; env = it.next(env)) {
1051 JvmtiEnv *env = ets->get_env();
1063 void JvmtiExport::post_object_free(JvmtiEnv* env, jlong tag) {
1080 for (JvmtiEnv* env = it.first(); env != NULL; env = it.next(env)) {
1122 JvmtiEnv *env = ets->get_env();
1179 JvmtiEnv *env = ets->get_env();
1209 JvmtiEnv *env = ets->get_env();
1247 JvmtiEnv *env = ets->get_env();
1287 JvmtiEnv *env = ets->get_env();
1394 JvmtiEnv *env = ets->get_env();
1447 bool valid_fieldID = JvmtiEnv::get_field_descriptor(klass, fieldID, &fd);
1488 JvmtiEnv *env = ets->get_env();
1544 bool valid_fieldID = JvmtiEnv::get_field_descriptor(klass, fieldID, &fd);
1573 bool found = JvmtiEnv::get_field_descriptor(field_klass(), field, &fd);
1648 JvmtiEnv *env = ets->get_env();
1675 for (JvmtiEnv* env = it.first(); env != NULL; env = it.next(env)) {
1682 JNIEnv* jni_env = JvmtiEnv::get_phase() == JVMTI_PHASE_PRIMORDIAL? NULL : jem.jni_env();
1742 for (JvmtiEnv* env = it.first(); env != NULL; env = it.next(env)) {
1770 void JvmtiExport::post_compiled_method_load(JvmtiEnv* env, const jmethodID method, const jint length,
1807 for (JvmtiEnv* env = it.first(); env != NULL; env = it.next(env)) {
1824 jvmtiPhase phase = JvmtiEnv::get_phase();
1841 void JvmtiExport::post_dynamic_code_generated(JvmtiEnv* env, const char *name,
1906 for (JvmtiEnv* env = it.first(); env != NULL; env = it.next(env)) {
1927 for (JvmtiEnv* env = it.first(); env != NULL; env = it.next(env)) {
1948 for (JvmtiEnv* env = it.first(); env != NULL; env = it.next(env)) {
1988 JvmtiEnv *env = ets->get_env();
2023 JvmtiEnv *env = ets->get_env();
2054 JvmtiEnv *env = ets->get_env();
2090 JvmtiEnv *env = ets->get_env();
2111 for (JvmtiEnv* env = it.first(); env != NULL; env = it.next(env)) {
2367 if (!JvmtiEnv::environments_might_exist()) {
2416 if (!JvmtiEnv::environments_might_exist()) {
2432 if (!JvmtiEnv::environments_might_exist()) {