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