Home
last modified time | relevance | path

Searched refs:labelForBackedgeWithImplicitCheck (Results 1 – 13 of 13) sorted by relevance

/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/jit/shared/
H A DCodeGenerator-shared.cpp1557 CodeGeneratorShared::labelForBackedgeWithImplicitCheck(MBasicBlock* mir) in labelForBackedgeWithImplicitCheck() function in js::jit::CodeGeneratorShared
1592 if (Label* oolEntry = labelForBackedgeWithImplicitCheck(mir)) { in jumpToBlock()
1611 if (!labelForBackedgeWithImplicitCheck(block)) in getJumpLabelForBranch()
1636 if (Label* oolEntry = labelForBackedgeWithImplicitCheck(mir)) { in jumpToBlock()
H A DCodeGenerator-shared.h481 Label* labelForBackedgeWithImplicitCheck(MBasicBlock* mir);
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jit/shared/
H A DCodeGenerator-shared.cpp1567 Label* CodeGeneratorShared::labelForBackedgeWithImplicitCheck( in labelForBackedgeWithImplicitCheck() function in js::jit::CodeGeneratorShared
1601 if (Label* oolEntry = labelForBackedgeWithImplicitCheck(mir)) { in jumpToBlock()
1619 if (!labelForBackedgeWithImplicitCheck(block)) return block->lir()->label(); in getJumpLabelForBranch()
1642 if (Label* oolEntry = labelForBackedgeWithImplicitCheck(mir)) { in jumpToBlock()
H A DCodeGenerator-shared.h497 Label* labelForBackedgeWithImplicitCheck(MBasicBlock* mir);
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jit/mips-shared/
H A DCodeGenerator-mips-shared.h87 if (Label* oolEntry = labelForBackedgeWithImplicitCheck(mir)) { in branchToBlock()
H A DCodeGenerator-mips-shared.cpp78 if (Label* oolEntry = labelForBackedgeWithImplicitCheck(mir)) { in branchToBlock()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/jit/mips-shared/
H A DCodeGenerator-mips-shared.h84 if (Label* oolEntry = labelForBackedgeWithImplicitCheck(mir)) { in branchToBlock()
H A DCodeGenerator-mips-shared.cpp69 if (Label* oolEntry = labelForBackedgeWithImplicitCheck(mir)) { in branchToBlock()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/jit/shared/
H A DCodeGenerator-shared.cpp1550 CodeGeneratorShared::labelForBackedgeWithImplicitCheck(MBasicBlock* mir) in labelForBackedgeWithImplicitCheck() function in js::jit::CodeGeneratorShared
1585 if (Label* oolEntry = labelForBackedgeWithImplicitCheck(mir)) { in jumpToBlock()
1606 if (Label* oolEntry = labelForBackedgeWithImplicitCheck(mir)) { in jumpToBlock()
H A DCodeGenerator-shared.h463 Label* labelForBackedgeWithImplicitCheck(MBasicBlock* mir);
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/jit/mips-shared/
H A DCodeGenerator-mips-shared.h82 if (Label* oolEntry = labelForBackedgeWithImplicitCheck(mir)) { in branchToBlock()
H A DCodeGenerator-mips-shared.cpp89 if (Label* oolEntry = labelForBackedgeWithImplicitCheck(mir)) {
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/jit/
H A DCodeGenerator.cpp652 if (!labelForBackedgeWithImplicitCheck(block)) in getJumpLabelForBranch()