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

/macosx-10.9.5/JavaScriptCore-7537.78.1/dfg/
H A DDFGBackwardsPropagationPhase.cpp68 double value = m_graph.valueOfNumberConstant(node);
76 double value = m_graph.valueOfNumberConstant(node);
H A DDFGGraph.h320 double valueOfNumberConstant(Node* node) function in class:JSC::DFG::Graph
H A DDFGSpeculativeJIT.h550 double valueOfNumberConstant(Node* node) { return m_jit.graph().valueOfNumberConstant(node); } function in class:JSC::DFG::SpeculativeJIT
H A DDFGSpeculativeJIT64.cpp61 JSValue jsValue = jsNumber(valueOfNumberConstant(edge.node()));
138 JSValue jsValue(JSValue::EncodeAsDouble, valueOfNumberConstant(edge.node()));
991 m_jit.move(MacroAssembler::Imm64(reinterpretDoubleToInt64(valueOfNumberConstant(edge.node()))), gpr);
H A DDFGSpeculativeJIT.cpp588 m_jit.move(Imm64(reinterpretDoubleToInt64(valueOfNumberConstant(plan.node()))), canTrample);

Completed in 202 milliseconds