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

/openjdk7/hotspot/src/os/bsd/dtrace/
H A Dlibjvm_db.h53 typedef int java_stack_f(void *cld, const prgregset_t regs, const char* name, int bci, int line, void *handle); typedef
60 int Jframe_iter(jvm_agent_t *agent, prgregset_t gregs, java_stack_f *func, void* cld);
/openjdk7/hotspot/src/os/solaris/dtrace/
H A Dlibjvm_db.h53 typedef int java_stack_f(void *cld, const prgregset_t regs, const char* name, int bci, int line, void *handle); typedef
60 int Jframe_iter(jvm_agent_t *agent, prgregset_t gregs, java_stack_f *func, void* cld);

Completed in 22 milliseconds