Home
last modified time | relevance | path

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

/external/webkit/Source/JavaScriptCore/parser/
DNodes.h164 …virtual void emitBytecodeInConditionContext(BytecodeGenerator&, Label*, Label*, bool) { ASSERT_NOT… in emitBytecodeInConditionContext() function
803 …void emitBytecodeInConditionContext(BytecodeGenerator&, Label* trueTarget, Label* falseTarget, boo…
974 …void emitBytecodeInConditionContext(BytecodeGenerator&, Label* trueTarget, Label* falseTarget, boo…
/external/webkit/Source/JavaScriptCore/bytecompiler/
DBytecodeGenerator.h224 … n->emitBytecodeInConditionContext(*this, trueTarget, falseTarget, fallThroughMeansTrue); in emitNodeInConditionContext()
DNodesCodegen.cpp820 void LogicalNotNode::emitBytecodeInConditionContext(BytecodeGenerator& generator, Label* trueTarget… in emitBytecodeInConditionContext() function in JSC::LogicalNotNode
1037 void LogicalOpNode::emitBytecodeInConditionContext(BytecodeGenerator& generator, Label* trueTarget,… in emitBytecodeInConditionContext() function in JSC::LogicalOpNode
/external/webkit/Source/JavaScriptCore/
DChangeLog-2010-05-2413756 (JSC::ExpressionNode::emitBytecodeInConditionContext): Assert not reached - only really
13763 (JSC::LogicalNotNode::emitBytecodeInConditionContext): Implemented - just swap
13765 (JSC::LogicalOpNode::emitBytecodeInConditionContext): Implemented - handle jumps