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

/macosx-10.9.5/JavaScriptCore-7537.78.1/dfg/
H A DDFGJITCompiler.h351 void* addressOfDoubleConstant(Node* node) function in class:JSC::DFG::JITCompiler
H A DDFGSpeculativeJIT.h552 void* addressOfDoubleConstant(Node* node) { return m_jit.addressOfDoubleConstant(node); } function in class:JSC::DFG::SpeculativeJIT
H A DDFGSpeculativeJIT.cpp620 m_jit.loadDouble(addressOfDoubleConstant(plan.node()), plan.fpr());
H A DDFGSpeculativeJIT32_64.cpp981 m_jit.loadDouble(addressOfDoubleConstant(edge.node()), fpr);

Completed in 213 milliseconds