Lines Matching refs:propKey
1939 JSTaggedValue propKey = ConstantPool::GetStringFromCache(thread, constpool, stringId);
1946 (thread, receiver, propKey, value);
1957 auto propKey = ConstantPool::GetStringFromCache(thread, constpool, stringId); // Maybe moved by GC
1961 JSTaggedValue res = SlowRuntimeStub::StOwnByName(thread, receiver, propKey, value);
2120 JSTaggedValue propKey = GET_VREG_VALUE(v1);
2124 (thread, receiver, propKey, value);
2128 propKey = GET_VREG_VALUE(v1);
2140 auto propKey = GET_VREG_VALUE(v1); // Maybe moved by GC
2143 JSTaggedValue res = SlowRuntimeStub::StOwnByValue(thread, receiver, propKey, value);
2266 JSTaggedValue propKey = GET_VREG_VALUE(v1);
2273 res = ICRuntimeStub::TryStoreICByValue(thread, receiver, propKey, firstValue, secondValue, value);
2279 receiver, propKey, value, slotId);
2291 JSTaggedValue propKey = GET_VREG_VALUE(v1);
2294 JSTaggedValue res = FastRuntimeStub::SetPropertyByValue(thread, receiver, propKey, value);
2307 JSTaggedValue propKey = GET_VREG_VALUE(v1); // Maybe moved by GC
2309 JSTaggedValue res = SlowRuntimeStub::StObjByValue(thread, receiver, propKey, value);
2326 JSTaggedValue propKey = GET_VREG_VALUE(v1);
2333 JSTaggedValue res = SlowRuntimeStub::StSuperByValue(thread, receiver, propKey, value, thisFunc);
2396 JSTaggedValue propKey = ConstantPool::GetStringFromCache(thread, constpool, stringId);
2404 << " stringId:" << stringId << ", " << ConvertToString(EcmaString::Cast(propKey.GetTaggedObject()));
2416 globalObj, propKey, value, slotId, true);
2423 auto recordResult = SlowRuntimeStub::LdGlobalRecord(thread, propKey);
2429 JSTaggedValue res = SlowRuntimeStub::TryUpdateGlobalRecord(thread, propKey, value);
2434 auto globalResult = FastRuntimeStub::GetGlobalOwnProperty(thread, globalObj, propKey);
2436 auto result = SlowRuntimeStub::ThrowReferenceError(thread, propKey, " is not defined");
2441 JSTaggedValue res = SlowRuntimeStub::StGlobalVar(thread, propKey, value);
2459 JSTaggedValue propKey = GET_VREG_VALUE(v1);
2463 (thread, receiver, propKey, value);
2467 propKey = GET_VREG_VALUE(v1);
2471 JSFunction::SetFunctionNameNoPrefix(thread, JSFunction::Cast(value.GetTaggedObject()), propKey);
2481 auto propKey = GET_VREG_VALUE(v1); // Maybe moved by GC
2483 JSTaggedValue res = SlowRuntimeStub::StOwnByValueWithNameSet(thread, receiver, propKey, value);
2502 JSTaggedValue propKey = ConstantPool::Cast(constpool.GetTaggedObject())->GetObjectFromCache(stringId);
2508 (thread, receiver, propKey, value);
2511 JSFunction::SetFunctionNameNoPrefix(thread, JSFunction::Cast(value.GetTaggedObject()), propKey);
2522 auto propKey = ConstantPool::Cast(constpool.GetTaggedObject())->GetObjectFromCache(stringId); // Maybe moved by GC
2525 JSTaggedValue res = SlowRuntimeStub::StOwnByNameWithNameSet(thread, receiver, propKey, value);
2539 JSTaggedValue propKey = ConstantPool::GetStringFromCache(thread, constpool, stringId);
2553 globalObj, propKey, slotId, false);
2560 JSTaggedValue result = FastRuntimeStub::GetGlobalOwnProperty(thread, globalObj, propKey);
2566 JSTaggedValue res = SlowRuntimeStub::LdGlobalVarFromGlobalProto(thread, globalObj, propKey);
2602 JSTaggedValue propKey = ConstantPool::GetStringFromCache(thread, constpool, stringId);
2609 receiver, propKey, value, slotId);
2623 JSTaggedValue propKey = ConstantPool::GetStringFromCache(thread, constpool, stringId);
2628 JSTaggedValue res = FastRuntimeStub::SetPropertyByName(thread, receiver, propKey, value);
2640 auto propKey = ConstantPool::GetStringFromCache(thread, constpool, stringId); // Maybe moved by GC
2644 JSTaggedValue res = SlowRuntimeStub::StObjByName(thread, receiver, propKey, value);
2660 JSTaggedValue propKey = ConstantPool::GetStringFromCache(thread, constpool, stringId);
2666 << ConvertToString(EcmaString::Cast(propKey.GetTaggedObject())) << ", obj:" << obj.GetRawData()
2673 JSTaggedValue res = SlowRuntimeStub::StSuperByValue(thread, obj, propKey, value, thisFunc);
3101 JSTaggedValue propKey = GET_VREG_VALUE(v1);
3108 res = ICRuntimeStub::TryStoreICByValue(thread, receiver, propKey, firstValue, secondValue, value);
3114 receiver, propKey, value, slotId);
3126 JSTaggedValue propKey = GET_VREG_VALUE(v1);
3129 JSTaggedValue res = FastRuntimeStub::SetPropertyByValue(thread, receiver, propKey, value);
3142 JSTaggedValue propKey = GET_VREG_VALUE(v1); // Maybe moved by GC
3144 JSTaggedValue res = SlowRuntimeStub::StObjByValue(thread, receiver, propKey, value);
3163 JSTaggedValue propKey = GET_VREG_VALUE(v1);
3167 (thread, receiver, propKey, value);
3171 propKey = GET_VREG_VALUE(v1);
3183 auto propKey = GET_VREG_VALUE(v1); // Maybe moved by GC
3186 JSTaggedValue res = SlowRuntimeStub::StOwnByValue(thread, receiver, propKey, value);
4053 JSTaggedValue propKey = ConstantPool::GetStringFromCache(thread, constpool, stringId);
4056 << " stringId:" << stringId << ", " << ConvertToString(EcmaString::Cast(propKey.GetTaggedObject()));
4060 JSTaggedValue res = SlowRuntimeStub::StGlobalRecord(thread, propKey, value, false);
4073 JSTaggedValue propKey = ConstantPool::GetStringFromCache(thread, constpool, stringId);
4076 << " stringId:" << stringId << ", " << ConvertToString(EcmaString::Cast(propKey.GetTaggedObject()));
4080 JSTaggedValue res = SlowRuntimeStub::StGlobalRecord(thread, propKey, value, false);
4093 JSTaggedValue propKey = ConstantPool::GetStringFromCache(thread, constpool, stringId);
4096 << " stringId:" << stringId << ", " << ConvertToString(EcmaString::Cast(propKey.GetTaggedObject()));
4100 JSTaggedValue res = SlowRuntimeStub::StGlobalRecord(thread, propKey, value, true);
4132 JSTaggedValue propKey = ConstantPool::GetStringFromCache(thread, constpool, stringId);
4136 << ConvertToString(EcmaString::Cast(propKey.GetTaggedObject())) << ", obj:" << obj.GetRawData();
4140 JSTaggedValue res = SlowRuntimeStub::LdSuperByValue(thread, obj, propKey, thisFunc);
4155 JSTaggedValue propKey = ConstantPool::GetStringFromCache(thread, constpool, stringId);
4158 << ConvertToString(EcmaString::Cast(propKey.GetTaggedObject())) << ", obj:" << receiver.GetRawData();
4162 JSTaggedValue res = FastRuntimeStub::GetPropertyByName(thread, receiver, propKey);
4173 JSTaggedValue res = SlowRuntimeStub::LdObjByName(thread, receiver, propKey, false, JSTaggedValue::Undefined());
4361 JSTaggedValue propKey = GET_VREG_VALUE(v1);
4366 JSTaggedValue res = SlowRuntimeStub::LdSuperByValue(thread, receiver, propKey, thisFunc);
4382 JSTaggedValue propKey = GET_VREG_VALUE(v1);
4386 JSTaggedValue res = FastRuntimeStub::GetPropertyByValue(thread, receiver, propKey);
4396 JSTaggedValue res = SlowRuntimeStub::LdObjByValue(thread, receiver, propKey, false, JSTaggedValue::Undefined());
5071 JSTaggedValue propKey = ConstantPool::GetStringFromCache(thread, constpool, stringId);
5076 (thread, receiver, propKey, value);
5079 JSFunction::SetFunctionNameNoPrefix(thread, JSFunction::Cast(value.GetTaggedObject()), propKey);
5089 auto propKey = ConstantPool::GetStringFromCache(thread, constpool, stringId); // Maybe moved by GC
5091 JSTaggedValue res = SlowRuntimeStub::StOwnByNameWithNameSet(thread, receiver, propKey, value);
5108 JSTaggedValue propKey = GET_VREG_VALUE(v1);
5112 (thread, receiver, propKey, value);
5116 propKey = GET_VREG_VALUE(v1);
5120 JSFunction::SetFunctionNameNoPrefix(thread, JSFunction::Cast(value.GetTaggedObject()), propKey);
5130 auto propKey = GET_VREG_VALUE(v1); // Maybe moved by GC
5132 JSTaggedValue res = SlowRuntimeStub::StOwnByValueWithNameSet(thread, receiver, propKey, value);
5173 JSTaggedValue propKey = ConstantPool::GetStringFromCache(thread, constpool, stringId);
5176 << " stringId:" << stringId << ", " << ConvertToString(EcmaString::Cast(propKey.GetTaggedObject()));
5180 JSTaggedValue res = SlowRuntimeStub::StGlobalRecord(thread, propKey, value, true);
5193 JSTaggedValue propKey = ConstantPool::Cast(constantPool.GetTaggedObject())
5196 << " stringId:" << stringId << ", " << ConvertToString(EcmaString::Cast(propKey.GetTaggedObject()));
5201 JSTaggedValue res = SlowRuntimeStub::StGlobalRecord(thread, propKey, value, true);
5230 JSTaggedValue propKey = ConstantPool::GetStringFromCache(thread, constpool, stringId);
5235 << ConvertToString(EcmaString::Cast(propKey.GetTaggedObject())) << ", obj:" << obj.GetRawData()
5242 JSTaggedValue res = SlowRuntimeStub::StSuperByValue(thread, obj, propKey, value, thisFunc);
5255 JSTaggedValue propKey = ConstantPool::GetStringFromCache(thread, constpool, stringId);
5260 << ConvertToString(EcmaString::Cast(propKey.GetTaggedObject())) << ", obj:" << obj.GetRawData();
5264 JSTaggedValue res = SlowRuntimeStub::LdSuperByValue(thread, obj, propKey, thisFunc);
5278 JSTaggedValue propKey = ConstantPool::GetStringFromCache(thread, constpool, stringId);
5283 << ConvertToString(EcmaString::Cast(propKey.GetTaggedObject())) << ", obj:" << obj.GetRawData();
5287 JSTaggedValue res = SlowRuntimeStub::LdSuperByValue(thread, obj, propKey, thisFunc);
5307 JSTaggedValue propKey = ConstantPool::GetStringFromCache(thread, constpool, stringId);
5314 (thread, receiver, propKey, value);
5325 auto propKey = ConstantPool::GetStringFromCache(thread, constpool, stringId); // Maybe moved by GC
5329 JSTaggedValue res = SlowRuntimeStub::StOwnByName(thread, receiver, propKey, value);
5364 JSTaggedValue propKey = ConstantPool::GetStringFromCache(thread, constpool, stringId);
5371 receiver, propKey, value, slotId);
5384 JSTaggedValue propKey = ConstantPool::GetStringFromCache(thread, constpool, stringId);
5389 JSTaggedValue res = FastRuntimeStub::SetPropertyByName(thread, receiver, propKey, value);
5401 auto propKey = ConstantPool::GetStringFromCache(thread, constpool, stringId); // Maybe moved by GC
5405 JSTaggedValue res = SlowRuntimeStub::StObjByName(thread, receiver, propKey, value);
5437 JSTaggedValue propKey = ConstantPool::GetStringFromCache(thread, constpool, stringId);
5443 receiver, propKey, slotId);
5453 JSTaggedValue propKey = ConstantPool::GetStringFromCache(thread, constpool, stringId);
5457 << ConvertToString(EcmaString::Cast(propKey.GetTaggedObject())) << ", obj:" << receiver.GetRawData();
5461 JSTaggedValue res = FastRuntimeStub::GetPropertyByName(thread, receiver, propKey);
5472 JSTaggedValue res = SlowRuntimeStub::LdObjByName(thread, receiver, propKey, false, JSTaggedValue::Undefined());
5504 JSTaggedValue propKey = ConstantPool::GetStringFromCache(thread, constpool, stringId);
5510 receiver, propKey, slotId);
5520 JSTaggedValue propKey = ConstantPool::GetStringFromCache(thread, constpool, stringId);
5524 << ConvertToString(EcmaString::Cast(propKey.GetTaggedObject())) << ", obj:" << receiver.GetRawData();
5528 JSTaggedValue res = FastRuntimeStub::GetPropertyByName(thread, receiver, propKey);
5539 JSTaggedValue res = SlowRuntimeStub::LdObjByName(thread, receiver, propKey, false, JSTaggedValue::Undefined());
5551 JSTaggedValue propKey = ConstantPool::GetStringFromCache(thread, constpool, stringId);
5558 << " stringId:" << stringId << ", " << ConvertToString(EcmaString::Cast(propKey.GetTaggedObject()));
5570 globalObj, propKey, value, slotId, true);
5577 auto recordResult = SlowRuntimeStub::LdGlobalRecord(thread, propKey);
5583 JSTaggedValue res = SlowRuntimeStub::TryUpdateGlobalRecord(thread, propKey, value);
5588 auto globalResult = FastRuntimeStub::GetGlobalOwnProperty(thread, globalObj, propKey);
5590 auto result = SlowRuntimeStub::ThrowReferenceError(thread, propKey, " is not defined");
5595 JSTaggedValue res = SlowRuntimeStub::StGlobalVar(thread, propKey, value);
5745 JSTaggedValue propKey = GET_VREG_VALUE(v1);
5752 JSTaggedValue res = SlowRuntimeStub::StSuperByValue(thread, receiver, propKey, value, thisFunc);
5767 JSTaggedValue propKey = GET_ACC();
5772 JSTaggedValue res = SlowRuntimeStub::LdSuperByValue(thread, receiver, propKey, thisFunc);
5787 JSTaggedValue propKey = GET_ACC();
5792 JSTaggedValue res = SlowRuntimeStub::LdSuperByValue(thread, receiver, propKey, thisFunc);
5807 JSTaggedValue propKey = GET_ACC();
5820 res = ICRuntimeStub::TryLoadICByValue(thread, receiver, propKey, firstValue, secondValue);
5826 receiver, propKey, slotId);
5838 JSTaggedValue res = FastRuntimeStub::GetPropertyByValue(thread, receiver, propKey);
5848 JSTaggedValue res = SlowRuntimeStub::LdObjByValue(thread, receiver, propKey, false, JSTaggedValue::Undefined());
5863 JSTaggedValue propKey = GET_ACC();
5876 res = ICRuntimeStub::TryLoadICByValue(thread, receiver, propKey, firstValue, secondValue);
5882 receiver, propKey, slotId);
5894 JSTaggedValue res = FastRuntimeStub::GetPropertyByValue(thread, receiver, propKey);
5904 JSTaggedValue res = SlowRuntimeStub::LdObjByValue(thread, receiver, propKey, false, JSTaggedValue::Undefined());
6143 JSTaggedValue propKey = GET_VREG_VALUE(v0);
6150 res = ICRuntimeStub::TryStoreICByValue(thread, receiver, propKey, firstValue, secondValue, value);
6156 receiver, propKey, value, slotId);
6168 JSTaggedValue propKey = GET_VREG_VALUE(v0);
6171 JSTaggedValue res = FastRuntimeStub::SetPropertyByValue(thread, receiver, propKey, value);
6183 JSTaggedValue propKey = GET_VREG_VALUE(v0); // Maybe moved by GC
6185 JSTaggedValue res = SlowRuntimeStub::StObjByValue(thread, receiver, propKey, value);
6207 JSTaggedValue propKey = GET_VREG_VALUE(v0);
6214 res = ICRuntimeStub::TryStoreICByValue(thread, receiver, propKey, firstValue, secondValue, value);
6220 receiver, propKey, value, slotId);
6232 JSTaggedValue propKey = GET_VREG_VALUE(v0);
6235 JSTaggedValue res = FastRuntimeStub::SetPropertyByValue(thread, receiver, propKey, value);
6247 JSTaggedValue propKey = GET_VREG_VALUE(v0); // Maybe moved by GC
6249 JSTaggedValue res = SlowRuntimeStub::StObjByValue(thread, receiver, propKey, value);
6263 JSTaggedValue propKey = GET_ACC();
6276 res = ICRuntimeStub::TryLoadICByValue(thread, receiver, propKey, firstValue, secondValue);
6282 receiver, propKey, slotId);
6294 JSTaggedValue res = FastRuntimeStub::GetPropertyByValue(thread, receiver, propKey);
6304 JSTaggedValue res = SlowRuntimeStub::LdObjByValue(thread, receiver, propKey, false, JSTaggedValue::Undefined());
6317 JSTaggedValue propKey = GET_ACC();
6330 res = ICRuntimeStub::TryLoadICByValue(thread, receiver, propKey, firstValue, secondValue);
6336 receiver, propKey, slotId);
6348 JSTaggedValue res = FastRuntimeStub::GetPropertyByValue(thread, receiver, propKey);
6358 JSTaggedValue res = SlowRuntimeStub::LdObjByValue(thread, receiver, propKey, false, JSTaggedValue::Undefined());
6386 JSTaggedValue propKey = ConstantPool::Cast(constpool.GetTaggedObject())->GetObjectFromCache(stringId);
6391 res = ICRuntimeStub::StoreICByName(thread, profileTypeArray, receiver, propKey, value, slotId);
6409 JSTaggedValue propKey = ConstantPool::Cast(constpool.GetTaggedObject())->GetObjectFromCache(stringId);
6414 JSTaggedValue res = FastRuntimeStub::SetPropertyByName(thread, receiver, propKey, value);
6426 auto propKey = ConstantPool::Cast(constpool.GetTaggedObject())->GetObjectFromCache(stringId); // Maybe moved by GC
6430 JSTaggedValue res = SlowRuntimeStub::StObjByName(thread, receiver, propKey, value);
6458 JSTaggedValue propKey = ConstantPool::Cast(constpool.GetTaggedObject())->GetObjectFromCache(stringId);
6463 res = ICRuntimeStub::StoreICByName(thread, profileTypeArray, receiver, propKey, value, slotId);
6481 JSTaggedValue propKey = ConstantPool::Cast(constpool.GetTaggedObject())->GetObjectFromCache(stringId);
6486 JSTaggedValue res = FastRuntimeStub::SetPropertyByName(thread, receiver, propKey, value);
6498 auto propKey = ConstantPool::Cast(constpool.GetTaggedObject())->GetObjectFromCache(stringId); // Maybe moved by GC
6502 JSTaggedValue res = SlowRuntimeStub::StObjByName(thread, receiver, propKey, value);
6531 JSTaggedValue propKey = ConstantPool::Cast(constpool.GetTaggedObject())->GetObjectFromCache(stringId);
6536 receiver, propKey, slotId);
6545 JSTaggedValue propKey = ConstantPool::Cast(constpool.GetTaggedObject())->GetObjectFromCache(stringId);
6548 << ConvertToString(EcmaString::Cast(propKey.GetTaggedObject())) << ", obj:" << receiver.GetRawData();
6552 JSTaggedValue res = FastRuntimeStub::GetPropertyByName(thread, receiver, propKey);
6563 JSTaggedValue res = SlowRuntimeStub::LdObjByName(thread, receiver, propKey, false, JSTaggedValue::Undefined());
6592 JSTaggedValue propKey = ConstantPool::Cast(constpool.GetTaggedObject())->GetObjectFromCache(stringId);
6597 receiver, propKey, slotId);
6606 JSTaggedValue propKey = ConstantPool::Cast(constpool.GetTaggedObject())->GetObjectFromCache(stringId);
6609 << ConvertToString(EcmaString::Cast(propKey.GetTaggedObject())) << ", obj:" << receiver.GetRawData();
6613 JSTaggedValue res = FastRuntimeStub::GetPropertyByName(thread, receiver, propKey);
6624 JSTaggedValue res = SlowRuntimeStub::LdObjByName(thread, receiver, propKey, false, JSTaggedValue::Undefined());