HomeSort by relevance Sort by last modified time
    Searched refs:reinterpret_cast_ptr (Results 1 - 21 of 21) sorted by null

  /external/webkit/Source/JavaScriptCore/wtf/qt/
StringQt.cpp 40 m_impl = StringImpl::create(reinterpret_cast_ptr<const UChar*>(qstr.constData()), qstr.length());
47 m_impl = StringImpl::create(reinterpret_cast_ptr<const UChar*>(ref.unicode()), ref.length());
  /external/webkit/Source/JavaScriptCore/assembler/
AssemblerBuffer.h 85 *reinterpret_cast_ptr<short*>(&m_buffer[m_size]) = value;
99 *reinterpret_cast_ptr<int*>(&m_buffer[m_size]) = value;
106 *reinterpret_cast_ptr<int64_t*>(&m_buffer[m_size]) = value;
128 *reinterpret_cast_ptr<IntegralType*>(&m_buffer[m_size]) = value;
ARMAssembler.cpp 358 ARMWord* ldrAddr = reinterpret_cast_ptr<ARMWord*>(data + pos);
362 int diff = reinterpret_cast_ptr<ARMWord*>(data + *addr) - (ldrAddr + DefaultPrefetching);
  /external/webkit/Source/JavaScriptCore/wtf/
StdLibExtras.h 72 TypePtr reinterpret_cast_ptr(void* ptr) function
79 TypePtr reinterpret_cast_ptr(const void* ptr) function
85 #define reinterpret_cast_ptr reinterpret_cast macro
MD5.cpp 107 *reinterpret_cast_ptr<uint32_t *>(buf) = t;
243 MD5Transform(m_buf, reinterpret_cast_ptr<uint32_t*>(m_in)); // m_in is 4-byte aligned.
253 MD5Transform(m_buf, reinterpret_cast_ptr<uint32_t*>(m_in)); // m_in is 4-byte aligned.
280 MD5Transform(m_buf, reinterpret_cast_ptr<uint32_t *>(m_in)); // m_in is 4-byte aligned.
292 (reinterpret_cast_ptr<uint32_t*>(m_in))[14] = m_bits[0];
293 (reinterpret_cast_ptr<uint32_t*>(m_in))[15] = m_bits[1];
295 MD5Transform(m_buf, reinterpret_cast_ptr<uint32_t*>(m_in));
ListHashSet.h 191 Node* pool() { return reinterpret_cast_ptr<Node*>(m_pool.pool); }
Vector.h 487 T* inlineBuffer() { return reinterpret_cast_ptr<T*>(m_inlineBuffer.buffer); }
    [all...]
FastMalloc.cpp     [all...]
  /external/webkit/Source/WebCore/loader/
CachedMetadata.h 87 return *reinterpret_cast_ptr<unsigned*>(const_cast<char*>(m_serializedData.data() + position));
  /external/webkit/Source/WebCore/platform/graphics/qt/
ImageBufferQt.cpp 184 quint32* scanLine = reinterpret_cast_ptr<quint32*>(bits + y * bytesPerLine);
239 quint32* destRows = reinterpret_cast_ptr<quint32*>(&data[desty * rect.width() * 4 + destx * 4]);
243 const quint32* scanLine = reinterpret_cast_ptr<const quint32*>(bits + (y + originy) * bytesPerLine);
265 const quint32* scanLine = reinterpret_cast_ptr<const quint32*>(bits + (y + originy) * bytesPerLine);
341 const quint32* srcScanLine = reinterpret_cast_ptr<const quint32*>(source->data() + originy * srcBytesPerRow + originx * 4);
345 quint32* destScanLine = reinterpret_cast_ptr<quint32*>(bits + y * bytesPerLine);
355 quint32* destScanLine = reinterpret_cast_ptr<quint32*>(bits + y * bytesPerLine);
  /external/webkit/Source/JavaScriptCore/interpreter/
RegisterFile.h 180 m_commitEnd = reinterpret_cast_ptr<Register*>(reinterpret_cast<char*>(base) + committedSize);
208 m_commitEnd = reinterpret_cast_ptr<Register*>(reinterpret_cast<char*>(m_commitEnd) + size);
  /external/webkit/Source/WebCore/platform/text/qt/
TextCodecQt.cpp 112 unicode.append(reinterpret_cast_ptr<const UChar*>(decoded.unicode()), decoded.length());
  /external/webkit/Source/WebCore/platform/image-decoders/
ImageDecoder.h 166 return reinterpret_cast_ptr<QRgb*>(m_image.scanLine(y)) + x;
  /external/webkit/Source/WebCore/platform/text/
TextCodecLatin1.cpp 134 MachineWord chunk = *reinterpret_cast_ptr<const MachineWord*>(source);
TextCodecUTF8.cpp 247 MachineWord chunk = *reinterpret_cast_ptr<const MachineWord*>(source);
  /external/webkit/Source/JavaScriptCore/runtime/
JSArray.cpp 449 m_storage = reinterpret_cast_ptr<ArrayStorage*>(static_cast<char*>(baseStorage) + m_indexBias * sizeof(JSValue));
600 storage = m_storage = reinterpret_cast_ptr<ArrayStorage*>(static_cast<char*>(baseStorage) + m_indexBias * sizeof(JSValue));
632 m_storage = reinterpret_cast_ptr<ArrayStorage*>(static_cast<char*>(newBaseStorage) + m_indexBias * sizeof(JSValue));
811 m_storage = reinterpret_cast_ptr<ArrayStorage*>(newBaseStorage);
848 m_storage = reinterpret_cast_ptr<ArrayStorage*>(newBaseStorage);
    [all...]
  /external/webkit/Source/WebCore/plugins/
PluginDatabase.cpp 521 resultTime = *reinterpret_cast_ptr<time_t*>(start);
  /external/webkit/Source/WebKit/qt/Api/
qwebelement.cpp 790 JSC::UString script(reinterpret_cast_ptr<const UChar*>(scriptSource.data()), scriptSource.length());
    [all...]
qwebframe.cpp 640 window->put(exec, JSC::Identifier(exec, reinterpret_cast_ptr<const UChar*>(name.constData()), name.length()), runtimeObject, slot);
    [all...]
  /external/webkit/Source/JavaScriptCore/jit/
JITStubs.cpp     [all...]
  /external/webkit/Source/WebCore/bridge/qt/
qt_runtime.cpp     [all...]

Completed in 307 milliseconds