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

/external/webkit/JavaScriptCore/parser/
H A DNodes.h157 virtual void emitBytecodeInConditionContext(BytecodeGenerator&, Label*, Label*, bool) { ASSERT_NOT_REACHED(); } function in class:JSC::ExpressionNode
797 void emitBytecodeInConditionContext(BytecodeGenerator&, Label* trueTarget, Label* falseTarget, bool fallThroughMeansTrue);
963 void emitBytecodeInConditionContext(BytecodeGenerator&, Label* trueTarget, Label* falseTarget, bool fallThroughMeansTrue);
/external/webkit/JavaScriptCore/bytecompiler/
H A DBytecodeGenerator.h204 n->emitBytecodeInConditionContext(*this, trueTarget, falseTarget, fallThroughMeansTrue);
H A DNodesCodegen.cpp785 void LogicalNotNode::emitBytecodeInConditionContext(BytecodeGenerator& generator, Label* trueTarget, Label* falseTarget, bool fallThroughMeansTrue) function in class:JSC::LogicalNotNode
1000 void LogicalOpNode::emitBytecodeInConditionContext(BytecodeGenerator& generator, Label* trueTarget, Label* falseTarget, bool fallThroughMeansTrue) function in class:JSC::LogicalOpNode

Completed in 35 milliseconds