Lines Matching defs:stringId

993     GateRef stringId = acc_.GetValueIn(gate, 1);  // 1: the second parameter
994 LowerCallStubWithIC(gate, CommonStubCSigns::TryLdGlobalByName, { stringId });
1675 GateRef stringId = builder_.TruncInt64ToInt32(acc_.GetValueIn(gate, 0));
1678 stringId, ConstPoolType::STRING);
2218 GateRef stringId = builder_.TruncInt64ToInt32(acc_.GetValueIn(gate, 0));
2221 stringId, ConstPoolType::STRING);
2263 GateRef stringId = builder_.TruncInt64ToInt32(acc_.GetValueIn(gate, 0));
2266 stringId, ConstPoolType::STRING);
2349 GateRef stringId = acc_.GetValueIn(gate, 1); // 1: the second parameter
2351 LowerCallStubWithIC(gate, CommonStubCSigns::TryStGlobalByName, { stringId, value });
2358 GateRef stringId = builder_.TruncInt64ToInt32(acc_.GetValueIn(gate, 0));
2361 stringId, ConstPoolType::STRING);
2395 GateRef stringId = builder_.TruncInt64ToInt32(acc_.GetValueIn(gate, 0));
2398 stringId, ConstPoolType::STRING);
2415 GateRef stringId = acc_.GetValueIn(gate, 1); // 1: the second parameter
2416 LowerCallStubWithIC(gate, CommonStubCSigns::LdGlobalVar, { stringId });
2423 GateRef stringId = acc_.GetValueIn(gate, 1); // 1: the second parameter
2425 LowerCallStubWithIC(gate, CommonStubCSigns::GetPropertyByName, { receiver, stringId });
2441 GateRef stringId = acc_.GetValueIn(gate, 1); // 1: the second parameter
2442 LowerCallStubWithIC(gate, CommonStubCSigns::SetPropertyByName, { receiver, stringId, value });
2529 GateRef stringId = builder_.TruncInt64ToInt32(acc_.GetValueIn(gate, 0));
2531 GateRef prop = builder_.GetObjectFromConstPool(glue_, gate, sharedConstPool, Circuit::NullGate(), module, stringId,
2544 GateRef stringId = builder_.TruncInt64ToInt32(acc_.GetValueIn(gate, 0));
2546 GateRef prop = builder_.GetObjectFromConstPool(glue_, gate, sharedConstPool, Circuit::NullGate(), module, stringId,
3710 GateRef stringId = builder_.TruncInt64ToInt32(acc_.GetValueIn(gate, 1));
3714 stringId, ConstPoolType::STRING);
3844 GateRef stringId = builder_.TruncInt64ToInt32(acc_.GetValueIn(gate, 0));
3848 GateRef res = builder_.GetObjectFromConstPool(glue_, gate, sharedConstPool, Circuit::NullGate(), module, stringId,