Searched refs:streamIndex (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10/JavaScriptCore-7600.1.17/ftl/
H A DFTLOSREntry.h40 unsigned streamIndex);
H A DFTLOSREntry.cpp43 unsigned bytecodeIndex, unsigned streamIndex)
65 exec, dfgCodeBlock, CodeOrigin(bytecodeIndex), streamIndex, values);
41 prepareOSREntry( ExecState* exec, CodeBlock* dfgCodeBlock, CodeBlock* entryCodeBlock, unsigned bytecodeIndex, unsigned streamIndex) argument
/macosx-10.10/JavaScriptCore-7600.1.17/dfg/
H A DDFGOSRExit.cpp38 OSRExit::OSRExit(ExitKind kind, JSValueSource jsValueSource, MethodOfGettingAValueProfile valueProfile, SpeculativeJIT* jit, unsigned streamIndex, unsigned recoveryIndex) argument
44 , m_streamIndex(streamIndex)
H A DDFGJITCode.cpp70 CodeBlock* codeBlock, CodeOrigin codeOrigin, unsigned streamIndex,
74 codeBlock, codeOrigin, minifiedDFG, streamIndex, result);
78 ExecState* exec, CodeBlock* codeBlock, CodeOrigin codeOrigin, unsigned streamIndex,
82 reconstruct(codeBlock, codeOrigin, streamIndex, recoveries);
69 reconstruct( CodeBlock* codeBlock, CodeOrigin codeOrigin, unsigned streamIndex, Operands<ValueRecovery>& result) argument
77 reconstruct( ExecState* exec, CodeBlock* codeBlock, CodeOrigin codeOrigin, unsigned streamIndex, Operands<JSValue>& result) argument
H A DDFGJITCode.h89 CodeBlock*, CodeOrigin, unsigned streamIndex, Operands<ValueRecovery>& result);
95 ExecState*, CodeBlock*, CodeOrigin, unsigned streamIndex, Operands<JSValue>& result);
H A DDFGOSRExit.h87 OSRExit(ExitKind, JSValueSource, MethodOfGettingAValueProfile, SpeculativeJIT*, unsigned streamIndex, unsigned recoveryIndex = UINT_MAX);
H A DDFGOperations.h143 char* JIT_OPERATION triggerOSREntryNow(ExecState*, int32_t bytecodeIndex, int32_t streamIndex) WTF_INTERNAL;
H A DDFGOperations.cpp1220 ExecState* exec, int32_t bytecodeIndex, int32_t streamIndex)
1262 exec, codeBlock, entryBlock, bytecodeIndex, streamIndex);
1290 exec, codeBlock, CodeOrigin(bytecodeIndex), streamIndex, mustHandleValues);
1305 exec, codeBlock, jitCode->osrEntryBlock.get(), bytecodeIndex, streamIndex);
1219 triggerOSREntryNow( ExecState* exec, int32_t bytecodeIndex, int32_t streamIndex) argument
/macosx-10.10/IOAudioFamily-200.6/
H A DIOAudioEngine.cpp2077 UInt32 streamIndex; local
2088 for ( streamIndex = 0; streamIndex < outputStreams->getCount(); streamIndex++) {
2092 outputStream = (IOAudioStream *)outputStreams->getObject(streamIndex);

Completed in 175 milliseconds