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

/openjdk7/hotspot/src/os/bsd/dtrace/
H A Dlibjvm_db.c127 int32_t instrs_beg; /* _code_offset */ member in struct:Nmethod_t
593 err = ps_pread(J->P, nm + OFFSET_CodeBlob_code_offset, &N->instrs_beg, SZ32);
621 fprintf(stderr, "\t nmethod_info: instrs_beg: %#x, instrs_end: %#x\n",
622 N->instrs_beg, N->instrs_end);
844 *real_pc = N->nm + N->instrs_beg + pc_offset;
/openjdk7/hotspot/src/os/solaris/dtrace/
H A Dlibjvm_db.c127 int32_t instrs_beg; /* _code_offset */ member in struct:Nmethod_t
593 err = ps_pread(J->P, nm + OFFSET_CodeBlob_code_offset, &N->instrs_beg, SZ32);
621 fprintf(stderr, "\t nmethod_info: instrs_beg: %#x, instrs_end: %#x\n",
622 N->instrs_beg, N->instrs_end);
844 *real_pc = N->nm + N->instrs_beg + pc_offset;

Completed in 38 milliseconds