Home
last modified time | relevance | path

Searched refs:CallIf (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/regexp/arm64/
Dregexp-macro-assembler-arm64.h212 inline void CallIf(Label* to, Condition condition);
Dregexp-macro-assembler-arm64.cc1443 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