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

/external/chromium_org/v8/src/arm64/
H A Dregexp-macro-assembler-arm64.h211 inline void CallIf(Label* to, Condition condition);
H A Dregexp-macro-assembler-arm64.cc1498 CallIf(&check_preempt_label_, ls);
1508 CallIf(&stack_overflow_label_, ls);
1598 void RegExpMacroAssemblerARM64::CallIf(Label* to, Condition condition) { function in class:v8::RegExpMacroAssemblerARM64

Completed in 43 milliseconds