Searched refs:getAddr (Results 1 - 12 of 12) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/platform/image-decoders/
H A DImageDecoder.h96 const PixelData* const startAddr = getAddr(startX, startY);
98 memcpy(getAddr(startX, destY), startAddr, rowBytes);
128 setRGBA(getAddr(x, y), r, g, b, a);
131 inline PixelData* getAddr(int x, int y)
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Analysis/
H A DPHITransAddr.h54 Value *getAddr() const { return Addr; } function in class:llvm::PHITransAddr
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/qt/
H A DImageDecoderQt.cpp200 QImage image(reinterpret_cast<uchar*>(buffer->getAddr(0, 0)), imageSize.width(), imageSize.height(), sizeof(ImageFrame::PixelData) * imageSize.width(), m_reader->imageFormat());
214 if (reinterpret_cast<const uchar*>(image.constBits()) != reinterpret_cast<const uchar*>(buffer->getAddr(0, 0))) {
216 memcpy(buffer->getAddr(0, 0), image.constBits(), image.byteCount());
/macosx-10.9.5/WebCore-7537.78.1/platform/image-decoders/webp/
H A DWEBPImageDecoder.cpp191 uint8_t* row = reinterpret_cast<uint8_t*>(buffer.getAddr(0, y));
272 uint8_t* output = reinterpret_cast<uint8_t*>(buffer.getAddr(0, 0));
/macosx-10.9.5/llvmCore-3425.0.33/lib/Analysis/
H A DMemoryDependenceAnalysis.cpp900 ValueIsLoadPair CacheKey(Pointer.getAddr(), isLoad);
972 if (VI == Visited.end() || VI->second == Pointer.getAddr())
982 Value *Addr = Pointer.getAddr();
1033 Result.push_back(NonLocalDepResult(BB, Dep, Pointer.getAddr()));
1048 InsertRes = Visited.insert(std::make_pair(*PI, Pointer.getAddr()));
1058 if (InsertRes.first->second != Pointer.getAddr()) {
1092 // not translatable, in which case the getAddr() returns null.
1096 Value *PredPtrVal = PredPointer.getAddr();
1136 Value *PredPtrVal = PredPointer.getAddr();
1222 Pointer.getAddr()));
[all...]
H A DPHITransAddr.cpp377 return Tmp.getAddr();
/macosx-10.9.5/JavaScriptCore-7537.78.1/yarr/
H A DYarrJIT.h111 void *getAddr() { return m_ref.code().executableAddress(); } function in class:JSC::Yarr::YarrCodeBlock
/macosx-10.9.5/WebCore-7537.78.1/platform/image-decoders/jpeg/
H A DJPEGImageDecoder.cpp690 ImageFrame::PixelData* currentAddress = buffer.getAddr(0, destY);
730 unsigned char* row = reinterpret_cast<unsigned char*>(buffer.getAddr(0, info->output_scanline));
/macosx-10.9.5/WebCore-7537.78.1/platform/image-decoders/gif/
H A DGIFImageDecoder.cpp220 ImageFrame::PixelData* currentAddress = buffer.getAddr(xBegin, yBegin);
/macosx-10.9.5/JavaScriptCore-7537.78.1/runtime/
H A DRegExp.cpp568 snprintf(jitAddr, jitAddrSize, "0x%014lx", reinterpret_cast<unsigned long int>(codeBlock.getAddr()));
/macosx-10.9.5/WebCore-7537.78.1/platform/image-decoders/png/
H A DPNGImageDecoder.cpp526 ImageFrame::PixelData* address = buffer.getAddr(0, y);
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/Scalar/
H A DGVN.cpp1646 LoadPtr = Address.getAddr();

Completed in 253 milliseconds