Searched refs:loopStart (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/JavaScriptCore-7600.1.17/bytecompiler/
H A DBytecodeGenerator.cpp2465 RefPtr<Label> loopStart = newLabel(); local
2467 emitLabel(loopStart.get());
2476 emitJumpIfTrue(emitEqualityOp(op_less, newTemporary(), index.get(), length.get()), loopStart.get());
2496 RefPtr<Label> loopStart = newLabel(); local
2497 emitLabel(loopStart.get());
2506 emitJumpIfFalse(emitEqualityOp(op_stricteq, result.get(), value.get(), emitLoad(0, JSValue(vm()->iterationTerminator.get()))), loopStart.get());
H A DNodesCodegen.cpp1823 RefPtr<Label> loopStart = generator.newLabel(); local
1824 generator.emitLabel(loopStart.get());
1896 generator.emitNextPropertyName(propertyName, base.get(), i.get(), size.get(), iter.get(), loopStart.get());

Completed in 205 milliseconds