equal
deleted
inserted
replaced
464 __ dispatch_via(vtos, Interpreter::normal_table(vtos)); |
464 __ dispatch_via(vtos, Interpreter::normal_table(vtos)); |
465 return entry; |
465 return entry; |
466 } |
466 } |
467 |
467 |
468 |
468 |
469 address TemplateInterpreterGenerator::generate_continuation_for(TosState state) { |
|
470 address entry = __ pc(); |
|
471 __ dispatch_next(state); |
|
472 return entry; |
|
473 } |
|
474 |
|
475 // |
469 // |
476 // Helpers for commoning out cases in the various type of method entries. |
470 // Helpers for commoning out cases in the various type of method entries. |
477 // |
471 // |
478 |
472 |
479 // increment invocation count & check for overflow |
473 // increment invocation count & check for overflow |