Lines Matching defs:propKey

2232     GateRef propKey = acc_.GetValueIn(gate, 1);
2238 { glue_, receiver, propKey, accValue });
2265 GateRef propKey = builder_.GetObjectFromConstPool(glue_, gate, sharedConstPool, Circuit::NullGate(), module,
2273 { glue_, receiver, propKey, accValue });
2327 GateRef propKey = acc_.GetValueIn(gate, 1);
2328 GateRef newGate = LowerCallRuntime(gate, id, { receiver, propKey, jsFunc });
2339 GateRef propKey = acc_.GetValueIn(gate, 1);
2341 GateRef newGate = LowerCallRuntime(gate, id, { receiver, propKey, value, jsFunc});
2360 GateRef propKey = builder_.GetObjectFromConstPool(glue_, gate, sharedConstPool, Circuit::NullGate(), module,
2362 acc_.SetDep(gate, propKey);
2368 GateRef result = LowerCallRuntime(gate, id, { propKey, value, isConstGate }, true);
2377 GateRef propKey = acc_.GetValueIn(gate, 1);
2382 { glue_, receiver, propKey, accValue });
2397 GateRef propKey = builder_.GetObjectFromConstPool(glue_, gate, sharedConstPool, Circuit::NullGate(), module,
2404 { glue_, receiver, propKey, accValue });
2490 GateRef propKey;
2494 propKey = acc_.GetValueIn(gate, 1);
2498 propKey = acc_.GetValueIn(gate, 2); // 2: the third parameter
2500 LowerCallStubWithIC(gate, CommonStubCSigns::GetPropertyByValue, { receiver, propKey });
2506 GateRef propKey;
2511 propKey = acc_.GetValueIn(gate, 1);
2517 propKey = acc_.GetValueIn(gate, 2); // 2: the third parameter
2520 LowerCallStubWithIC(gate, CommonStubCSigns::SetPropertyByValue, { receiver, propKey, value });
3713 GateRef propKey = builder_.GetObjectFromConstPool(glue_, gate, sharedConstPool, Circuit::NullGate(), module,
3718 {glue_, obj, propKey, value});
3727 GateRef propKey = acc_.GetValueIn(gate, 0);
3731 {glue_, obj, propKey, value});
3740 GateRef propKey = builder_.ToTaggedInt(acc_.GetValueIn(gate, 0));
3744 {glue_, obj, propKey, value});