Lines Matching refs:if
26 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
36 if (!separateIc) {
111 if (maybe_func.length) {
211 if (opt_stackPos == 0) {
313 if (maybe_func.length) {
339 if (this.snapshotLogProcessor_) {
357 if (vmState == TickProcessor.VmStates.GC) this.ticks_.gc++;
358 if (!this.includeTick(vmState)) {
362 if (is_external_callback) {
369 } else if (tos_or_external_callback) {
370 // Find out, if top of stack was pointing inside a JS function
373 if (!funcEntry || !funcEntry.isJSFunction || !funcEntry.isJSFunction()) {
383 if (space != 'Heap') return;
389 if (space != 'Heap' || !this.currentProducerProfile_) return;
412 if (this.ticks_.total == 0) return;
414 // Print the unknown ticks percentage if they are not ignored.
415 if (!this.ignoreUnknown_ && this.ticks_.unaccounted > 0) {
427 if (this.ignoreUnknown_) {
473 if (s.length < len) {
475 if (!(padLength in padLeft)) {
512 if (!filterP(rec.internalFuncName)) {
523 if (rec.selfTime == 0) return;
540 if (rec.parentTotalPercent < TickProcessor.CALL_PROFILE_CUTOFF_PCT) return;
545 if (indent < 2 * self.callGraphSize_) {
549 if (indent == 0) {
570 if (prevEntry && !prevEntry.end &&
575 if (funcInfo.end &&
585 if (funcInfo === null) {
587 } else if (funcInfo === false) {
590 if (funcInfo.start < libStart && funcInfo.start < libEnd - libStart) {
593 if (funcInfo.size) {
628 // If the library cannot be found on this system let's not panic.
635 if (this.symbols.length == 0) {
639 if (lineEndPos == -1) {
649 if (fields) {
651 if (fields[2]) {
672 // If the library cannot be found on this system let's not panic.
702 if (!fileNameFields) return;
708 // If .map file cannot be found let's not panic.
716 if (lineEndPos == -1) {
726 if (imageBaseFields) {
728 if ((this.moduleType_ == 'exe') !=
751 if (name.length < 1 || name.charAt(0) != '?') return name;
814 if (arg.charAt(0) != '-') {
820 if (eqPos != -1) {
824 if (arg in this.argsDispatch_) {
832 if (this.args_.length >= 1) {
848 if (s.length < len) {
862 if (arg !== synArg && dispatch === this.argsDispatch_[synArg]) {