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

  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/heap_snapshot_worker/
AllocationProfile.js 302 this._callers = [];
315 for (var i = 0; i < this._callers.length; i++) {
316 var caller = this._callers[i];
324 this._callers.push(result);
334 return this._callers;
342 return this._callers.length > 0;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
trace.py 480 self._callers = {}
573 Adds information about who called who to the self._callers dict.
579 self._callers[(parent_func, this_func)] = 1
653 callers=self._callers)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
trace.py 480 self._callers = {}
573 Adds information about who called who to the self._callers dict.
579 self._callers[(parent_func, this_func)] = 1
653 callers=self._callers)

Completed in 844 milliseconds