Home
last modified time | relevance | path

Searched refs:ToggledCallSize (Results 1 – 25 of 76) sorted by relevance

1234

/dports/www/firefox/firefox-99.0/js/src/jit/none/
H A DMacroAssembler-none.h99 static size_t ToggledCallSize(uint8_t*) { MOZ_CRASH(); } in ToggledCallSize() function
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/jit/x64/
H A DAssembler-x64.h780 MOZ_ASSERT_IF(!oom(), size() - offset.offset() == ToggledCallSize(nullptr)); in toggledCall()
784 static size_t ToggledCallSize(uint8_t* code) { in ToggledCallSize() function
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/jit/x64/
H A DAssembler-x64.h937 MOZ_ASSERT_IF(!oom(), size() - offset.offset() == ToggledCallSize(nullptr)); in toggledCall()
941 static size_t ToggledCallSize(uint8_t* code) { in ToggledCallSize() function
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/jit/x86/
H A DAssembler-x86.h507 MOZ_ASSERT_IF(!oom(), size() - offset.offset() == ToggledCallSize(nullptr)); in toggledCall()
511 static size_t ToggledCallSize(uint8_t* code) { in ToggledCallSize() function
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/jit/x86/
H A DAssembler-x86.h474 MOZ_ASSERT_IF(!oom(), size() - offset.offset() == ToggledCallSize(nullptr)); in toggledCall()
478 static size_t ToggledCallSize(uint8_t* code) { in ToggledCallSize() function
/dports/www/firefox-esr/firefox-91.8.0/js/src/jit/x86/
H A DAssembler-x86.h515 MOZ_ASSERT_IF(!oom(), size() - offset.offset() == ToggledCallSize(nullptr)); in toggledCall()
519 static size_t ToggledCallSize(uint8_t* code) { in ToggledCallSize() function
/dports/www/firefox/firefox-99.0/js/src/jit/x86/
H A DAssembler-x86.h525 MOZ_ASSERT_IF(!oom(), size() - offset.offset() == ToggledCallSize(nullptr)); in toggledCall()
529 static size_t ToggledCallSize(uint8_t* code) { in ToggledCallSize() function
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jit/x86/
H A DAssembler-x86.h547 MOZ_ASSERT_IF(!oom(), size() - offset.offset() == ToggledCallSize(nullptr)); in toggledCall()
551 static size_t ToggledCallSize(uint8_t* code) { in ToggledCallSize() function
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/jit/x86/
H A DAssembler-x86.h515 MOZ_ASSERT_IF(!oom(), size() - offset.offset() == ToggledCallSize(nullptr)); in toggledCall()
519 static size_t ToggledCallSize(uint8_t* code) { in ToggledCallSize() function
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/jit/x86/
H A DAssembler-x86.h503 MOZ_ASSERT_IF(!oom(), size() - offset.offset() == ToggledCallSize(nullptr)); in toggledCall()
507 static size_t ToggledCallSize(uint8_t* code) { in ToggledCallSize() function
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jit/x64/
H A DAssembler-x64.h1116 MOZ_ASSERT_IF(!oom(), size() - offset.offset() == ToggledCallSize(nullptr)); in toggledCall()
1120 static size_t ToggledCallSize(uint8_t* code) { in ToggledCallSize() function
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/jit/x64/
H A DAssembler-x64.h1128 MOZ_ASSERT_IF(!oom(), size() - offset.offset() == ToggledCallSize(nullptr)); in toggledCall()
1132 static size_t ToggledCallSize(uint8_t* code) { in ToggledCallSize() function
/dports/www/firefox-esr/firefox-91.8.0/js/src/jit/none/
H A DMacroAssembler-none.h271 static size_t ToggledCallSize(uint8_t*) { MOZ_CRASH(); } in ToggledCallSize() function
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/jit/none/
H A DMacroAssembler-none.h271 static size_t ToggledCallSize(uint8_t*) { MOZ_CRASH(); } in ToggledCallSize() function
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/jit/none/
H A DMacroAssembler-none.h270 static size_t ToggledCallSize(uint8_t*) { MOZ_CRASH(); } in ToggledCallSize() function
/dports/www/firefox-esr/firefox-91.8.0/js/src/jit/x64/
H A DAssembler-x64.h1174 MOZ_ASSERT_IF(!oom(), size() - offset.offset() == ToggledCallSize(nullptr)); in toggledCall()
1178 static size_t ToggledCallSize(uint8_t* code) { in ToggledCallSize() function
/dports/www/firefox/firefox-99.0/js/src/jit/x64/
H A DAssembler-x64.h1157 MOZ_ASSERT_IF(!oom(), size() - offset.offset() == ToggledCallSize(nullptr)); in toggledCall()
1161 static size_t ToggledCallSize(uint8_t* code) { in ToggledCallSize() function
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/jit/x64/
H A DAssembler-x64.h1174 MOZ_ASSERT_IF(!oom(), size() - offset.offset() == ToggledCallSize(nullptr)); in toggledCall()
1178 static size_t ToggledCallSize(uint8_t* code) { in ToggledCallSize() function
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jit/none/
H A DMacroAssembler-none.h263 static size_t ToggledCallSize(uint8_t*) { MOZ_CRASH(); } in ToggledCallSize() function
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/jit/none/
H A DMacroAssembler-none.h223 static size_t ToggledCallSize(uint8_t*) { MOZ_CRASH(); }
/dports/www/firefox-esr/firefox-91.8.0/js/src/jit/mips32/
H A DMacroAssembler-mips32.h318 static size_t ToggledCallSize(uint8_t* code) { in ToggledCallSize() function
/dports/www/firefox-esr/firefox-91.8.0/js/src/jit/mips64/
H A DMacroAssembler-mips64.h304 static size_t ToggledCallSize(uint8_t* code) { in ToggledCallSize() function
/dports/www/firefox/firefox-99.0/js/src/jit/mips64/
H A DMacroAssembler-mips64.h310 static size_t ToggledCallSize(uint8_t* code) { in ToggledCallSize() function
/dports/www/firefox/firefox-99.0/js/src/jit/mips32/
H A DMacroAssembler-mips32.h319 static size_t ToggledCallSize(uint8_t* code) { in ToggledCallSize() function
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/jit/
H A DBaselineJIT.cpp215 data.jitcode += MacroAssembler::ToggledCallSize(data.jitcode); in EnterBaselineAtBranch()

1234