• Home
  • Raw
  • Download

Lines Matching refs:depth

1255 		self.depth = nodedepth
1359 def lastPhase(self, depth=1): argument
1361 if len(plist) < depth:
1363 return plist[-1*depth]
1858 def masterTopology(self, name, list, depth): argument
1859 node = DeviceNode(name, depth)
1865 cnode = self.masterTopology(cname, clist, depth+1)
2102 self.depth = 0
2145 self.depth = self.getDepth(match.group('d'))
2183 self.depth, self.name, self.length*1000000, info))
2186 self.depth, self.name, self.length*1000000, info))
2189 self.depth, self.name, self.length*1000000, info))
2234 self.depth = 0
2240 if(line.depth == 0 and line.freturn):
2244 if(self.depth < 0):
2249 if line.depth > self.depth:
2256 if line.depth == self.depth and line.isReturn():
2257 if line.depth == 0:
2262 prelinedep = line.depth
2273 mismatch = prelinedep - self.depth
2279 while prelinedep < self.depth:
2280 self.depth -= 1
2283 last.depth = self.depth
2290 vline.depth = self.depth
2307 while prelinedep > self.depth:
2316 vline.depth = self.depth
2320 self.depth += 1
2339 if (md and self.depth >= md - 1) or (line.name in self.sv.cgblacklist):
2342 self.depth += 1
2344 self.depth -= 1
2346 if (last and last.isCall() and last.depth == line.depth) or \
2347 (md and last and last.depth >= md) or \
2349 while len(self.list) > 0 and self.list[-1].depth > line.depth:
2362 if mismatch < 0 and self.list[-1].depth == 0 and self.list[-1].freturn:
2368 if(line.depth == 0 and line.freturn):
2388 if(self.depth < 0):
2404 mydepth = l.depth
2406 elif l.depth == mydepth and l.name == 'mutex_unlock' and l.fcall:
2409 l.depth -= mydepth
2420 t.depth = i
2440 stack[l.depth] = l
2443 if(l.depth not in stack):
2449 cl = stack[l.depth]
2453 stack.pop(l.depth)
2527 l.depth, l.name, l.length*1000000, info))
2530 l.depth, l.name, l.length*1000000, info))
2533 l.depth, l.name, l.length*1000000, info))