* Retrieves a code entry by an address. * * @param {number} addr Entry address.
(addr)
| 668 | * @param {number} addr Entry address. |
| 669 | */ |
| 670 | findEntry(addr) { |
| 671 | return this.codeMap_.findEntry(addr); |
| 672 | } |
| 673 | |
| 674 | /** |
| 675 | * Records a tick event. Stack must contain a sequence of |
no outgoing calls
no test coverage detected