Searched refs:emitNodeInConditionContext (Results 1 – 3 of 3) sorted by relevance
/external/webkit/JavaScriptCore/bytecompiler/ |
D | NodesCodegen.cpp | 790 generator.emitNodeInConditionContext(expr(), falseTarget, trueTarget, !fallThroughMeansTrue); in emitBytecodeInConditionContext() 1005 generator.emitNodeInConditionContext(m_expr1, afterExpr1.get(), falseTarget, true); in emitBytecodeInConditionContext() 1007 generator.emitNodeInConditionContext(m_expr1, trueTarget, afterExpr1.get(), false); in emitBytecodeInConditionContext() 1018 … generator.emitNodeInConditionContext(m_expr2, trueTarget, falseTarget, fallThroughMeansTrue); in emitBytecodeInConditionContext() 1038 generator.emitNodeInConditionContext(m_logical, beforeThen.get(), beforeElse.get(), true); in emitBytecode() 1369 generator.emitNodeInConditionContext(m_condition, beforeThen.get(), afterThen.get(), true); in emitBytecode() 1394 generator.emitNodeInConditionContext(m_condition, beforeThen.get(), beforeElse.get(), true); in emitBytecode() 1430 generator.emitNodeInConditionContext(m_expr, topOfLoop.get(), scope->breakTarget(), false); in emitBytecode() 1457 generator.emitNodeInConditionContext(m_expr, topOfLoop.get(), scope->breakTarget(), false); in emitBytecode() 1496 … generator.emitNodeInConditionContext(m_expr2, topOfLoop.get(), scope->breakTarget(), false); in emitBytecode()
|
D | BytecodeGenerator.h | 195 …void emitNodeInConditionContext(ExpressionNode* n, Label* trueTarget, Label* falseTarget, bool fal… in emitNodeInConditionContext() function
|
/external/webkit/JavaScriptCore/ |
D | ChangeLog | 5475 (JSC::BytecodeGenerator::emitNodeInConditionContext): Wrapper to handle tracking of
|