Home
last modified time | relevance | path

Searched refs:SuperCall (Results 1 – 25 of 140) sorted by relevance

123456

/dports/www/firefox-esr/firefox-91.8.0/js/src/frontend/
H A DCallOrNewEmitter.h284 return op_ == JSOp::SuperCall || op_ == JSOp::SpreadSuperCall; in isSuperCall()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/frontend/
H A DCallOrNewEmitter.h274 return op_ == JSOp::SuperCall || op_ == JSOp::SpreadSuperCall; in isSuperCall()
/dports/www/firefox/firefox-99.0/js/src/frontend/
H A DCallOrNewEmitter.h291 return op_ == JSOp::SuperCall || op_ == JSOp::SpreadSuperCall; in isSuperCall()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/frontend/
H A DCallOrNewEmitter.h284 return op_ == JSOp::SuperCall || op_ == JSOp::SpreadSuperCall; in isSuperCall()
/dports/www/firefox-esr/firefox-91.8.0/js/src/jit/
H A DTrialInlining.cpp424 case JSOp::SuperCall: in GetCalleeNumActuals()
743 case JSOp::SuperCall: in tryInlining()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/jit/
H A DTrialInlining.cpp424 case JSOp::SuperCall: in GetCalleeNumActuals()
743 case JSOp::SuperCall: in tryInlining()
/dports/www/firefox/firefox-99.0/js/src/jit/
H A DTrialInlining.cpp434 case JSOp::SuperCall: in GetCalleeNumActuals()
752 case JSOp::SuperCall: in tryInlining()
/dports/www/firefox/firefox-99.0/third_party/rust/jsparagus-emitter/src/
H A Demitter.rs267 Opcode::New | Opcode::SuperCall => { in emit_argc_op()
854 self.emit_argc_op(Opcode::SuperCall, argc); in super_call()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/jsparagus-emitter/src/
H A Demitter.rs266 Opcode::New | Opcode::SuperCall => { in emit_argc_op()
849 self.emit_argc_op(Opcode::SuperCall, argc); in super_call()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/jsparagus-emitter/src/
H A Demitter.rs266 Opcode::New | Opcode::SuperCall => { in emit_argc_op()
849 self.emit_argc_op(Opcode::SuperCall, argc); in super_call()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/jsparagus-emitter/src/
H A Demitter.rs259 Opcode::New | Opcode::SuperCall => { in emit_argc_op()
877 self.emit_argc_op(Opcode::SuperCall, argc); in super_call()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/frontend/
H A DFoldConstants.cpp371 case ParseNodeKind::SuperCall: in ContainsHoistedDeclaration()
1386 node->isKind(ParseNodeKind::SuperCall) || in FoldCall()
1660 case ParseNodeKind::SuperCall: in Fold()
H A DNameFunctions.cpp654 case ParseNodeKind::SuperCall: in resolve()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.compiler/share/classes/com/sun/tools/javac/comp/
H A DTypeEnter.java1057 stats = stats.prepend(SuperCall(make, typarams, params, based)); in DefaultConstructor()
1117 JCExpressionStatement SuperCall(TreeMaker make, in SuperCall() method
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.compiler/share/classes/com/sun/tools/javac/comp/
H A DTypeEnter.java1057 stats = stats.prepend(SuperCall(make, typarams, params, based)); in DefaultConstructor()
1117 JCExpressionStatement SuperCall(TreeMaker make, in SuperCall() method
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.compiler/share/classes/com/sun/tools/javac/comp/
H A DTypeEnter.java1057 stats = stats.prepend(SuperCall(make, typarams, params, based)); in DefaultConstructor()
1117 JCExpressionStatement SuperCall(TreeMaker make, in SuperCall() method
/dports/www/firefox-esr/firefox-91.8.0/js/src/vm/
H A DBytecodeUtil.h355 case JSOp::SuperCall: in StackUses()
H A DOpcodes.h1847 MACRO(SuperCall, super_call, NULL, 3, -1, 1, JOF_ARGC|JOF_INVOKE|JOF_CONSTRUCT|JOF_IC) \
/dports/www/firefox/firefox-99.0/js/src/vm/
H A DBytecodeUtil.h346 case JSOp::SuperCall: in StackUses()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/vm/
H A DBytecodeUtil.h355 case JSOp::SuperCall: in StackUses()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.compiler/share/classes/com/sun/tools/javac/comp/
H A DTypeEnter.java1063 stats = stats.prepend(SuperCall(make, typarams, params, based)); in DefaultConstructor()
1123 JCExpressionStatement SuperCall(TreeMaker make, in SuperCall() method
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/jit/
H A DWarpOracle.cpp565 case JSOp::SuperCall: in createScriptSnapshot()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/vm/
H A DBytecodeUtil.h373 case JSOp::SuperCall: in StackUses()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/jsparagus-stencil/src/copy/
H A DOpcodes.h1847 MACRO(SuperCall, super_call, NULL, 3, -1, 1, JOF_ARGC|JOF_INVOKE|JOF_CONSTRUCT|JOF_IC) \
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/jsparagus-stencil/src/copy/
H A DOpcodes.h1847 MACRO(SuperCall, super_call, NULL, 3, -1, 1, JOF_ARGC|JOF_INVOKE|JOF_CONSTRUCT|JOF_IC) \

123456