Home
last modified time | relevance | path

Searched refs:MDeleteProperty (Results 1 – 25 of 28) sorted by relevance

12

/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/jit/
H A DLowering.h243 void visitDeleteProperty(MDeleteProperty* ins);
H A DMIR.h11386 class MDeleteProperty
11394 MDeleteProperty(MDefinition* val, PropertyName* name, bool strict) in MDeleteProperty() function
11405 static MDeleteProperty* New(TempAllocator& alloc, MDefinition* obj, PropertyName* name, in INSTRUCTION_HEADER()
11408 return new(alloc) MDeleteProperty(obj, name, strict); in INSTRUCTION_HEADER()
H A DLowering.cpp3523 LIRGenerator::visitDeleteProperty(MDeleteProperty* ins) in visitDeleteProperty()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/jit/
H A DLowering.h263 void visitDeleteProperty(MDeleteProperty* ins);
H A DLowering.cpp3848 LIRGenerator::visitDeleteProperty(MDeleteProperty* ins) in visitDeleteProperty()
H A DMIR.h11667 class MDeleteProperty
11675 MDeleteProperty(MDefinition* val, PropertyName* name, bool strict) in MDeleteProperty() function
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jit/
H A DLowering.h281 void visitDeleteProperty(MDeleteProperty* ins) override;
H A DMIR.h10090 class MDeleteProperty : public MUnaryInstruction, public BoxInputsPolicy::Data {
10095 MDeleteProperty(MDefinition* val, PropertyName* name, bool strict) in MDeleteProperty() function
H A DLowering.cpp3816 void LIRGenerator::visitDeleteProperty(MDeleteProperty* ins) { in visitDeleteProperty()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/jit/
H A DWarpBuilder.cpp1897 MInstruction* ins = MDeleteProperty::New(alloc(), obj, name, strict); in build_DelProp()
H A DMIR.h9492 class MDeleteProperty : public MUnaryInstruction, public BoxInputsPolicy::Data {
9497 MDeleteProperty(MDefinition* val, PropertyName* name, bool strict) in MDeleteProperty() function
H A DLowering.cpp4162 void LIRGenerator::visitDeleteProperty(MDeleteProperty* ins) { in visitDeleteProperty()
H A DIonBuilder.cpp11734 MInstruction* ins = MDeleteProperty::New(alloc(), obj, name, strict); in jsop_delprop()
/dports/www/firefox-esr/firefox-91.8.0/js/src/jit/
H A DWarpBuilder.cpp2027 MInstruction* ins = MDeleteProperty::New(alloc(), obj, name, strict); in build_DelProp()
H A DLowering.cpp4354 void LIRGenerator::visitDeleteProperty(MDeleteProperty* ins) { in visitDeleteProperty()
/dports/www/firefox/firefox-99.0/js/src/jit/
H A DWarpBuilder.cpp2033 MInstruction* ins = MDeleteProperty::New(alloc(), obj, name, strict); in build_DelProp()
H A DLowering.cpp4614 void LIRGenerator::visitDeleteProperty(MDeleteProperty* ins) { in visitDeleteProperty()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/jit/
H A DWarpBuilder.cpp2027 MInstruction* ins = MDeleteProperty::New(alloc(), obj, name, strict); in build_DelProp()
H A DLowering.cpp4354 void LIRGenerator::visitDeleteProperty(MDeleteProperty* ins) { in visitDeleteProperty()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/jit/shared/
H A DLIR-shared.h6047 MDeleteProperty* mir() const { in mir()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/jit/shared/
H A DLIR-shared.h7092 MDeleteProperty* mir() const { in mir()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jit/shared/
H A DLIR-shared.h5925 MDeleteProperty* mir() const { return mir_->toDeleteProperty(); } in mir()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/jit/shared/
H A DLIR-shared.h5514 MDeleteProperty* mir() const { return mir_->toDeleteProperty(); } in mir()
/dports/www/firefox-esr/firefox-91.8.0/js/src/jit/shared/
H A DLIR-shared.h5928 MDeleteProperty* mir() const { return mir_->toDeleteProperty(); } in mir()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/jit/shared/
H A DLIR-shared.h5928 MDeleteProperty* mir() const { return mir_->toDeleteProperty(); } in mir()

12