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

/macosx-10.9.5/JavaScriptCore-7537.78.1/dfg/
H A DDFGAssemblyHelpers.cpp84 void AssemblyHelpers::jitAssertIsJSInt32(GPRReg gpr) function in class:JSC::DFG::AssemblyHelpers
119 void AssemblyHelpers::jitAssertIsJSInt32(GPRReg gpr) function in class:JSC::DFG::AssemblyHelpers
H A DDFGAssemblyHelpers.h248 void jitAssertIsJSInt32(GPRReg);
255 void jitAssertIsJSInt32(GPRReg) { } function in class:JSC::DFG::AssemblyHelpers
H A DDFGSpeculativeJIT.h779 m_jit.jitAssertIsJSInt32(reg);
821 m_jit.jitAssertIsJSInt32(reg);
H A DDFGSpeculativeJIT32_64.cpp93 m_jit.jitAssertIsJSInt32(tagGPR);
H A DDFGSpeculativeJIT64.cpp103 m_jit.jitAssertIsJSInt32(gpr);

Completed in 164 milliseconds