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

/openjdk7/hotspot/src/share/tools/hsdis/
H A Dhsdis-demo.c81 static void* decode_instructions_pv = 0; variable
95 decode_instructions_pv = dlsym(dllib, DECODE_INSTRUCTIONS_NAME);
96 if (decode_instructions_pv != NULL)
197 = (decode_instructions_ftype) decode_instructions_pv;

Completed in 28 milliseconds