Searched refs:m_blob (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/html/
H A DFormDataList.h37 Item(PassRefPtr<Blob> blob, const String& filename) : m_blob(blob), m_filename(filename) { }
40 Blob* blob() const { return m_blob.get(); }
45 RefPtr<Blob> m_blob; member in class:WebCore::FormDataList::Item
/macosx-10.10/JavaScriptCore-7600.1.17/runtime/
H A DStructure.h102 StructureID id() const { return m_blob.structureID(); }
103 int32_t objectInitializationBlob() const { return m_blob.blobExcludingStructureID(); }
104 int64_t idBlob() const { return m_blob.blob(); }
108 JSType type = m_blob.type();
161 TypeInfo typeInfo() const { ASSERT(structure()->classInfo() == info()); return m_blob.typeInfo(m_outOfLineTypeFlags); }
164 IndexingType indexingType() const { return m_blob.indexingType() & AllArrayTypes; }
165 IndexingType indexingTypeIncludingHistory() const { return m_blob.indexingType(); }
339 return OBJECT_OFFSETOF(Structure, m_blob) + StructureIDBlob::structureIDOffset();
359 return OBJECT_OFFSETOF(Structure, m_blob) + StructureIDBlob::indexingTypeOffset();
515 StructureIDBlob m_blob; member in class:JSC::Structure
[all...]
H A DStructure.cpp152 , m_blob(vm.heap.structureIDTable().allocateID(this), indexingType, typeInfo)
205 m_blob = StructureIDBlob(vm.heap.structureIDTable().allocateID(this), 0, typeInfo);
234 m_blob = StructureIDBlob(vm.heap.structureIDTable().allocateID(this), previous->indexingTypeIncludingHistory(), typeInfo);
253 Heap::heap(this)->structureIDTable().deallocateID(this, m_blob.structureID());
664 transition->m_blob.setIndexingType(indexingType);
/macosx-10.10/WebCore-7600.1.25/fileapi/
H A DFileReader.cpp135 m_blob = blob;
142 m_loader->setDataType(m_blob->type());
143 m_loader->start(scriptExecutionContext(), m_blob.get());
H A DFileReader.h120 RefPtr<Blob> m_blob; member in class:WebCore::final
/macosx-10.10/JavaScriptCore-7600.1.17/llint/
H A DLowLevelInterpreter64.asm528 loadq Structure::m_blob + StructureIDBlob::u.doubleWord[structure], scratch
1395 loadi Structure::m_blob + StructureIDBlob::u.words.word1[t1], t1
H A DLowLevelInterpreter32_64.asm539 loadi Structure::m_blob + StructureIDBlob::u.words.word2[structure], scratch

Completed in 201 milliseconds