Searched refs:CallIf (Results 1 – 2 of 2) sorted by relevance
211 inline void CallIf(Label* to, Condition condition);
1498 CallIf(&check_preempt_label_, ls); in CheckPreemption()1508 CallIf(&stack_overflow_label_, ls); in CheckStackLimit()1598 void RegExpMacroAssemblerARM64::CallIf(Label* to, Condition condition) { in CallIf() function in v8::internal::RegExpMacroAssemblerARM64