Lines Matching refs:mh

776   methodHandle mh(thread, method);
786 ets->compare_and_set_current_location(mh(), location, JVMTI_EVENT_BREAKPOINT);
792 (mh() == NULL) ? "NULL" : mh()->klass_name()->as_C_string(),
793 (mh() == NULL) ? "NULL" : mh()->name()->as_C_string(),
794 location - mh()->code_base() ));
797 JvmtiLocationEventMark jem(thread, mh, location);
859 methodHandle mh(thread, method);
875 JvmtiExport::post_single_step(thread, mh(), location);
1098 methodHandle mh(thread, method);
1102 (mh() == NULL) ? "NULL" : mh()->klass_name()->as_C_string(),
1103 (mh() == NULL) ? "NULL" : mh()->name()->as_C_string() ));
1119 (mh() == NULL) ? "NULL" : mh()->klass_name()->as_C_string(),
1120 (mh() == NULL) ? "NULL" : mh()->name()->as_C_string() ));
1123 JvmtiMethodEventMark jem(thread, mh);
1136 methodHandle mh(thread, method);
1140 (mh() == NULL) ? "NULL" : mh()->klass_name()->as_C_string(),
1141 (mh() == NULL) ? "NULL" : mh()->name()->as_C_string() ));
1176 (mh() == NULL) ? "NULL" : mh()->klass_name()->as_C_string(),
1177 (mh() == NULL) ? "NULL" : mh()->name()->as_C_string() ));
1180 JvmtiMethodEventMark jem(thread, mh);
1205 (mh() == NULL) ? "NULL" : mh()->klass_name()->as_C_string(),
1206 (mh() == NULL) ? "NULL" : mh()->name()->as_C_string() ));
1210 JvmtiMethodEventMark jem(thread, mh);
1231 methodHandle mh(thread, method);
1239 ets->compare_and_set_current_location(mh(), location, JVMTI_EVENT_SINGLE_STEP);
1243 (mh() == NULL) ? "NULL" : mh()->klass_name()->as_C_string(),
1244 (mh() == NULL) ? "NULL" : mh()->name()->as_C_string(),
1245 location - mh()->code_base() ));
1248 JvmtiLocationEventMark jem(thread, mh, location);
1264 methodHandle mh(thread, method);
1283 (mh() == NULL) ? "NULL" : mh()->klass_name()->as_C_string(),
1284 (mh() == NULL) ? "NULL" : mh()->name()->as_C_string(),
1285 location - mh()->code_base() ));
1288 JvmtiExceptionEventMark jem(thread, mh, location, exception_handle);
1345 methodHandle mh(thread, method);
1355 (mh() == NULL) ? "NULL" : mh()->klass_name()->as_C_string(),
1356 (mh() == NULL) ? "NULL" : mh()->name()->as_C_string(),
1358 location==0? 0 : location - mh()->code_base(),
1390 (mh() == NULL) ? "NULL" : mh()->klass_name()->as_C_string(),
1391 (mh() == NULL) ? "NULL" : mh()->name()->as_C_string(),
1392 location - mh()->code_base() ));
1395 JvmtiExceptionEventMark jem(thread, mh, location, exception_handle);
1471 methodHandle mh(thread, method);
1484 (mh() == NULL) ? "NULL" : mh()->klass_name()->as_C_string(),
1485 (mh() == NULL) ? "NULL" : mh()->name()->as_C_string(),
1486 location - mh()->code_base() ));
1489 JvmtiLocationEventMark jem(thread, mh, location);
1628 methodHandle mh(thread, method);
1644 (mh() == NULL) ? "NULL" : mh()->klass_name()->as_C_string(),
1645 (mh() == NULL) ? "NULL" : mh()->name()->as_C_string(),
1646 location - mh()->code_base() ));
1649 JvmtiLocationEventMark jem(thread, mh, location);
1668 methodHandle mh(thread, method);
1680 JvmtiMethodEventMark jem(thread, mh);