Home
last modified time | relevance | path

Searched refs:tempGpr (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/JavaScriptCore/dfg/
DDFGJITCodeGenerator.cpp165 …GPRReg tempGpr = allocate(); // FIXME: can we skip this allocation on the last use of the virtual … in fillDouble() local
169 JITCompiler::RegisterID tempReg = JITCompiler::gprToRegisterID(tempGpr); in fillDouble()
188 m_gprs.unlock(tempGpr); in fillDouble()
DDFGNonSpeculativeJIT.cpp64 …GPRReg tempGpr = allocate(); // FIXME: can we skip this allocation on the last use of the virtual … in valueToNumber() local
68 JITCompiler::RegisterID tempReg = JITCompiler::gprToRegisterID(tempGpr); in valueToNumber()
95 m_gprs.unlock(tempGpr); in valueToNumber()