Lines Matching refs:jvm_agent_t

52 int Jlookup_by_regs(jvm_agent_t* J, const prgregset_t regs, char *name,
193 static int read_compressed_pointer(jvm_agent_t* J, uint64_t base, uint32_t *ptr) {
201 static int read_pointer(jvm_agent_t* J, uint64_t base, uint64_t* ptr) {
218 static int read_string_pointer(jvm_agent_t* J, uint64_t base, const char ** stringp) {
237 static int parse_vmstruct_entry(jvm_agent_t* J, uint64_t base, VMStructEntry* vmp) {
256 static int parse_vmstructs(jvm_agent_t* J) {
308 static int find_symbol(jvm_agent_t* J, const char *name, uint64_t* valuep) {
321 static int read_volatiles(jvm_agent_t* J) {
365 static int codecache_contains(jvm_agent_t* J, uint64_t ptr) {
370 static uint64_t segment_for(jvm_agent_t* J, uint64_t p) {
374 static uint64_t block_at(jvm_agent_t* J, int i) {
378 static int find_start(jvm_agent_t* J, uint64_t ptr, uint64_t *startp) {
409 static int find_jlong_constant(jvm_agent_t* J, const char *name, uint64_t* valuep) {
420 jvm_agent_t *Jagent_create(struct ps_prochandle *P, int vers) {
421 jvm_agent_t* J;
429 J = (jvm_agent_t*)calloc(sizeof(struct jvm_agent), 1);
471 void Jagent_destroy(jvm_agent_t *J) {
477 static int is_methodOop(jvm_agent_t* J, uint64_t methodOopPtr) {
499 name_for_methodOop(jvm_agent_t* J, uint64_t methodOopPtr, char * result, size_t size)
585 jvm_agent_t *J = N->J;
648 raw_read_int(jvm_agent_t* J, uint64_t *buffer, int32_t *val)
694 read_pair(jvm_agent_t* J, uint64_t *buffer, int32_t *bci, int32_t *line)
755 line_number_from_bci(jvm_agent_t* J, Vframe_t *vf)
998 name_for_nmethod(jvm_agent_t* J,
1098 name_for_imethod(jvm_agent_t* J,
1147 name_for_codecache(jvm_agent_t* J, uint64_t fp, uint64_t pc, char * result,
1305 int Jget_vframe(jvm_agent_t* J, int vframe_no,
1338 int Jlookup_by_regs(jvm_agent_t* J, const prgregset_t regs, char *name,
1514 int Jframe_iter(jvm_agent_t *J, prgregset_t gregs, java_stack_f *func, void* cld) {