equal
deleted
inserted
replaced
1004 istate->set_stack_base(stack_base); |
1004 istate->set_stack_base(stack_base); |
1005 istate->set_stack(stack); |
1005 istate->set_stack(stack); |
1006 istate->set_stack_limit(stack_base - method->max_stack() - 1); |
1006 istate->set_stack_limit(stack_base - method->max_stack() - 1); |
1007 } |
1007 } |
1008 |
1008 |
1009 address CppInterpreter::return_entry(TosState state, int length) { |
1009 address CppInterpreter::return_entry(TosState state, int length, Bytecodes::Code code) { |
1010 ShouldNotCallThis(); |
1010 ShouldNotCallThis(); |
1011 return NULL; |
1011 return NULL; |
1012 } |
1012 } |
1013 |
1013 |
1014 address CppInterpreter::deopt_entry(TosState state, int length) { |
1014 address CppInterpreter::deopt_entry(TosState state, int length) { |