Home
last modified time | relevance | path

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

/external/chromium_org/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/chromium_org/v8/tools/
Dprofile.js102 Profile.prototype.addLibrary = function( method in Profile
106 this.codeMap_.addLibrary(startAddr, entry);
Dcodemap.js118 CodeMap.prototype.addLibrary = function( method in CodeMap
Dtickprocessor.js318 var entry = this.profile_.addLibrary(name, startAddr, endAddr);
/external/chromium-trace/trace-viewer/src/tracing/importer/v8/
Dcodemap.js104 CodeMap.prototype.addLibrary = function( method in CodeMap
/external/chromium-trace/trace-viewer/src/tracing/importer/
Dv8_log_importer.js118 this.code_map_.addLibrary(start, code_entry);
/external/chromium_org/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)];
/external/chromium-trace/
Dscript.js274 …prototype.deleteCode=function(b){this.dynamics_.remove(b)};d.prototype.addLibrary=function(b,a){th… method in d
286 …;if(0<=a.indexOf(h,a.length-h.length)){f.kind=-1;break}}this.code_map_.addLibrary(e,f)},findCodeKi…