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

/macosx-10.9.5/JavaScriptCore-7537.78.1/dfg/
H A DDFGGraph.h324 bool valueOfBooleanConstant(Node* node) function in class:JSC::DFG::Graph
H A DDFGSpeculativeJIT.h555 bool valueOfBooleanConstant(Node* node) { return m_jit.graph().valueOfBooleanConstant(node); } function in class:JSC::DFG::SpeculativeJIT
H A DDFGSpeculativeJIT.cpp575 m_jit.move(TrustedImm32(valueOfBooleanConstant(plan.node())), plan.gpr());
1487 bool imm = valueOfBooleanConstant(node->child1().node());
1492 bool imm = valueOfBooleanConstant(node->child2().node());

Completed in 188 milliseconds