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

/openjdk7/hotspot/src/share/vm/code/
H A Dnmethod.cpp477 _jmethod_id = NULL;
1527 if (_jmethod_id == NULL) {
1530 _jmethod_id = method()->jmethod_id();
1532 return _jmethod_id;
1548 // If the _jmethod_id is null then no load event was ever requested
1553 if (_jmethod_id != NULL && JvmtiExport::should_post_compiled_method_unload()) {
1557 _jmethod_id, insts_begin());
H A Dnmethod.hpp117 jmethodID _jmethod_id; // Cache of method()->jmethod_id() member in class:nmethod

Completed in 41 milliseconds