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

/external/webkit/Source/JavaScriptCore/dfg/
H A DDFGNode.h209 m_constantValue.opInfo2 = imm2.m_value;
287 return m_constantValue.asInt32;
293 m_constantValue.asInt32 = value;
299 return m_constantValue.asDouble;
305 m_constantValue.asDouble = value;
327 return m_constantValue.opInfo2;
349 } m_constantValue; member in struct:JSC::DFG::Node

Completed in 1053 milliseconds