Searched refs:PCStackInfo (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/share/vm/code/
H A Djvmticmlr.h41 * This record contains an array of PCStackInfo structs, which indicate
43 * The "methods" and "bcis" fields in each PCStackInfo struct specify a
92 } PCStackInfo; typedef in typeref:struct:_PCStackInfo
101 PCStackInfo* pcinfo; /* array of numpcs pc descriptors */
/openjdk7/jdk/src/share/javavm/export/
H A Djvmticmlr.h41 * This record contains an array of PCStackInfo structs, which indicate
43 * The "methods" and "bcis" fields in each PCStackInfo struct specify a
92 } PCStackInfo; typedef in typeref:struct:_PCStackInfo
101 PCStackInfo* pcinfo; /* array of numpcs pc descriptors */
/openjdk7/jdk/src/share/demo/jvmti/compiledMethodLoad/
H A DcompiledMethodLoad.c70 print_stack_frames(PCStackInfo* record, jvmtiEnv *jvmti, FILE* fp) {
145 PCStackInfo pcrecord = (record->pcinfo[i]);
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiExport.cpp1706 record->pcinfo = (PCStackInfo*)(NEW_RESOURCE_ARRAY(PCStackInfo, record->numpcs));

Completed in 41 milliseconds