(label int, pc int)
| 512 | } |
| 513 | |
| 514 | func (fc *funcContext) SetLabelPc(label int, pc int) { |
| 515 | fc.labelPc[label] = pc |
| 516 | } |
| 517 | |
| 518 | func (fc *funcContext) GetLabelPc(label int) int { |
| 519 | return fc.labelPc[label] |
no outgoing calls
no test coverage detected