Home
last modified time | relevance | path

Searched refs:hasConditionContextCodegen (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/JavaScriptCore/bytecompiler/
DNodesCodegen.cpp822 ASSERT(expr()->hasConditionContextCodegen()); in emitBytecodeInConditionContext()
1039 if (m_expr1->hasConditionContextCodegen()) { in emitBytecodeInConditionContext()
1054 if (m_expr2->hasConditionContextCodegen()) in emitBytecodeInConditionContext()
1073 if (m_logical->hasConditionContextCodegen()) { in emitBytecode()
1411 if (m_condition->hasConditionContextCodegen()) { in emitBytecode()
1436 if (m_condition->hasConditionContextCodegen()) { in emitBytecode()
1473 if (m_expr->hasConditionContextCodegen()) in emitBytecode()
1500 if (m_expr->hasConditionContextCodegen()) in emitBytecode()
1539 if (m_expr2->hasConditionContextCodegen()) in emitBytecode()
/external/webkit/Source/JavaScriptCore/parser/
DNodes.h162 virtual bool hasConditionContextCodegen() const { return false; } in hasConditionContextCodegen() function
804 … virtual bool hasConditionContextCodegen() const { return expr()->hasConditionContextCodegen(); } in hasConditionContextCodegen() function
975 virtual bool hasConditionContextCodegen() const { return true; } in hasConditionContextCodegen() function
/external/webkit/Source/JavaScriptCore/
DChangeLog-2010-05-2413754 (JSC::ExpressionNode::hasConditionContextCodegen): Helper function to determine
13759 (JSC::LogicalNotNode::hasConditionContextCodegen): Returne true only if subexpression
13761 (JSC::LogicalOpNode::hasConditionContextCodegen): Return true.