Home
last modified time | relevance | path

Searched refs:MSetPropertyInstruction (Results 1 – 4 of 4) sorted by relevance

/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/jit/
H A DMIR.h11624 class MSetPropertyInstruction : public MBinaryInstruction
11630 MSetPropertyInstruction(MDefinition* obj, MDefinition* value, PropertyName* name, in MSetPropertyInstruction() function
11725 : public MSetPropertyInstruction,
11729 : MSetPropertyInstruction(obj, value, name, strict) in MCallSetProperty()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/jit/
H A DMIR.h11333 class MSetPropertyInstruction : public MBinaryInstruction
11339 MSetPropertyInstruction(MDefinition* obj, MDefinition* value, PropertyName* name, in MSetPropertyInstruction() function
11456 : public MSetPropertyInstruction,
11460 : MSetPropertyInstruction(obj, value, name, strict) in MCallSetProperty()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/jit/
H A DMIR.h9461 class MSetPropertyInstruction : public MBinaryInstruction {
9466 MSetPropertyInstruction(Opcode op, MDefinition* obj, MDefinition* value, in MSetPropertyInstruction() function
9532 class MCallSetProperty : public MSetPropertyInstruction,
9536 : MSetPropertyInstruction(classOpcode, obj, value, name, strict) {} in MCallSetProperty()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jit/
H A DMIR.h10059 class MSetPropertyInstruction : public MBinaryInstruction {
10064 MSetPropertyInstruction(Opcode op, MDefinition* obj, MDefinition* value, in MSetPropertyInstruction() function
10130 class MCallSetProperty : public MSetPropertyInstruction,
10134 : MSetPropertyInstruction(classOpcode, obj, value, name, strict) {} in MCallSetProperty()