Home
last modified time | relevance | path

Searched refs:argSlotUnchecked (Results 1 – 15 of 15) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/js/src/jit/
H A DCompileInfo.h193 uint32_t argSlotUnchecked(uint32_t i) const { in argSlotUnchecked() function
204 return argSlotUnchecked(i); in argSlot()
H A DWarpBuilder.cpp205 uint32_t slot = info().argSlotUnchecked(i); in startNewOsrPreHeaderBlock()
376 param = current->getSlot(info().argSlotUnchecked(formal)); in buildCallObject()
455 current->initSlot(info().argSlotUnchecked(i), param); in buildPrologue()
535 current->initSlot(info().argSlotUnchecked(i), arg); in buildInlinePrologue()
540 current->initSlot(info().argSlotUnchecked(i), undef); in buildInlinePrologue()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/jit/
H A DCompileInfo.h193 uint32_t argSlotUnchecked(uint32_t i) const { in argSlotUnchecked() function
204 return argSlotUnchecked(i); in argSlot()
H A DWarpBuilder.cpp205 uint32_t slot = info().argSlotUnchecked(i); in startNewOsrPreHeaderBlock()
376 param = current->getSlot(info().argSlotUnchecked(formal)); in buildCallObject()
455 current->initSlot(info().argSlotUnchecked(i), param); in buildPrologue()
535 current->initSlot(info().argSlotUnchecked(i), arg); in buildInlinePrologue()
540 current->initSlot(info().argSlotUnchecked(i), undef); in buildInlinePrologue()
/dports/www/firefox/firefox-99.0/js/src/jit/
H A DCompileInfo.h204 uint32_t argSlotUnchecked(uint32_t i) const { in argSlotUnchecked() function
215 return argSlotUnchecked(i); in argSlot()
H A DWarpBuilder.cpp204 uint32_t slot = info().argSlotUnchecked(i); in startNewOsrPreHeaderBlock()
375 param = current->getSlot(info().argSlotUnchecked(formal)); in buildCallObject()
454 current->initSlot(info().argSlotUnchecked(i), param); in buildPrologue()
534 current->initSlot(info().argSlotUnchecked(i), arg); in buildInlinePrologue()
539 current->initSlot(info().argSlotUnchecked(i), undef); in buildInlinePrologue()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/jit/
H A DCompileInfo.h314 uint32_t argSlotUnchecked(uint32_t i) const { in argSlotUnchecked() function
325 return argSlotUnchecked(i); in argSlot()
H A DWarpBuilder.cpp185 uint32_t slot = info().argSlotUnchecked(i); in startNewOsrPreHeaderBlock()
347 param = current->getSlot(info().argSlotUnchecked(formal)); in buildCallObject()
425 current->initSlot(info().argSlotUnchecked(i), param); in buildPrologue()
H A DIonBuilder.cpp634 slot = info().argSlotUnchecked(loc.arg()); in analyzeNewLoopTypesForLocation()
681 : info().argSlotUnchecked(last->arg()); in analyzeNewLoopTypesForLocation()
1185 current->initSlot(info().argSlotUnchecked(i), param); in initParameters()
5188 param = current->getSlot(info().argSlotUnchecked(formal)); in createCallObject()
7302 needsArgsObj ? info().argSlotUnchecked(i) : info().argSlot(i); in newOsrPreheader()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/jit/
H A DCompileInfo.h373 uint32_t argSlotUnchecked(uint32_t i) const { in argSlotUnchecked() function
384 return argSlotUnchecked(i); in argSlot()
H A DIonBuilder.cpp626 slot = info().argSlotUnchecked(GET_ARGNO(pc)); in analyzeNewLoopTypes()
651 : info().argSlotUnchecked(GET_ARGNO(last)); in analyzeNewLoopTypes()
1197 current->initSlot(info().argSlotUnchecked(i), param); in initParameters()
6297 param = current->getSlot(info().argSlotUnchecked(formal)); in createCallObject()
7891 uint32_t slot = needsArgsObj ? info().argSlotUnchecked(i) : info().argSlot(i); in newOsrPreheader()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jit/
H A DCompileInfo.h321 uint32_t argSlotUnchecked(uint32_t i) const { in argSlotUnchecked() function
332 return argSlotUnchecked(i); in argSlot()
H A DIonBuilder.cpp570 slot = info().argSlotUnchecked(GET_ARGNO(pc)); in analyzeNewLoopTypes()
590 : info().argSlotUnchecked(GET_ARGNO(last)); in analyzeNewLoopTypes()
1068 current->initSlot(info().argSlotUnchecked(i), param); in initParameters()
4627 param = current->getSlot(info().argSlotUnchecked(formal)); in createCallObject()
6400 needsArgsObj ? info().argSlotUnchecked(i) : info().argSlot(i); in newOsrPreheader()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/jit/
H A DCompileInfo.h369 uint32_t argSlotUnchecked(uint32_t i) const { in argSlotUnchecked() function
380 return argSlotUnchecked(i); in argSlot()
H A DIonBuilder.cpp630 slot = info().argSlotUnchecked(GET_ARGNO(pc)); in analyzeNewLoopTypes()
655 : info().argSlotUnchecked(GET_ARGNO(last)); in analyzeNewLoopTypes()
1182 current->initSlot(info().argSlotUnchecked(i), param); in initParameters()
6074 MDefinition* param = current->getSlot(info().argSlotUnchecked(formal)); in createCallObject()
7470 uint32_t slot = needsArgsObj ? info().argSlotUnchecked(i) : info().argSlot(i); in newOsrPreheader()