Home
last modified time | relevance | path

Searched refs:attachStub (Results 1 – 19 of 19) sorted by relevance

/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jit/
H A DIonIC.h101 void attachStub(IonICStub* newStub, JitCode* code);
H A DIonIC.cpp480 void IonIC::attachStub(IonICStub* newStub, JitCode* code) { in attachStub() function in IonIC
H A DIonCacheIRCompiler.cpp2446 attachStub(newStub, code); in attachCacheIRStub()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/jit/
H A DIonIC.h106 void attachStub(IonICStub* newStub, JitCode* code);
H A DIonIC.cpp744 void IonIC::attachStub(IonICStub* newStub, JitCode* code) { in attachStub() function in IonIC
H A DIonCacheIRCompiler.cpp2351 attachStub(newStub, code); in attachCacheIRStub()
/dports/www/firefox-esr/firefox-91.8.0/js/src/jit/
H A DIonIC.h114 void attachStub(IonICStub* newStub, JitCode* code);
H A DIonIC.cpp695 void IonIC::attachStub(IonICStub* newStub, JitCode* code) { in attachStub() function in IonIC
H A DIonCacheIRCompiler.cpp1874 attachStub(newStub, code); in attachCacheIRStub()
/dports/www/firefox/firefox-99.0/js/src/jit/
H A DIonIC.h117 void attachStub(IonICStub* newStub, JitCode* code);
H A DIonIC.cpp696 void IonIC::attachStub(IonICStub* newStub, JitCode* code) { in attachStub() function in IonIC
H A DIonCacheIRCompiler.cpp1875 attachStub(newStub, code); in attachCacheIRStub()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/jit/
H A DIonIC.h114 void attachStub(IonICStub* newStub, JitCode* code);
H A DIonIC.cpp695 void IonIC::attachStub(IonICStub* newStub, JitCode* code) { in attachStub() function in IonIC
H A DIonCacheIRCompiler.cpp1874 attachStub(newStub, code); in attachCacheIRStub()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/jit/
H A DIonCaches.h301 void attachStub(MacroAssembler& masm, StubAttacher& attacher, CodeLocationJump lastJump,
H A DIonCaches.cpp268 IonCache::attachStub(MacroAssembler& masm, StubAttacher& attacher, CodeLocationJump lastJump, in attachStub() function in IonCache
334 attachStub(masm, attacher, lastJumpBefore, code); in linkAndAttachStub()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/jit/
H A DIonCaches.h299 void attachStub(MacroAssembler& masm, StubAttacher& attacher, Handle<JitCode*> code);
H A DIonCaches.cpp288 IonCache::attachStub(MacroAssembler& masm, StubAttacher& attacher, Handle<JitCode*> code) in attachStub() function in IonCache
333 attachStub(masm, attacher, code); in linkAndAttachStub()