Searched refs:check_method (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/interpreter/
H A Dbytecodes.hpp356 static bool check_method(const methodOopDesc* method, address bcp);
374 assert(method == NULL || check_method(method, bcp), "bcp must point into method");
H A Dbytecodes.cpp64 bool Bytecodes::check_method(const methodOopDesc* method, address bcp) { function in class:Bytecodes
/openjdk7/hotspot/src/share/vm/memory/
H A Duniverse.cpp1633 methodOop check_method = ik->method_with_idnum(method_idnum());
1634 assert(check_method != NULL, "sanity check");
1635 if (check_method == method) {
1650 check_method = (methodOop)JNIHandles::resolve(method_ref);
1651 if (check_method == method) {

Completed in 46 milliseconds