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

/macosx-10.9.5/JavaScriptCore-7537.78.1/bytecompiler/
H A DBytecodeGenerator.h489 PassRefPtr<Label> emitJumpIfFalse(RegisterID* cond, Label* target);
H A DNodesCodegen.cpp81 generator.emitJumpIfFalse(result, falseTarget);
1199 generator.emitJumpIfFalse(temp.get(), target.get());
H A DBytecodeGenerator.cpp811 PassRefPtr<Label> BytecodeGenerator::emitJumpIfFalse(RegisterID* cond, Label* target) function in class:JSC::BytecodeGenerator

Completed in 132 milliseconds