Searched refs:printf_callback (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/tools/hsdis/
H A Dhsdis.h33 It is called as (*printf_callback)(printf_stream, "some format...", some, format, args).
54 int (*printf_callback)(void*, const char*, ...),
65 decode_instructions_printf_callback_ftype printf_callback,
H A Dhsdis.c53 printf_callback_t printf_callback; void* printf_stream; member in struct:hsdis_app_data
76 printf_callback_t printf_callback = (app_data)->printf_callback; \
102 app_data.printf_callback = printf_callback_arg;
144 (*printf_callback)(printf_stream, "\n");
267 app_data->printf_callback,
326 if (app_data->printf_callback == NULL) {
329 app_data->printf_callback = (printf_callback_t) fprintf_callback;
377 (*printf_callback)(printf_stream, "hsdis: ");
378 (*printf_callback)(printf_strea
[all...]
/openjdk7/hotspot/src/share/vm/compiler/
H A Ddisassembler.hpp55 int (*printf_callback)(void*, const char*, ...),

Completed in 57 milliseconds