Lines Matching refs:AbstractInterpreter

85 void AbstractInterpreter::initialize() {
97 void AbstractInterpreter::print() {
124 AbstractInterpreter::code()->code_start(),
125 AbstractInterpreter::code()->code_end()
131 AbstractInterpreter::code()->code_start(),
132 AbstractInterpreter::code()->code_end());
139 StubQueue* AbstractInterpreter::_code = NULL;
140 bool AbstractInterpreter::_notice_safepoints = false;
141 address AbstractInterpreter::_rethrow_exception_entry = NULL;
143 address AbstractInterpreter::_native_entry_begin = NULL;
144 address AbstractInterpreter::_native_entry_end = NULL;
145 address AbstractInterpreter::_slow_signature_handler;
146 address AbstractInterpreter::_entry_table [AbstractInterpreter::number_of_method_entries];
147 address AbstractInterpreter::_native_abi_to_tosca [AbstractInterpreter::number_of_result_handlers];
182 AbstractInterpreter::MethodKind AbstractInterpreter::method_kind(methodHandle m) {
252 void AbstractInterpreter::set_entry_for_kind(AbstractInterpreter::MethodKind kind, address entry) {
262 bool AbstractInterpreter::is_not_reached(methodHandle method, int bci) {
272 if (ientry != entry_for_kind(AbstractInterpreter::zerolocals) &&
273 ientry != entry_for_kind(AbstractInterpreter::zerolocals_synchronized))
282 void AbstractInterpreter::print_method_kind(MethodKind kind) {
317 address AbstractInterpreter::deopt_continue_after_entry(methodOop method, address bcp, int callee_parameters, bool is_top_frame) {
387 address AbstractInterpreter::deopt_reexecute_entry(methodOop method, address bcp) {
400 bool AbstractInterpreter::bytecode_should_reexecute(Bytecodes::Code code) {