Home
last modified time | relevance | path

Searched refs:InterpreterRegs (Results 1 – 25 of 51) sorted by relevance

123

/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/gdb/tests/
H A Dtest-Interpreter.cpp15 GDBTestInitInterpreterRegs(InterpreterRegs& regs, in GDBTestInitInterpreterRegs()
64 js::InterpreterRegs regs; in FRAGMENT()
/dports/www/firefox-esr/firefox-91.8.0/js/src/vm/
H A DStack.h32 class InterpreterRegs; variable
349 friend class InterpreterRegs; variable
746 class InterpreterRegs {
795 friend void GDBTestInitInterpreterRegs(InterpreterRegs&,
842 bool pushInlineFrame(JSContext* cx, InterpreterRegs& regs,
846 void popInlineFrame(InterpreterRegs& regs);
848 bool resumeGeneratorCallFrame(JSContext* cx, InterpreterRegs& regs,
H A DActivation.h511 InterpreterRegs regs_;
533 InterpreterRegs& regs() { return regs_; } in regs()
H A DStack-inl.h293 JSContext* cx, InterpreterRegs& regs, const CallArgs& args, in pushInlineFrame()
323 JSContext* cx, InterpreterRegs& regs, HandleFunction callee, in resumeGeneratorCallFrame()
362 MOZ_ALWAYS_INLINE void InterpreterStack::popInlineFrame(InterpreterRegs& regs) { in popInlineFrame()
/dports/www/firefox/firefox-99.0/js/src/vm/
H A DStack.h34 class InterpreterRegs; variable
352 friend class InterpreterRegs; variable
749 class InterpreterRegs {
798 friend void GDBTestInitInterpreterRegs(InterpreterRegs&,
845 bool pushInlineFrame(JSContext* cx, InterpreterRegs& regs,
849 void popInlineFrame(InterpreterRegs& regs);
851 bool resumeGeneratorCallFrame(JSContext* cx, InterpreterRegs& regs,
H A DActivation.h511 InterpreterRegs regs_;
533 InterpreterRegs& regs() { return regs_; } in regs()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/vm/
H A DStack.h32 class InterpreterRegs; variable
349 friend class InterpreterRegs; variable
746 class InterpreterRegs {
795 friend void GDBTestInitInterpreterRegs(InterpreterRegs&,
842 bool pushInlineFrame(JSContext* cx, InterpreterRegs& regs,
846 void popInlineFrame(InterpreterRegs& regs);
848 bool resumeGeneratorCallFrame(JSContext* cx, InterpreterRegs& regs,
H A DActivation.h511 InterpreterRegs regs_;
533 InterpreterRegs& regs() { return regs_; } in regs()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/vm/
H A DStack.h32 class InterpreterRegs; variable
346 friend class InterpreterRegs; variable
728 class InterpreterRegs {
773 friend void GDBTestInitInterpreterRegs(InterpreterRegs&,
820 bool pushInlineFrame(JSContext* cx, InterpreterRegs& regs,
824 void popInlineFrame(InterpreterRegs& regs);
826 bool resumeGeneratorCallFrame(JSContext* cx, InterpreterRegs& regs,
H A DActivation.h519 InterpreterRegs regs_;
541 InterpreterRegs& regs() { return regs_; } in regs()
H A DStack-inl.h260 JSContext* cx, InterpreterRegs& regs, const CallArgs& args, in pushInlineFrame()
290 JSContext* cx, InterpreterRegs& regs, HandleFunction callee, in resumeGeneratorCallFrame()
329 MOZ_ALWAYS_INLINE void InterpreterStack::popInlineFrame(InterpreterRegs& regs) { in popInlineFrame()
/dports/www/firefox-esr/firefox-91.8.0/js/src/gdb/tests/
H A Dtest-Interpreter.cpp14 void GDBTestInitInterpreterRegs(InterpreterRegs& regs, in GDBTestInitInterpreterRegs()
57 js::InterpreterRegs regs; in FRAGMENT()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/gdb/tests/
H A Dtest-Interpreter.cpp14 void GDBTestInitInterpreterRegs(InterpreterRegs& regs, in GDBTestInitInterpreterRegs()
57 js::InterpreterRegs regs; in FRAGMENT()
/dports/www/firefox/firefox-99.0/js/src/gdb/tests/
H A Dtest-Interpreter.cpp13 void GDBTestInitInterpreterRegs(InterpreterRegs& regs, in GDBTestInitInterpreterRegs()
56 js::InterpreterRegs regs; in FRAGMENT()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/gdb/tests/
H A Dtest-Interpreter.cpp14 void GDBTestInitInterpreterRegs(InterpreterRegs& regs, in GDBTestInitInterpreterRegs()
57 js::InterpreterRegs regs; in FRAGMENT()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/gdb/tests/
H A Dtest-Interpreter.cpp14 void GDBTestInitInterpreterRegs(InterpreterRegs& regs, in GDBTestInitInterpreterRegs()
62 js::InterpreterRegs regs; in FRAGMENT()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/vm/
H A DStack.h48 class InterpreterRegs;
370 friend class InterpreterRegs;
810 class InterpreterRegs
831 void rebaseFromTo(const InterpreterRegs& from, InterpreterFrame& to) {
861 friend void GDBTestInitInterpreterRegs(InterpreterRegs&, js::InterpreterFrame*,
911 bool pushInlineFrame(JSContext* cx, InterpreterRegs& regs, const CallArgs& args,
914 void popInlineFrame(InterpreterRegs& regs);
916 bool resumeGeneratorCallFrame(JSContext* cx, InterpreterRegs& regs,
1351 InterpreterRegs regs_;
1373 InterpreterRegs& regs() {
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/vm/
H A DStack.h41 class InterpreterRegs; variable
415 friend class InterpreterRegs; variable
963 class InterpreterRegs
984 void rebaseFromTo(const InterpreterRegs& from, InterpreterFrame& to) { in rebaseFromTo()
1014 friend void GDBTestInitInterpreterRegs(InterpreterRegs&, js::InterpreterFrame*,
1064 bool pushInlineFrame(JSContext* cx, InterpreterRegs& regs, const CallArgs& args,
1067 void popInlineFrame(InterpreterRegs& regs);
1069 bool resumeGeneratorCallFrame(JSContext* cx, InterpreterRegs& regs,
1461 InterpreterRegs regs_;
1483 InterpreterRegs& regs() {
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/vm/
H A DStack.h50 class InterpreterRegs; variable
387 friend class InterpreterRegs; variable
783 class InterpreterRegs {
805 void rebaseFromTo(const InterpreterRegs& from, InterpreterFrame& to) { in rebaseFromTo()
836 friend void GDBTestInitInterpreterRegs(InterpreterRegs&,
883 bool pushInlineFrame(JSContext* cx, InterpreterRegs& regs,
887 void popInlineFrame(InterpreterRegs& regs);
889 bool resumeGeneratorCallFrame(JSContext* cx, InterpreterRegs& regs,
1503 InterpreterRegs regs_;
1524 InterpreterRegs& regs() { return regs_; }
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/gdb/mozilla/
H A DInterpreter.py27 class InterpreterRegs(object): class
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/gdb/mozilla/
H A DInterpreter.py21 class InterpreterRegs(object): class
/dports/www/firefox-esr/firefox-91.8.0/js/src/gdb/mozilla/
H A DInterpreter.py34 class InterpreterRegs(object): class
/dports/www/firefox/firefox-99.0/js/src/gdb/mozilla/
H A DInterpreter.py34 class InterpreterRegs(object): class
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/gdb/mozilla/
H A DInterpreter.py34 class InterpreterRegs(object): class
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/gdb/mozilla/
H A DInterpreter.py22 class InterpreterRegs(object): class

123