Lines Matching refs:firstValue

2265         JSTaggedValue firstValue = profileTypeArray->Get(slotId);
2271 if (LIKELY(firstValue.IsHeapObject())) {
2273 res = ICRuntimeStub::TryStoreICByValue(thread, receiver, propKey, firstValue, secondValue, value);
2276 if (res.IsHole() && !firstValue.IsHole()) {
2584 JSTaggedValue firstValue = profileTypeArray->Get(slotId);
2590 if (LIKELY(firstValue.IsHeapObject())) {
2592 res = ICRuntimeStub::TryStoreICByName(thread, receiver, firstValue, secondValue, value);
2598 } else if (!firstValue.IsHole()) { // IC miss and not enter the megamorphic state, store as polymorphic
3100 JSTaggedValue firstValue = profileTypeArray->Get(slotId);
3106 if (LIKELY(firstValue.IsHeapObject())) {
3108 res = ICRuntimeStub::TryStoreICByValue(thread, receiver, propKey, firstValue, secondValue, value);
3111 if (res.IsHole() && !firstValue.IsHole()) {
5347 JSTaggedValue firstValue = profileTypeArray->Get(slotId);
5353 if (LIKELY(firstValue.IsHeapObject())) {
5355 res = ICRuntimeStub::TryStoreICByName(thread, receiver, firstValue, secondValue, value);
5361 } else if (!firstValue.IsHole()) { // IC miss and not enter the megamorphic state, store as polymorphic
5421 JSTaggedValue firstValue = profileTypeArray->Get(slotId);
5425 if (LIKELY(firstValue.IsHeapObject())) {
5427 res = ICRuntimeStub::TryLoadICByName(thread, receiver, firstValue, secondValue);
5433 } else if (!firstValue.IsHole()) { // IC miss and not enter the megamorphic state, store as polymorphic
5488 JSTaggedValue firstValue = profileTypeArray->Get(slotId);
5492 if (LIKELY(firstValue.IsHeapObject())) {
5494 res = ICRuntimeStub::TryLoadICByName(thread, receiver, firstValue, secondValue);
5500 } else if (!firstValue.IsHole()) { // IC miss and not enter the megamorphic state, store as polymorphic
5815 JSTaggedValue firstValue = profileTypeArray->Get(slotId);
5818 if (LIKELY(firstValue.IsHeapObject())) {
5820 res = ICRuntimeStub::TryLoadICByValue(thread, receiver, propKey, firstValue, secondValue);
5823 if (res.IsHole() && !firstValue.IsHole()) {
5871 JSTaggedValue firstValue = profileTypeArray->Get(slotId);
5874 if (LIKELY(firstValue.IsHeapObject())) {
5876 res = ICRuntimeStub::TryLoadICByValue(thread, receiver, propKey, firstValue, secondValue);
5879 if (res.IsHole() && !firstValue.IsHole()) {
6142 JSTaggedValue firstValue = profileTypeArray->Get(slotId);
6148 if (LIKELY(firstValue.IsHeapObject())) {
6150 res = ICRuntimeStub::TryStoreICByValue(thread, receiver, propKey, firstValue, secondValue, value);
6153 if (res.IsHole() && !firstValue.IsHole()) {
6206 JSTaggedValue firstValue = profileTypeArray->Get(slotId);
6212 if (LIKELY(firstValue.IsHeapObject())) {
6214 res = ICRuntimeStub::TryStoreICByValue(thread, receiver, propKey, firstValue, secondValue, value);
6217 if (res.IsHole() && !firstValue.IsHole()) {
6271 JSTaggedValue firstValue = profileTypeArray->Get(slotId);
6274 if (LIKELY(firstValue.IsHeapObject())) {
6276 res = ICRuntimeStub::TryLoadICByValue(thread, receiver, propKey, firstValue, secondValue);
6279 if (res.IsHole() && !firstValue.IsHole()) {
6325 JSTaggedValue firstValue = profileTypeArray->Get(slotId);
6328 if (LIKELY(firstValue.IsHeapObject())) {
6330 res = ICRuntimeStub::TryLoadICByValue(thread, receiver, propKey, firstValue, secondValue);
6333 if (res.IsHole() && !firstValue.IsHole()) {
6372 JSTaggedValue firstValue = profileTypeArray->Get(slotId);
6378 if (LIKELY(firstValue.IsHeapObject())) {
6380 res = ICRuntimeStub::TryStoreICByName(thread, receiver, firstValue, secondValue, value);
6383 if (res.IsHole() && !firstValue.IsHole()) {
6444 JSTaggedValue firstValue = profileTypeArray->Get(slotId);
6450 if (LIKELY(firstValue.IsHeapObject())) {
6452 res = ICRuntimeStub::TryStoreICByName(thread, receiver, firstValue, secondValue, value);
6455 if (res.IsHole() && !firstValue.IsHole()) {
6516 JSTaggedValue firstValue = profileTypeArray->Get(slotId);
6520 if (LIKELY(firstValue.IsHeapObject())) {
6522 res = ICRuntimeStub::TryLoadICByName(thread, receiver, firstValue, secondValue);
6528 } else if (!firstValue.IsHole()) { // IC miss and not enter the megamorphic state, store as polymorphic
6577 JSTaggedValue firstValue = profileTypeArray->Get(slotId);
6581 if (LIKELY(firstValue.IsHeapObject())) {
6583 res = ICRuntimeStub::TryLoadICByName(thread, receiver, firstValue, secondValue);
6589 } else if (!firstValue.IsHole()) { // IC miss and not enter the megamorphic state, store as polymorphic