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

/openjdk7/hotspot/src/os/bsd/dtrace/
H A Dlibjvm_db.c1147 name_for_codecache(jvm_agent_t* J, uint64_t fp, uint64_t pc, char * result, function
1170 fprintf(stderr, "name_for_codecache: start: %#8llx, pc: %#8llx, methodOop: %#8llx \n",
1254 fprintf(stderr, "name_for_codecache: found matching fp/pc combo at 0x%llx\n", base - POINTER_SIZE);
1291 fprintf(stderr, "name_for_codecache: %s, frame_size=%#lx\n",
1293 fprintf(stderr, "name_for_codecache: prev_fr.fp=%#lx, fp=%#lx\n",
1431 result = name_for_codecache(J, fp, pc, name, size, jframe, &is_interpreted);
/openjdk7/hotspot/src/os/solaris/dtrace/
H A Dlibjvm_db.c1147 name_for_codecache(jvm_agent_t* J, uint64_t fp, uint64_t pc, char * result, function
1170 fprintf(stderr, "name_for_codecache: start: %#8llx, pc: %#8llx, methodOop: %#8llx \n",
1254 fprintf(stderr, "name_for_codecache: found matching fp/pc combo at 0x%llx\n", base - POINTER_SIZE);
1291 fprintf(stderr, "name_for_codecache: %s, frame_size=%#lx\n",
1293 fprintf(stderr, "name_for_codecache: prev_fr.fp=%#lx, fp=%#lx\n",
1431 result = name_for_codecache(J, fp, pc, name, size, jframe, &is_interpreted);

Completed in 36 milliseconds