Home | History | Annotate | Download | only in tools

Lines Matching refs:TO

13 //       contributors may be used to endorse or promote products derived
18 // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
22 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
156 // it is safe to put them in a single code map.
175 * @param {number} to New code entry address.
177 Profile.prototype.moveCode = function(from, to) {
179 this.codeMap_.moveCode(from, to);
204 * @param {number} to New code entry address.
206 Profile.prototype.moveFunc = function(from, to) {
208 this.codeMap_.moveCode(from, to);
365 // root with the node corresponding to the whole program.
614 * prior to visiting node's children.
724 * Walks up from the current node up to the call tree root.
736 * Tries to find a node with the specified path.