| 720 | } |
| 721 | |
| 722 | int stackOffsetFromFrame(MyThread* t, GcMethod* method) |
| 723 | { |
| 724 | return alignedFrameSize(t, method) + t->arch->frameHeaderSize(); |
| 725 | } |
| 726 | |
| 727 | void* stackForFrame(MyThread* t, void* frame, GcMethod* method) |
| 728 | { |
no test coverage detected