Home
last modified time | relevance | path

Searched refs:getSkipArgCheckEntryOffset (Results 1 – 16 of 16) sorted by relevance

/dports/lang/spidermonkey78/firefox-78.9.0/js/src/jit/
H A DIonScript.h299 uint32_t getSkipArgCheckEntryOffset() const { in getSkipArgCheckEntryOffset() function
H A DCodeGenerator.cpp11234 ionScript->setSkipArgCheckEntryOffset(getSkipArgCheckEntryOffset()); in link()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/jit/shared/
H A DCodeGenerator-shared.h137 inline size_t getSkipArgCheckEntryOffset() const { in getSkipArgCheckEntryOffset() function
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/jit/
H A DIonCode.h397 uint32_t getSkipArgCheckEntryOffset() const { in getSkipArgCheckEntryOffset() function
H A DCodeGenerator.cpp9623 ionScript->setSkipArgCheckEntryOffset(getSkipArgCheckEntryOffset()); in link()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jit/
H A DIonCode.h352 uint32_t getSkipArgCheckEntryOffset() const { in getSkipArgCheckEntryOffset() function
H A DCodeGenerator.cpp9886 ionScript->setSkipArgCheckEntryOffset(getSkipArgCheckEntryOffset()); in link()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/jit/
H A DIonCode.h391 uint32_t getSkipArgCheckEntryOffset() const { in getSkipArgCheckEntryOffset() function
H A DCodeGenerator.cpp8251 ionScript->setSkipArgCheckEntryOffset(getSkipArgCheckEntryOffset()); in link()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/jit/shared/
H A DCodeGenerator-shared.h171 inline size_t getSkipArgCheckEntryOffset() const { in getSkipArgCheckEntryOffset() function
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/jit/shared/
H A DCodeGenerator-shared.h180 inline size_t getSkipArgCheckEntryOffset() const { in getSkipArgCheckEntryOffset() function
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jit/shared/
H A DCodeGenerator-shared.h182 inline size_t getSkipArgCheckEntryOffset() const { in getSkipArgCheckEntryOffset() function
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/
H A Djsscript.cpp4130 baselineOrIonSkipArgCheck = ion->method()->raw() + ion->getSkipArgCheckEntryOffset(); in updateBaselineOrIonRaw()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/vm/
H A DJSScript.cpp3988 jitCodeSkipArgCheck_ = jitCodeRaw_ + ion->getSkipArgCheckEntryOffset(); in updateJitCodeRaw()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/
H A Djsscript.cpp4401 baselineOrIonSkipArgCheck = ion->method()->raw() + ion->getSkipArgCheckEntryOffset(); in updateBaselineOrIonRaw()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/vm/
H A DJSScript.cpp5312 jitCodeSkipArgCheck = jitCodeRaw() + ion->getSkipArgCheckEntryOffset(); in updateJitCodeRaw()