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

/openjdk7/hotspot/src/share/tools/hsdis/
H A Dhsdis.c275 app_data->dinfo.read_memory_func = hsdis_read_memory_func;
464 read_memory_ftype read_memory_func = dinfo->read_memory_func; local
467 dinfo->read_memory_func = &read_zero_data_only;
472 dinfo->read_memory_func = read_memory_func;

Completed in 34 milliseconds