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

/openjdk7/hotspot/src/share/vm/interpreter/
H A DinterpreterRuntime.cpp1133 address rh_begin = Interpreter::result_handler(method()->result_type()); local
1134 address rh_end = rh_begin;
1138 Disassembler::decode(rh_begin, rh_end);

Completed in 29 milliseconds