Searched refs:fillInteger (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/JavaScriptCore-7537.78.1/dfg/
H A DDFGGenerationInfo.h340 void fillInteger(VariableEventStream& stream, GPRReg gpr) function in class:JSC::DFG::GenerationInfo
H A DDFGSpeculativeJIT32_64.cpp43 GPRReg SpeculativeJIT::fillInteger(Edge edge, DataFormat& returnFormat) function in class:JSC::DFG::SpeculativeJIT
70 info.fillInteger(*m_stream, gpr);
99 info.fillInteger(*m_stream, payloadGPR);
882 info.fillInteger(*m_stream, gpr);
897 info.fillInteger(*m_stream, gpr);
915 info.fillInteger(*m_stream, payloadGPR);
977 info.fillInteger(*m_stream, gpr);
H A DDFGSpeculativeJIT64.cpp42 GPRReg SpeculativeJIT::fillInteger(Edge edge, DataFormat& returnFormat) function in class:JSC::DFG::SpeculativeJIT
56 info.fillInteger(*m_stream, gpr);
71 // Tag it, since fillInteger() is used when we want a boxed integer.
841 info.fillInteger(*m_stream, gpr);
856 info.fillInteger(*m_stream, gpr);
903 info.fillInteger(*m_stream, gpr);
1018 info.fillInteger(*m_stream, gpr);
H A DDFGSpeculativeJIT.h124 GPRReg fillInteger(Edge, DataFormat& returnFormat);
2292 m_gprOrInvalid = m_jit->fillInteger(m_edge, m_format);

Completed in 392 milliseconds