Home
last modified time | relevance | path

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

/external/v8/src/builtins/
Dbuiltins-regexp-gen.h20 Label* const if_ismodified);
94 Label* const if_ismodified);
105 Label* if_isunmodified, Label* if_ismodified);
Dbuiltins-regexp-gen.cc914 Label* const if_ismodified) { in BranchIfFastRegExp() argument
917 GotoIfForceSlowPath(if_ismodified); in BranchIfFastRegExp()
929 GotoIfNot(has_initialmap, if_ismodified); in BranchIfFastRegExp()
937 GotoIfNot(proto_has_initialmap, if_ismodified); in BranchIfFastRegExp()
942 Branch(TaggedIsPositiveSmi(last_index), if_isunmodified, if_ismodified); in BranchIfFastRegExp()
948 Label* const if_ismodified) { in BranchIfFastRegExp() argument
951 if_ismodified); in BranchIfFastRegExp()
976 Label* if_ismodified) { in BranchIfFastRegExpResult() argument
985 if_ismodified); in BranchIfFastRegExpResult()