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