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

/openjdk7/hotspot/src/share/tools/hsdis/
H A Dhsdis-demo.c79 #define DECODE_INSTRUCTIONS_NAME "decode_instructions"
196 decode_instructions_ftype decode_instructions local
200 res = (*decode_instructions)(from, to, NULL, stdout, NULL, stdout, options);
202 res = (*decode_instructions)(from, to, NULL, NULL, NULL, stdout, options);
204 res = (*decode_instructions)(from, to,
H A Dhsdis.c50 /* the arguments to decode_instructions */
92 decode_instructions(void* start_pv, void* end_pv, function
153 const decode_instructions_ftype decode_instructions_address = &decode_instructions;
/openjdk7/hotspot/src/share/vm/compiler/
H A Ddisassembler.cpp61 static const char decode_instructions_name[] = "decode_instructions";
193 address decode_instructions(address start, address end);
431 address decode_env::decode_instructions(address start, address end) { function in class:decode_env
470 env.decode_instructions(cb->code_begin(), cb->code_end());
476 env.decode_instructions(start, end);
521 env.decode_instructions(p, end);

Completed in 33 milliseconds