Lines Matching refs:firstValue

2234                 JSTaggedValue firstValue = profileTypeArray->Get(slotId);
2237 if (LIKELY(firstValue.IsHeapObject())) {
2239 instOfHandler = ICRuntimeStub::TryLoadICByName(thread, target, firstValue, secondValue);
2243 } else if (!firstValue.IsHole()) {
2553 JSTaggedValue firstValue = profileTypeArray->Get(slotId);
2559 if (LIKELY(firstValue.IsHeapObject())) {
2561 res = ICRuntimeStub::TryStoreICByValue(thread, receiver, propKey, firstValue, secondValue, value);
2564 if (res.IsHole() && !firstValue.IsHole()) {
2616 JSTaggedValue firstValue = profileTypeArray->Get(slotId);
2622 if (LIKELY(firstValue.IsHeapObject())) {
2624 res = ICRuntimeStub::TryStoreICByValue(thread, receiver, propKey, firstValue, secondValue, value);
2627 if (res.IsHole() && !firstValue.IsHole()) {
2934 JSTaggedValue firstValue = profileTypeArray->Get(slotId);
2940 if (LIKELY(firstValue.IsHeapObject())) {
2942 res = ICRuntimeStub::TryStoreICByName(thread, receiver, firstValue, secondValue, value);
2948 } else if (!firstValue.IsHole()) { // IC miss and not enter the megamorphic state, store as polymorphic
3008 JSTaggedValue firstValue = profileTypeArray->Get(slotId);
3014 if (LIKELY(firstValue.IsHeapObject())) {
3016 res = ICRuntimeStub::TryStoreICByName(thread, receiver, firstValue, secondValue, value);
3022 } else if (!firstValue.IsHole()) { // IC miss and not enter the megamorphic state, store as polymorphic
5421 JSTaggedValue firstValue = profileTypeArray->Get(slotId);
5424 if (LIKELY(firstValue.IsHeapObject())) {
5426 res = ICRuntimeStub::TryLoadICByValue(thread, receiver, propKey, firstValue, secondValue);
5429 if (res.IsHole() && !firstValue.IsHole()) {
5476 JSTaggedValue firstValue = profileTypeArray->Get(slotId);
5479 if (LIKELY(firstValue.IsHeapObject())) {
5481 res = ICRuntimeStub::TryLoadICByValue(thread, receiver, propKey, firstValue, secondValue);
5484 if (res.IsHole() && !firstValue.IsHole()) {
5789 JSTaggedValue firstValue = profileTypeArray->Get(slotId);
5792 if (LIKELY(firstValue.IsHeapObject())) {
5795 receiver, JSTaggedValue(index), firstValue, secondValue, value);
5798 if (res.IsHole() && !firstValue.IsHole()) {
5846 JSTaggedValue firstValue = profileTypeArray->Get(slotId);
5849 if (LIKELY(firstValue.IsHeapObject())) {
5852 receiver, JSTaggedValue(index), firstValue, secondValue, value);
5855 if (res.IsHole() && !firstValue.IsHole()) {
6320 JSTaggedValue firstValue = profileTypeArray->Get(slotId);
6324 if (LIKELY(firstValue.IsHeapObject())) {
6326 res = ICRuntimeStub::TryLoadICByName(thread, receiver, firstValue, secondValue);
6332 } else if (!firstValue.IsHole()) { // IC miss and not enter the megamorphic state, store as polymorphic
6382 JSTaggedValue firstValue = profileTypeArray->Get(slotId);
6386 if (LIKELY(firstValue.IsHeapObject())) {
6388 res = ICRuntimeStub::TryLoadICByName(thread, receiver, firstValue, secondValue);
6394 } else if (!firstValue.IsHole()) { // IC miss and not enter the megamorphic state, store as polymorphic
6931 JSTaggedValue firstValue = profileTypeArray->Get(slotId);
6934 if (LIKELY(firstValue.IsHeapObject())) {
6936 res = ICRuntimeStub::TryLoadICByValue(thread, receiver, propKey, firstValue, secondValue);
6939 if (res.IsHole() && !firstValue.IsHole()) {
6984 JSTaggedValue firstValue = profileTypeArray->Get(slotId);
6987 if (LIKELY(firstValue.IsHeapObject())) {
6989 res = ICRuntimeStub::TryLoadICByValue(thread, receiver, propKey, firstValue, secondValue);
6992 if (res.IsHole() && !firstValue.IsHole()) {
7038 JSTaggedValue firstValue = profileTypeArray->Get(slotId);
7044 if (LIKELY(firstValue.IsHeapObject())) {
7046 res = ICRuntimeStub::TryStoreICByValue(thread, receiver, propKey, firstValue, secondValue, value);
7049 if (res.IsHole() && !firstValue.IsHole()) {
7100 JSTaggedValue firstValue = profileTypeArray->Get(slotId);
7106 if (LIKELY(firstValue.IsHeapObject())) {
7108 res = ICRuntimeStub::TryStoreICByValue(thread, receiver, propKey, firstValue, secondValue, value);
7111 if (res.IsHole() && !firstValue.IsHole()) {
7156 JSTaggedValue firstValue = profileTypeArray->Get(slotId);
7160 if (LIKELY(firstValue.IsHeapObject())) {
7162 res = ICRuntimeStub::TryLoadICByName(thread, receiver, firstValue, secondValue);
7168 } else if (!firstValue.IsHole()) { // IC miss and not enter the megamorphic state, store as polymorphic
7214 JSTaggedValue firstValue = profileTypeArray->Get(slotId);
7218 if (LIKELY(firstValue.IsHeapObject())) {
7220 res = ICRuntimeStub::TryLoadICByName(thread, receiver, firstValue, secondValue);
7226 } else if (!firstValue.IsHole()) { // IC miss and not enter the megamorphic state, store as polymorphic
7272 JSTaggedValue firstValue = profileTypeArray->Get(slotId);
7278 if (LIKELY(firstValue.IsHeapObject())) {
7280 res = ICRuntimeStub::TryStoreICByName(thread, receiver, firstValue, secondValue, value);
7286 } else if (!firstValue.IsHole()) { // IC miss and not enter the megamorphic state, store as polymorphic
7344 JSTaggedValue firstValue = profileTypeArray->Get(slotId);
7350 if (LIKELY(firstValue.IsHeapObject())) {
7352 res = ICRuntimeStub::TryStoreICByName(thread, receiver, firstValue, secondValue, value);
7358 } else if (!firstValue.IsHole()) { // IC miss and not enter the megamorphic state, store as polymorphic