Searched refs:loopStart (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/Modules/webaudio/
H A DAudioBufferSourceNode.h80 double loopStart() const { return m_loopStart; } function in class:WebCore::AudioBufferSourceNode
82 void setLoopStart(double loopStart) { m_loopStart = loopStart; } argument
H A DAudioBufferSourceNode.idl44 attribute unrestricted double loopStart;
/macosx-10.10/WebCore-7600.1.25/cssjit/
H A DSelectorCompiler.cpp1321 Assembler::Label loopStart(m_assembler.label());
1333 matchingFailureCases.linkTo(loopStart, &m_assembler);
1338 Assembler::Label loopStart = m_assembler.label(); local
1341 testIsElementFlagOnNode(Assembler::Zero, m_assembler, workRegister).linkTo(loopStart, &m_assembler);
1346 Assembler::Label loopStart = m_assembler.label(); local
1349 testIsElementFlagOnNode(Assembler::Zero, m_assembler, workRegister).linkTo(loopStart, &m_assembler);
1404 Assembler::Label loopStart(m_assembler.label());
1416 localFailureCases.linkTo(loopStart, &m_assembler);
1965 Assembler::Label loopStart(m_assembler.label());
1994 m_assembler.jump().linkTo(loopStart,
2639 Assembler::Label loopStart = m_assembler.label(); local
[all...]
/macosx-10.10/JavaScriptCore-7600.1.17/bytecompiler/
H A DBytecodeGenerator.cpp2465 RefPtr<Label> loopStart = newLabel(); local
2467 emitLabel(loopStart.get());
2476 emitJumpIfTrue(emitEqualityOp(op_less, newTemporary(), index.get(), length.get()), loopStart.get());
2496 RefPtr<Label> loopStart = newLabel(); local
2497 emitLabel(loopStart.get());
2506 emitJumpIfFalse(emitEqualityOp(op_stricteq, result.get(), value.get(), emitLoad(0, JSValue(vm()->iterationTerminator.get()))), loopStart.get());
H A DNodesCodegen.cpp1823 RefPtr<Label> loopStart = generator.newLabel(); local
1824 generator.emitLabel(loopStart.get());
1896 generator.emitNextPropertyName(propertyName, base.get(), i.get(), size.get(), iter.get(), loopStart.get());

Completed in 191 milliseconds