Home | History | Annotate | Download | only in tools

Lines Matching defs:lib2

70     'lib2-f1': 0x21110, 'lib2-f2': 0x21210,
78 this.profile.addLibrary('lib2', 0x21000, 0x22000);
79 this.profile.addStaticCode('lib2-f1', 0x21100, 0x21900);
80 this.profile.addStaticCode('lib2-f2', 0x21200, 0x21500);
112 this.enter('lib2-f1');
113 this.enter('lib2-f1');
127 this.enter('lib2-f1');
207 [['lib1-f1', 'lib1-f2', 'T: F1', 'lib2-f1'], 2, 3],
208 [['lib1-f1', 'lib1-f2', 'T: F1', 'lib2-f1', 'lib2-f1'], 1, 1],
213 [['lib1-f1', 'lib1-f2', 'lib2-f1'], 1, 2],
214 [['lib1-f1', 'lib1-f2', 'lib2-f1', 'lib1-f1'], 1, 1]
309 [['lib2-f1'], 3, 5],
310 [['lib2-f1', 'lib2-f1'], 1, 1],
311 [['lib2-f1', 'lib1-f1'], 1, 1]
314 var profile = testDriver.profile.getTopDownProfile('lib2-f1');
328 'lib2-f1': [1, 1],
333 testDriver.profile.getFlatProfile('lib2-f1').findOrAddChild('lib2-f1');