Lines Matching refs:depth

1457 		self.depth = nodedepth
1562 def lastPhase(self, depth=1): argument
1564 if len(plist) < depth:
1566 return plist[-1*depth]
2077 def masterTopology(self, name, list, depth): argument
2078 node = DeviceNode(name, depth)
2084 cnode = self.masterTopology(cname, clist, depth+1)
2313 self.depth = 0
2356 self.depth = self.getDepth(match.group('d'))
2394 self.depth, self.name, self.length*1000000, info))
2397 self.depth, self.name, self.length*1000000, info))
2400 self.depth, self.name, self.length*1000000, info))
2445 self.depth = 0
2451 if(line.depth == 0 and line.freturn):
2455 if(self.depth < 0):
2460 if line.depth > self.depth:
2467 if line.depth == self.depth and line.isReturn():
2468 if line.depth == 0:
2473 prelinedep = line.depth
2484 mismatch = prelinedep - self.depth
2490 while prelinedep < self.depth:
2491 self.depth -= 1
2494 last.depth = self.depth
2501 vline.depth = self.depth
2518 while prelinedep > self.depth:
2527 vline.depth = self.depth
2531 self.depth += 1
2550 if (md and self.depth >= md - 1) or (line.name in self.sv.cgblacklist):
2553 self.depth += 1
2555 self.depth -= 1
2557 if (last and last.isCall() and last.depth == line.depth) or \
2558 (md and last and last.depth >= md) or \
2560 while len(self.list) > 0 and self.list[-1].depth > line.depth:
2573 if mismatch < 0 and self.list[-1].depth == 0 and self.list[-1].freturn:
2579 if(line.depth == 0 and line.freturn):
2599 if(self.depth < 0):
2615 mydepth = l.depth
2617 elif l.depth == mydepth and l.name == 'mutex_unlock' and l.fcall:
2620 l.depth -= mydepth
2631 t.depth = i
2651 stack[l.depth] = l
2654 if(l.depth not in stack):
2660 cl = stack[l.depth]
2664 stack.pop(l.depth)
2738 l.depth, l.name, l.length*1000000, info))
2741 l.depth, l.name, l.length*1000000, info))
2744 l.depth, l.name, l.length*1000000, info))