Lines Matching refs:labels
65 void EmitJump(BytecodeLabels* labels);
67 BytecodeLabels* labels);
69 BytecodeLabels* labels);
70 void EmitJumpIfUndefined(BytecodeLabels* labels);
71 void EmitJumpIfNull(BytecodeLabels* labels);
76 // Unbound labels that identify jumps for break statements in the code.
135 // Unbound labels that identify jumps for continue statements in the code and
139 // Unbound labels that identify jumps for nested inner loops which share the
187 // Unbound labels that identify jumps for case statements in the code.
257 // Unbound labels that identify jumps to the finally block in the code.