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

/macosx-10.10.1/JavaScriptCore-7600.1.17/bytecompiler/
H A DBytecodeGenerator.h406 PassRefPtr<Label> emitJumpIfFalse(RegisterID* cond, Label* target);
H A DNodesCodegen.cpp84 generator.emitJumpIfFalse(result, falseTarget);
646 generator.emitJumpIfFalse(indexZeroCompareResult.get(), haveThis.get());
652 generator.emitJumpIfFalse(indexOneCompareResult.get(), end.get());
1305 generator.emitJumpIfFalse(temp.get(), target.get());
H A DBytecodeGenerator.cpp805 PassRefPtr<Label> BytecodeGenerator::emitJumpIfFalse(RegisterID* cond, Label* target) function in class:JSC::BytecodeGenerator
2506 emitJumpIfFalse(emitEqualityOp(op_stricteq, result.get(), value.get(), emitLoad(0, JSValue(vm()->iterationTerminator.get()))), loopStart.get());

Completed in 142 milliseconds