Searched refs:m_index (Results 1 - 25 of 47) sorted by relevance

12

/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DNodeWithIndex.h49 m_index = m_node->nodeIndex();
52 ASSERT(m_index == static_cast<int>(m_node->nodeIndex()));
53 return m_index;
59 mutable int m_index; member in class:WebCore::NodeWithIndex
/macosx-10.9.5/JavaScriptCore-7537.78.1/dfg/
H A DDFGOSRExitJumpPlaceholder.h44 : m_index(std::numeric_limits<unsigned>::max())
52 : m_index(index)
57 bool operator!() const { return m_index == std::numeric_limits<unsigned>::max(); }
63 unsigned m_index; member in class:JSC::DFG::OSRExitJumpPlaceholder
H A DDFGOSRExitJumpPlaceholder.cpp40 jit.m_exitCompilationInfo[m_index].m_failureJumps = jumps;
H A DDFGRegisterBank.h232 return m_bank->nameAtIndex(m_index);
237 return m_bank->isLockedAtIndex(m_index);
242 m_bank->releaseAtIndex(m_index);
247 return BankInfo::toRegister(m_index);
259 ++m_index;
266 return m_index != other.m_index;
271 return m_index;
277 , m_index(index)
282 unsigned m_index;
[all...]
H A DDFGInsertionSet.h43 : m_index(index)
48 size_t index() const { return m_index; }
51 size_t m_index; member in class:JSC::DFG::Insertion
/macosx-10.9.5/JavaScriptCore-7537.78.1/bytecompiler/
H A DLabelScope.h85 , m_index(0)
90 , m_index(index)
97 , m_index(other.m_index)
100 m_owner->at(m_index).ref();
106 other.m_owner->at(other.m_index).ref();
108 m_owner->at(m_index).deref();
110 m_index = other.m_index;
117 m_owner->at(m_index)
127 size_t m_index; member in class:JSC::LabelScopePtr
[all...]
H A DRegisterID.h51 , m_index(index)
65 m_index = index;
76 return m_index;
103 int m_index; member in class:JSC::RegisterID
/macosx-10.9.5/JavaScriptCore-7537.78.1/assembler/
H A DAssemblerBuffer.h70 , m_index(0)
80 return m_index + space <= m_capacity;
91 return !(m_index & (alignment - 1));
105 *reinterpret_cast_ptr<IntegralType*>(m_buffer + m_index) = value;
106 m_index += sizeof(IntegralType);
125 return m_index;
130 return AssemblerLabel(m_index);
135 if (!m_index)
138 RefPtr<ExecutableMemoryHandle> result = vm.executableAllocator.allocate(vm, m_index, ownerUID, effort);
145 memcpy(result->start(), m_buffer, m_index);
174 int m_index; member in class:JSC::AssemblerBuffer
[all...]
/macosx-10.9.5/WebCore-7537.78.1/html/parser/
H A DHTMLIdentifier.h45 HTMLIdentifier() : m_index(0) { }
49 : m_index(findIndex(vector.data(), vector.size()))
51 if (m_index != invalidIndex)
81 unsigned m_index; member in class:WebCore::HTMLIdentifier
H A DHTMLIdentifier.cpp110 if (m_index != invalidIndex)
111 return nameForIndex(m_index);
117 if (m_index != invalidIndex)
118 return nameForIndex(m_index).impl();
/macosx-10.9.5/WebCore-7537.78.1/Modules/gamepad/
H A DGamepad.h50 unsigned index() const { return m_index; }
51 void index(unsigned val) { m_index = val; }
65 unsigned m_index; member in class:WebCore::Gamepad
H A DGamepad.cpp36 : m_index(0)
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/avfoundation/
H A DInbandTextTrackPrivateAVF.h51 virtual int textTrackIndex() const OVERRIDE { return m_index; }
52 void setTextTrackIndex(int index) { m_index = index; }
86 int m_index; member in class:WebCore::InbandTextTrackPrivateAVF
/macosx-10.9.5/WebCore-7537.78.1/loader/cache/
H A DCachedResourceClientWalker.h39 : m_clientSet(set), m_clientVector(set.size()), m_index(0)
51 while (m_index < size) {
52 CachedResourceClient* next = m_clientVector[m_index++];
64 size_t m_index; member in class:WebCore::CachedResourceClientWalker
/macosx-10.9.5/WebCore-7537.78.1/plugins/
H A DDOMMimeType.cpp36 , m_index(index)
72 return DOMPlugin::create(m_pluginData.get(), m_frame, m_pluginData->mimePluginIndices()[m_index]);
H A DDOMMimeType.h46 const MimeClassInfo& mimeClassInfo() const { return m_pluginData->mimes()[m_index]; }
50 unsigned m_index; member in class:WebCore::DOMMimeType
H A DDOMPlugin.h51 const PluginInfo& pluginInfo() const { return m_pluginData->plugins()[m_index]; }
55 unsigned m_index; member in class:WebCore::DOMPlugin
H A DDOMPlugin.cpp31 , m_index(index)
68 if (mimes[i] == mime && m_pluginData->mimePluginIndices()[i] == m_index)
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/gpu/opencl/
H A DFilterContextOpenCL.h112 , m_index(0)
122 m_error = clSetKernelArg(m_kernel, m_index++, sizeof(OpenCLHandle), handle.handleAddress());
128 m_error = clSetKernelArg(m_kernel, m_index++, sizeof(cl_int), reinterpret_cast<void*>(&value));
134 m_error = clSetKernelArg(m_kernel, m_index++, sizeof(cl_float), reinterpret_cast<void*>(&value));
140 m_error = clSetKernelArg(m_kernel, m_index++, sizeof(cl_sampler), reinterpret_cast<void*>(&handle));
153 m_error = clSetKernelArg(m_kernel, m_index++, sizeof(OpenCLHandle), handle.handleAddress());
171 int m_index; member in class:WebCore::FilterContextOpenCL::RunKernel
/macosx-10.9.5/JavaScriptCore-7537.78.1/runtime/
H A DPropertyTable.cpp63 , m_index(static_cast<unsigned*>(fastZeroedMalloc(dataSize())))
74 , m_index(static_cast<unsigned*>(fastMalloc(dataSize())))
80 memcpy(m_index, other.m_index, dataSize());
98 , m_index(static_cast<unsigned*>(fastZeroedMalloc(dataSize())))
130 fastFree(m_index);
H A DPropertyMapHashTable.h154 // give the point in m_index where an entry should be inserted.
250 unsigned* m_index; member in class:JSC::PropertyTable
291 unsigned entryIndex = m_index[hash & m_indexMask];
323 unsigned entryIndex = m_index[hash & m_indexMask];
365 m_index[iter.second] = entryIndex;
391 m_index[iter.second] = deletedEntryIndex();
486 m_index[iter.second] = entryIndex;
494 unsigned* oldEntryIndices = m_index;
502 m_index = static_cast<unsigned*>(fastZeroedMalloc(dataSize()));
527 return reinterpret_cast<ValueType*>(m_index
[all...]
/macosx-10.9.5/JavaScriptCore-7537.78.1/yarr/
H A DYarrParser.h237 , m_index(0)
712 return m_index;
717 m_index = state;
722 ASSERT(m_index <= m_size);
723 return m_index == m_size;
728 ASSERT(m_index < m_size);
729 return m_data[m_index];
745 ASSERT(m_index < m_size);
746 return m_data[m_index++];
778 if (atEndOfPattern() || (m_data[m_index] !
[all...]
/macosx-10.9.5/WebCore-7537.78.1/page/animation/
H A DKeyframeAnimation.h55 int index() const { return m_index; }
56 void setIndex(int i) { m_index = i; }
97 int m_index; member in class:WebCore::KeyframeAnimation
/macosx-10.9.5/WebCore-7537.78.1/platform/
H A DLength.cpp157 : m_index(1)
163 ASSERT(m_index);
167 while (m_map.contains(m_index))
168 m_index++;
170 m_map.set(m_index, calcValue);
172 return m_index;
188 int m_index; member in class:WebCore::CalculationValueHandleMap
/macosx-10.9.5/WebCore-7537.78.1/css/
H A DStylePropertySet.h56 , m_index(index)
82 unsigned m_index; member in class:WebCore::StylePropertySet::PropertyReference
242 return static_cast<const MutableStylePropertySet&>(m_propertySet).m_propertyVector.at(m_index).metadata();
243 return static_cast<const ImmutableStylePropertySet&>(m_propertySet).metadataArray()[m_index];
249 return static_cast<const MutableStylePropertySet&>(m_propertySet).m_propertyVector.at(m_index).value();
250 return static_cast<const ImmutableStylePropertySet&>(m_propertySet).valueArray()[m_index];

Completed in 397 milliseconds

12