Home
last modified time | relevance | path

Searched refs:startAddr (Results 1 – 4 of 4) sorted by relevance

/external/webkit/V8Binding/v8/test/mjsunit/tools/
Dtickprocessor.js307 name, startAddr, endAddr, symbolAdder) { argument
314 [['exp', startAddr + 0x00009e80, startAddr + 0x00009e80 + 0xa3],
315 ['fegetexcept', startAddr + 0x000061e0, startAddr + 0x000061e0 + 0x15]],
/external/webkit/V8Binding/v8/tools/
Dprofile.js96 name, startAddr, endAddr) { argument
98 endAddr - startAddr, name);
99 this.codeMap_.addLibrary(startAddr, entry);
112 name, startAddr, endAddr) { argument
114 endAddr - startAddr, name);
115 this.codeMap_.addStaticCode(startAddr, entry);
Dtickprocessor.js176 name, startAddr, endAddr) { argument
177 var entry = this.profile_.addLibrary(name, startAddr, endAddr);
182 name, startAddr, endAddr, function(fName, fStart, fEnd) {
/external/webkit/WebCore/platform/image-decoders/
DImageDecoder.h97 const PixelData* const startAddr = getAddr(startX, startY); in copyRowNTimes() local
99 memcpy(getAddr(startX, destY), startAddr, rowBytes); in copyRowNTimes()