Home
last modified time | relevance | path

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

/external/webkit/JavaScriptCore/bytecompiler/
DNodesCodegen.cpp1037 RefPtr<Label> beforeThen = generator.newLabel(); in emitBytecode() local
1038 generator.emitNodeInConditionContext(m_logical, beforeThen.get(), beforeElse.get(), true); in emitBytecode()
1039 generator.emitLabel(beforeThen.get()); in emitBytecode()
1368 RefPtr<Label> beforeThen = generator.newLabel(); in emitBytecode() local
1369 generator.emitNodeInConditionContext(m_condition, beforeThen.get(), afterThen.get(), true); in emitBytecode()
1370 generator.emitLabel(beforeThen.get()); in emitBytecode()
1393 RefPtr<Label> beforeThen = generator.newLabel(); in emitBytecode() local
1394 generator.emitNodeInConditionContext(m_condition, beforeThen.get(), beforeElse.get(), true); in emitBytecode()
1395 generator.emitLabel(beforeThen.get()); in emitBytecode()