Lines Matching defs:stringId

349     uint16_t stringId = READ_INST_16_0();
350 LOG_INST() << "lda.str " << std::hex << stringId;
352 SET_ACC(ConstantPool::GetStringFromCache(thread, constpool, stringId));
1916 uint16_t stringId = READ_INST_16_1();
1917 LOG_INST() << "intrinsic::throwundefinedifholewithname" << std::hex << stringId;
1919 JSTaggedValue obj = ConstantPool::GetStringFromCache(thread, constpool, stringId);
1930 uint16_t stringId = READ_INST_16_1();
1933 << "v" << v0 << " stringId:" << stringId;
1939 JSTaggedValue propKey = ConstantPool::GetStringFromCache(thread, constpool, stringId);
1957 auto propKey = ConstantPool::GetStringFromCache(thread, constpool, stringId); // Maybe moved by GC
2016 uint16_t stringId = READ_INST_16_1();
2019 JSTaggedValue pattern = ConstantPool::GetStringFromCache(thread, constpool, stringId);
2022 << "stringId:" << stringId << ", " << ConvertToString(EcmaString::Cast(pattern.GetTaggedObject()))
2343 uint16_t stringId = READ_INST_16_1();
2345 auto prop = ConstantPool::GetStringFromCache(thread, constpool, stringId);
2352 << "stringId:" << stringId << ", " << ConvertToString(EcmaString::Cast(prop.GetTaggedObject()));
2393 uint16_t stringId = READ_INST_16_1();
2396 JSTaggedValue propKey = ConstantPool::GetStringFromCache(thread, constpool, stringId);
2404 << " stringId:" << stringId << ", " << ConvertToString(EcmaString::Cast(propKey.GetTaggedObject()));
2493 uint16_t stringId = READ_INST_16_1();
2496 << "v" << v0 << " stringId:" << stringId;
2502 JSTaggedValue propKey = ConstantPool::Cast(constpool.GetTaggedObject())->GetObjectFromCache(stringId);
2522 auto propKey = ConstantPool::Cast(constpool.GetTaggedObject())->GetObjectFromCache(stringId); // Maybe moved by GC
2535 uint16_t stringId = READ_INST_16_2();
2536 LOG_INST() << "intrinsics::ldglobalvar stringId:" << stringId;
2539 JSTaggedValue propKey = ConstantPool::GetStringFromCache(thread, constpool, stringId);
2599 uint16_t stringId = READ_INST_16_1();
2602 JSTaggedValue propKey = ConstantPool::GetStringFromCache(thread, constpool, stringId);
2616 uint16_t stringId = READ_INST_16_1();
2618 << "v" << v0 << " stringId:" << stringId;
2623 JSTaggedValue propKey = ConstantPool::GetStringFromCache(thread, constpool, stringId);
2640 auto propKey = ConstantPool::GetStringFromCache(thread, constpool, stringId); // Maybe moved by GC
2654 uint16_t stringId = READ_INST_16_1();
2660 JSTaggedValue propKey = ConstantPool::GetStringFromCache(thread, constpool, stringId);
2665 << "v" << v0 << " stringId:" << stringId << ", "
2683 uint16_t stringId = READ_INST_16_2();
2686 JSTaggedValue prop = ConstantPool::GetStringFromCache(thread, constpool, stringId);
2691 << "stringId:" << stringId << ", " << ConvertToString(EcmaString::Cast(prop.GetTaggedObject()))
2864 uint16_t stringId = READ_INST_16_0();
2868 JSTaggedValue numberBigInt = ConstantPool::Cast(constpool.GetTaggedObject())->GetObjectFromCache(stringId);
4050 uint16_t stringId = READ_INST_32_1();
4053 JSTaggedValue propKey = ConstantPool::GetStringFromCache(thread, constpool, stringId);
4056 << " stringId:" << stringId << ", " << ConvertToString(EcmaString::Cast(propKey.GetTaggedObject()));
4070 uint16_t stringId = READ_INST_32_1();
4073 JSTaggedValue propKey = ConstantPool::GetStringFromCache(thread, constpool, stringId);
4076 << " stringId:" << stringId << ", " << ConvertToString(EcmaString::Cast(propKey.GetTaggedObject()));
4090 uint16_t stringId = READ_INST_32_1();
4093 JSTaggedValue propKey = ConstantPool::GetStringFromCache(thread, constpool, stringId);
4096 << " stringId:" << stringId << ", " << ConvertToString(EcmaString::Cast(propKey.GetTaggedObject()));
4110 uint16_t stringId = READ_INST_16_1();
4114 JSTaggedValue key = ConstantPool::GetStringFromCache(thread, constpool, stringId);
4116 << "string_id:" << stringId << ", "
4128 uint32_t stringId = READ_INST_32_1();
4132 JSTaggedValue propKey = ConstantPool::GetStringFromCache(thread, constpool, stringId);
4135 << "v" << v0 << " stringId:" << stringId << ", "
4153 uint16_t stringId = READ_INST_32_1();
4155 JSTaggedValue propKey = ConstantPool::GetStringFromCache(thread, constpool, stringId);
4157 << "v" << v0 << " stringId:" << stringId << ", "
4183 uint16_t stringId = READ_INST_32_1();
4186 auto key = ConstantPool::GetStringFromCache(thread, constpool, stringId);
4190 << "stringId:" << stringId << ", " << ConvertToString(EcmaString::Cast(key.GetTaggedObject()));
4203 uint16_t stringId = READ_INST_32_1();
4205 auto localName = ConstantPool::GetStringFromCache(thread, constpool, stringId);
4208 << "stringId:" << stringId << ", " << ConvertToString(EcmaString::Cast(localName.GetTaggedObject()));
5063 uint16_t stringId = READ_INST_16_2();
5067 << "v" << v0 << " stringId:" << stringId;
5071 JSTaggedValue propKey = ConstantPool::GetStringFromCache(thread, constpool, stringId);
5089 auto propKey = ConstantPool::GetStringFromCache(thread, constpool, stringId); // Maybe moved by GC
5170 uint16_t stringId = READ_INST_16_2();
5173 JSTaggedValue propKey = ConstantPool::GetStringFromCache(thread, constpool, stringId);
5176 << " stringId:" << stringId << ", " << ConvertToString(EcmaString::Cast(propKey.GetTaggedObject()));
5190 uint16_t stringId = READ_INST_16_2();
5194 ->GetObjectFromCache(stringId);
5196 << " stringId:" << stringId << ", " << ConvertToString(EcmaString::Cast(propKey.GetTaggedObject()));
5225 uint16_t stringId = READ_INST_16_2();
5230 JSTaggedValue propKey = ConstantPool::GetStringFromCache(thread, constpool, stringId);
5234 << "v" << v0 << " stringId:" << stringId << ", "
5252 uint16_t stringId = READ_INST_16_2();
5255 JSTaggedValue propKey = ConstantPool::GetStringFromCache(thread, constpool, stringId);
5259 LOG_INST() << "intrinsics::ldsuperbyname stringId:" << stringId << ", "
5275 uint16_t stringId = READ_INST_16_1();
5278 JSTaggedValue propKey = ConstantPool::GetStringFromCache(thread, constpool, stringId);
5282 LOG_INST() << "intrinsics::ldsuperbyname stringId:" << stringId << ", "
5298 uint16_t stringId = READ_INST_16_2();
5301 << "v" << v0 << " stringId:" << stringId;
5307 JSTaggedValue propKey = ConstantPool::GetStringFromCache(thread, constpool, stringId);
5325 auto propKey = ConstantPool::GetStringFromCache(thread, constpool, stringId); // Maybe moved by GC
5339 uint16_t stringId = READ_INST_16_2();
5364 JSTaggedValue propKey = ConstantPool::GetStringFromCache(thread, constpool, stringId);
5379 << "v" << v0 << " stringId:" << stringId;
5384 JSTaggedValue propKey = ConstantPool::GetStringFromCache(thread, constpool, stringId);
5401 auto propKey = ConstantPool::GetStringFromCache(thread, constpool, stringId); // Maybe moved by GC
5434 uint16_t stringId = READ_INST_16_2();
5437 JSTaggedValue propKey = ConstantPool::GetStringFromCache(thread, constpool, stringId);
5450 uint16_t stringId = READ_INST_16_2();
5453 JSTaggedValue propKey = ConstantPool::GetStringFromCache(thread, constpool, stringId);
5456 LOG_INST() << "intrinsics::ldobjbyname stringId:" << stringId << ", "
5501 uint16_t stringId = READ_INST_16_1();
5504 JSTaggedValue propKey = ConstantPool::GetStringFromCache(thread, constpool, stringId);
5517 uint16_t stringId = READ_INST_16_1();
5520 JSTaggedValue propKey = ConstantPool::GetStringFromCache(thread, constpool, stringId);
5523 LOG_INST() << "intrinsics::ldobjbyname stringId:" << stringId << ", "
5549 uint16_t stringId = READ_INST_16_2();
5551 JSTaggedValue propKey = ConstantPool::GetStringFromCache(thread, constpool, stringId);
5558 << " stringId:" << stringId << ", " << ConvertToString(EcmaString::Cast(propKey.GetTaggedObject()));
5606 uint16_t stringId = READ_INST_16_2();
5608 auto prop = ConstantPool::GetStringFromCache(thread, constpool, stringId);
5615 << "stringId:" << stringId << ", " << ConvertToString(EcmaString::Cast(prop.GetTaggedObject()));
6384 uint16_t stringId = READ_INST_16_2();
6386 JSTaggedValue propKey = ConstantPool::Cast(constpool.GetTaggedObject())->GetObjectFromCache(stringId);
6402 uint16_t stringId = READ_INST_16_2();
6404 << " stringId:" << stringId;
6409 JSTaggedValue propKey = ConstantPool::Cast(constpool.GetTaggedObject())->GetObjectFromCache(stringId);
6426 auto propKey = ConstantPool::Cast(constpool.GetTaggedObject())->GetObjectFromCache(stringId); // Maybe moved by GC
6456 uint16_t stringId = READ_INST_16_1();
6458 JSTaggedValue propKey = ConstantPool::Cast(constpool.GetTaggedObject())->GetObjectFromCache(stringId);
6474 uint16_t stringId = READ_INST_16_1();
6476 << " stringId:" << stringId;
6481 JSTaggedValue propKey = ConstantPool::Cast(constpool.GetTaggedObject())->GetObjectFromCache(stringId);
6498 auto propKey = ConstantPool::Cast(constpool.GetTaggedObject())->GetObjectFromCache(stringId); // Maybe moved by GC
6529 uint16_t stringId = READ_INST_16_2();
6531 JSTaggedValue propKey = ConstantPool::Cast(constpool.GetTaggedObject())->GetObjectFromCache(stringId);
6543 uint16_t stringId = READ_INST_16_2();
6545 JSTaggedValue propKey = ConstantPool::Cast(constpool.GetTaggedObject())->GetObjectFromCache(stringId);
6547 LOG_INST() << "intrinsics::ldthisbyname stringId:" << stringId << ", "
6590 uint16_t stringId = READ_INST_16_1();
6592 JSTaggedValue propKey = ConstantPool::Cast(constpool.GetTaggedObject())->GetObjectFromCache(stringId);
6604 uint16_t stringId = READ_INST_16_1();
6606 JSTaggedValue propKey = ConstantPool::Cast(constpool.GetTaggedObject())->GetObjectFromCache(stringId);
6608 LOG_INST() << "intrinsics::ldthisbyname stringId:" << stringId << ", "
7625 uint16_t stringId = READ_INST_16_2();
7628 JSTaggedValue pattern = ConstantPool::GetStringFromCache(thread, constpool, stringId);
7631 << "stringId:" << stringId << ", " << ConvertToString(EcmaString::Cast(pattern.GetTaggedObject()))