Home | History | Annotate | Download | only in tools

Lines Matching refs:IF

26 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
87 * @param {number} opt_stackPos If an unknown address is encountered
159 if (!func) {
162 } else if (func.name !== name) {
167 if (entry) {
168 if (entry.size === size && entry.func === func) {
216 if (this.codeMap_.findDynamicEntryByStartAddress(from)) {
258 if (entry) {
260 if (i === 0 && (entry.type === 'CPP' || entry.type === 'SHARED_LIB')) {
263 if (look_for_first_c_function && entry.type === 'CPP') {
266 if (!this.skipThisFunction(name)) {
271 if (i === 0) result.push("UNKNOWN");
273 if (look_for_first_c_function &&
277 if (this.c_entries_[last_seen_c_function] === undefined) {
310 * If no name specified, returns the whole top down calls tree.
321 * If no name specified, returns the whole bottom up calls tree.
337 if (!opt_label) {
350 * the specified label. If no name specified, starts from the root.
364 if (!(node.label in precs)) {
368 if (nodeLabelIsRootLabel || precs[rootLabel] > 0) {
369 if (precs[rootLabel] == 0) {
375 if (nodeLabelIsRootLabel || precs[node.label] == 0) {
383 if (node.label == rootLabel || precs[rootLabel] > 0) {
389 if (!opt_label) {
390 // If we have created a flat profile for the whole program, we don't
432 if (entries[i][1].constructor === Profile.FunctionEntry) {
437 if ("func" in entries[i][1]) {
442 if (entries[i][1].constructor === Profile.FunctionEntry &&
549 if (name.length == 0) {
551 } else if (name.charAt(0) == ' ') {
597 if (path.length == 0) {
611 * label, creates a child node if necessary. If a parent node isn't
640 if (!parent && node.label != label) {
655 if (this.totalsComputed_) {
670 * if (parentClone)
785 * node if necessary.
828 if (opt_f) {