Lines Matching refs:secondValue
2272 JSTaggedValue secondValue = profileTypeArray->Get(slotId + 1);
2273 res = ICRuntimeStub::TryStoreICByValue(thread, receiver, propKey, firstValue, secondValue, value);
2591 JSTaggedValue secondValue = profileTypeArray->Get(slotId + 1);
2592 res = ICRuntimeStub::TryStoreICByName(thread, receiver, firstValue, secondValue, value);
3107 JSTaggedValue secondValue = profileTypeArray->Get(slotId + 1);
3108 res = ICRuntimeStub::TryStoreICByValue(thread, receiver, propKey, firstValue, secondValue, value);
5354 JSTaggedValue secondValue = profileTypeArray->Get(slotId + 1);
5355 res = ICRuntimeStub::TryStoreICByName(thread, receiver, firstValue, secondValue, value);
5426 JSTaggedValue secondValue = profileTypeArray->Get(slotId + 1);
5427 res = ICRuntimeStub::TryLoadICByName(thread, receiver, firstValue, secondValue);
5493 JSTaggedValue secondValue = profileTypeArray->Get(slotId + 1);
5494 res = ICRuntimeStub::TryLoadICByName(thread, receiver, firstValue, secondValue);
5819 JSTaggedValue secondValue = profileTypeArray->Get(slotId + 1);
5820 res = ICRuntimeStub::TryLoadICByValue(thread, receiver, propKey, firstValue, secondValue);
5875 JSTaggedValue secondValue = profileTypeArray->Get(slotId + 1);
5876 res = ICRuntimeStub::TryLoadICByValue(thread, receiver, propKey, firstValue, secondValue);
6149 JSTaggedValue secondValue = profileTypeArray->Get(slotId + 1);
6150 res = ICRuntimeStub::TryStoreICByValue(thread, receiver, propKey, firstValue, secondValue, value);
6213 JSTaggedValue secondValue = profileTypeArray->Get(slotId + 1);
6214 res = ICRuntimeStub::TryStoreICByValue(thread, receiver, propKey, firstValue, secondValue, value);
6275 JSTaggedValue secondValue = profileTypeArray->Get(slotId + 1);
6276 res = ICRuntimeStub::TryLoadICByValue(thread, receiver, propKey, firstValue, secondValue);
6329 JSTaggedValue secondValue = profileTypeArray->Get(slotId + 1);
6330 res = ICRuntimeStub::TryLoadICByValue(thread, receiver, propKey, firstValue, secondValue);
6379 JSTaggedValue secondValue = profileTypeArray->Get(slotId + 1);
6380 res = ICRuntimeStub::TryStoreICByName(thread, receiver, firstValue, secondValue, value);
6451 JSTaggedValue secondValue = profileTypeArray->Get(slotId + 1);
6452 res = ICRuntimeStub::TryStoreICByName(thread, receiver, firstValue, secondValue, value);
6521 JSTaggedValue secondValue = profileTypeArray->Get(slotId + 1);
6522 res = ICRuntimeStub::TryLoadICByName(thread, receiver, firstValue, secondValue);
6582 JSTaggedValue secondValue = profileTypeArray->Get(slotId + 1);
6583 res = ICRuntimeStub::TryLoadICByName(thread, receiver, firstValue, secondValue);