Home
last modified time | relevance | path

Searched refs:addLibrary (Results 1 – 7 of 7) sorted by relevance

/external/v8/test/mjsunit/tools/
Dcodemap.js51 codeMap.addLibrary(0x1500, newCodeEntry(0x3000, 'lib1'));
52 codeMap.addLibrary(0x15500, newCodeEntry(0x5000, 'lib2'));
53 codeMap.addLibrary(0x155500, newCodeEntry(0x10000, 'lib3'));
Dprofile.js75 this.profile.addLibrary('lib1', 0x11000, 0x12000);
78 this.profile.addLibrary('lib2', 0x21000, 0x22000);
/external/v8/tools/
Dcodemap.js118 CodeMap.prototype.addLibrary = function( method in CodeMap
Dprofile.js103 Profile.prototype.addLibrary = function( method in Profile
107 this.codeMap_.addLibrary(startAddr, entry);
Dtickprocessor.js251 var entry = this.profile_.addLibrary(name, startAddr, endAddr, aslrSlide);
/external/v8/tools/profviz/
Dcomposer.js293 code_map.addLibrary(start, code_entry);
/external/compiler-rt/test/BlocksRuntime/
Dtestfilerunner.m300 - (void)addLibrary:(const char *)dashLSomething {
432 [self addLibrary:gcstrcpy2(line, endp)];