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

/macosx-10.9.5/JavaScriptCore-7537.78.1/dfg/
H A DDFGGenerationInfo.h311 void fillJSValue(VariableEventStream& stream, GPRReg gpr, DataFormat format = DataFormatJS) function in class:JSC::DFG::GenerationInfo
321 void fillJSValue(VariableEventStream& stream, GPRReg tagGPR, GPRReg payloadGPR, DataFormat format = DataFormatJS) function in class:JSC::DFG::GenerationInfo
H A DDFGSpeculativeJIT64.cpp82 info.fillJSValue(*m_stream, gpr, DataFormatJSInteger);
122 GPRReg SpeculativeJIT::fillJSValue(Edge edge) function in class:JSC::DFG::SpeculativeJIT
133 info.fillJSValue(*m_stream, gpr, DataFormatJSInteger);
137 info.fillJSValue(*m_stream, gpr, DataFormatJSDouble);
144 info.fillJSValue(*m_stream, gpr, DataFormatJS);
164 info.fillJSValue(*m_stream, gpr, spillFormat);
180 info.fillJSValue(*m_stream, gpr, DataFormatJSInteger);
189 info.fillJSValue(*m_stream, gpr, DataFormatJSDouble);
865 info.fillJSValue(*m_stream, gpr, DataFormatJSInteger);
872 info.fillJSValue(*m_strea
[all...]
H A DDFGSpeculativeJIT.h126 GPRReg fillJSValue(Edge);
128 bool fillJSValue(Edge, GPRReg&, GPRReg&, FPRReg&);
2363 m_gprOrInvalid = m_jit->fillJSValue(m_edge);
2376 m_isDouble = !m_jit->fillJSValue(m_edge, m_register.pair.tagGPR, m_register.pair.payloadGPR, m_register.fpr);
H A DDFGSpeculativeJIT32_64.cpp118 bool SpeculativeJIT::fillJSValue(Edge edge, GPRReg& tagGPR, GPRReg& payloadGPR, FPRReg& fpr) function in class:JSC::DFG::SpeculativeJIT
136 info.fillJSValue(*m_stream, tagGPR, payloadGPR, isInt32Constant(edge.node()) ? DataFormatJSInteger : DataFormatJS);
162 info.fillJSValue(*m_stream, tagGPR, payloadGPR, spillFormat == DataFormatJSDouble ? DataFormatJS : spillFormat);
204 info.fillJSValue(*m_stream, tagGPR, payloadGPR, fillFormat);
219 info.fillJSValue(*m_stream, tagGPR, payloadGPR, DataFormatJS);

Completed in 1033 milliseconds