Searched defs:name_for_imethod (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/os/bsd/dtrace/
H A Dlibjvm_db.c1098 name_for_imethod(jvm_agent_t* J, function
1117 fprintf(stderr, "\t name_for_imethod: BEGIN: methodOop: %#llx\n", methodOop);
1122 fprintf(stderr, "\t name_for_imethod: method name: %s\n", result);
1135 fprintf(stderr, "\t name_for_imethod: END: bci: %d, line: %d\n\n",
1142 fprintf(stderr, "\t name_for_imethod: FAIL\n");
1188 return name_for_imethod(J, J->bcx, J->methodOopPtr, result, size, jframe);
1421 result = name_for_imethod(J, bcx, J->methodOopPtr, name, size, jframe);
1435 result = name_for_imethod(J, bcx, J->methodOopPtr, name, size, jframe);
/openjdk7/hotspot/src/os/solaris/dtrace/
H A Dlibjvm_db.c1098 name_for_imethod(jvm_agent_t* J, function
1117 fprintf(stderr, "\t name_for_imethod: BEGIN: methodOop: %#llx\n", methodOop);
1122 fprintf(stderr, "\t name_for_imethod: method name: %s\n", result);
1135 fprintf(stderr, "\t name_for_imethod: END: bci: %d, line: %d\n\n",
1142 fprintf(stderr, "\t name_for_imethod: FAIL\n");
1188 return name_for_imethod(J, J->bcx, J->methodOopPtr, result, size, jframe);
1421 result = name_for_imethod(J, bcx, J->methodOopPtr, name, size, jframe);
1435 result = name_for_imethod(J, bcx, J->methodOopPtr, name, size, jframe);

Completed in 37 milliseconds