src/cpu/ppc/vm/templateInterpreterGenerator_ppc.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/cpu/ppc/vm/templateInterpreterGenerator_ppc.cpp	Thu Dec  1 15:14:45 2016
--- new/src/cpu/ppc/vm/templateInterpreterGenerator_ppc.cpp	Thu Dec  1 15:14:44 2016

*** 644,659 **** --- 644,653 ---- __ bctr(); return entry; } address TemplateInterpreterGenerator::generate_continuation_for(TosState state) { address entry = __ pc(); __ unimplemented("generate_continuation_for"); return entry; } // This entry is returned to when a call returns to the interpreter. // When we arrive here, we expect that the callee stack frame is already popped. address TemplateInterpreterGenerator::generate_return_entry_for(TosState state, int step, size_t index_size) { address entry = __ pc();

src/cpu/ppc/vm/templateInterpreterGenerator_ppc.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File