Home | History | Annotate | Download | only in bytecompiler

Lines Matching refs:newLabel

669     LabelScope scope(type, name, scopeDepth(), newLabel(), type == LabelScope::Loop ? newLabel() : PassRefPtr<Label>()); // Only loops have continue targets.
674 PassRefPtr<Label> BytecodeGenerator::newLabel()
1990 RefPtr<Label> nextInsn = newLabel();
2079 emitLabel(newLabel().get()); // Record the fact that the next instruction is implicitly labeled, because op_sret will return to it.