Lines Matching refs:Label
27 virtual void Bind(Label* label);
28 virtual void CheckAtStart(Label* on_at_start);
29 virtual void CheckCharacter(uint32_t c, Label* on_equal);
32 Label* on_equal);
33 virtual void CheckCharacterGT(uc16 limit, Label* on_greater);
34 virtual void CheckCharacterLT(uc16 limit, Label* on_less);
37 virtual void CheckGreedyLoop(Label* on_tos_equals_current_position);
38 virtual void CheckNotAtStart(int cp_offset, Label* on_not_at_start);
40 Label* on_no_match);
43 Label* on_no_match);
44 virtual void CheckNotCharacter(uint32_t c, Label* on_not_equal);
47 Label* on_not_equal);
51 Label* on_not_equal);
54 Label* on_in_range);
57 Label* on_not_in_range);
58 virtual void CheckBitInTable(Handle<ByteArray> table, Label* on_bit_set);
62 virtual void CheckPosition(int cp_offset, Label* on_outside_input);
64 Label* on_no_match);
67 virtual void GoTo(Label* label);
68 virtual void IfRegisterGE(int reg, int comparand, Label* if_ge);
69 virtual void IfRegisterLT(int reg, int comparand, Label* if_lt);
70 virtual void IfRegisterEqPos(int reg, Label* if_eq);
73 Label* on_end_of_input,
78 virtual void PushBacktrack(Label* label);
216 void BranchOrBacktrack(Condition condition, Label* to);
226 inline void SafeCall(Label* to);
227 inline void SafeCallTarget(Label* label);
241 inline void Push(Label* label);
271 Label entry_label_;
272 Label start_label_;
273 Label success_label_;
274 Label backtrack_label_;
275 Label exit_label_;
276 Label check_preempt_label_;
277 Label stack_overflow_label_;