Searched refs:format_ptr (Results 1 – 5 of 5) sorted by relevance
59 static FormattedNumber format_ptr(void *PC) { in format_ptr() function151 OS << '#' << frame_no++ << ' ' << format_ptr(StackTrace[i]) << '\n'; in printSymbolizedStackTrace()162 OS << '#' << frame_no++ << ' ' << format_ptr(StackTrace[i]) << ' '; in printSymbolizedStackTrace()
97 static FormattedNumber format_ptr(void *PC) { in format_ptr() function184 OS << '#' << frame_no++ << ' ' << format_ptr(StackTrace[i]) << '\n'; in printSymbolizedStackTrace()195 OS << '#' << frame_no++ << ' ' << format_ptr(StackTrace[i]) << ' '; in printSymbolizedStackTrace()
1536 char *format_ptr; in cookie_output() local1585 format_ptr = get_netscape_format(array[i]); in cookie_output()1586 if(format_ptr == NULL) { in cookie_output()1593 fprintf(out, "%s\n", format_ptr); in cookie_output()1594 free(format_ptr); in cookie_output()
1663 jvmtiJlocationFormat* format_ptr);2521 jvmtiError GetJLocationFormat(jvmtiJlocationFormat* format_ptr) { in GetJLocationFormat()2522 return functions->GetJLocationFormat(this, format_ptr); in GetJLocationFormat()