Home | History | Annotate | Download | only in dfg

Lines Matching refs:jit

107     SpeculativeJIT(JITCompiler& jit)
108 : JITCodeGenerator(jit, true)
170 // JIT we should probably rewind code generation and only produce the non-speculative path.
204 explicit SpeculateIntegerOperand(SpeculativeJIT* jit, NodeIndex index)
205 : m_jit(jit)
213 if (jit->isFilled(index))
256 explicit SpeculateStrictInt32Operand(SpeculativeJIT* jit, NodeIndex index)
257 : m_jit(jit)
262 if (jit->isFilled(index))
297 explicit SpeculateCellOperand(SpeculativeJIT* jit, NodeIndex index)
298 : m_jit(jit)
303 if (jit->isFilled(index))
339 // This class is used by the non-speculative JIT to check which