HomeSort by relevance Sort by last modified time
    Searched refs:trace_dispatch_return (Results 1 - 4 of 4) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
profile.py 272 return self.trace_dispatch_return(rframe, t)
284 self.trace_dispatch_return(rframe, 0)
310 def trace_dispatch_return(self, frame, t): member in class:Profile
313 self.trace_dispatch_return(self.cur[-2], 0)
351 "return": trace_dispatch_return,
353 "c_exception": trace_dispatch_return, # the C function returned
354 "c_return": trace_dispatch_return,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
profile.py 272 return self.trace_dispatch_return(rframe, t)
284 self.trace_dispatch_return(rframe, 0)
310 def trace_dispatch_return(self, frame, t): member in class:Profile
313 self.trace_dispatch_return(self.cur[-2], 0)
351 "return": trace_dispatch_return,
353 "c_exception": trace_dispatch_return, # the C function returned
354 "c_return": trace_dispatch_return,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/hotshot/
stats.py 46 p.trace_dispatch_return(frame, taccum * .000001)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/hotshot/
stats.py 46 p.trace_dispatch_return(frame, taccum * .000001)

Completed in 297 milliseconds