Home | History | Annotate | Download | only in tools

Lines Matching defs:enter

87 ProfileTestDriver.prototype.enter = function(funcName) {
106 this.enter('lib1-f1');
107 this.enter('lib1-f2');
108 this.enter('T: F1');
109 this.enter('T: F2');
112 this.enter('lib2-f1');
113 this.enter('lib2-f1');
117 this.enter('T: F3');
118 this.enter('T: F3');
119 this.enter('T: F3');
121 this.enter('T: F2');
127 this.enter('lib2-f1');
128 this.enter('lib1-f1');
153 Driver.prototype.enter = function(func) {
157 'pre enter/topDown');
159 'pre enter/bottomUp');
160 Driver.superClass_.enter.call(this, func);
162 'post enter/topDown');
164 'post enter/bottomUp');
254 Driver.prototype.enter = function(func) {
255 Driver.superClass_.enter.call(this, func);