Lines Matching defs:slotId
754 uint8_t slotId = READ_INST_8_0();
755 CHECK_SLOTID_BREAK(slotId);
756 DumpICByName(abcId, recordName, methodId, bcOffset, slotId, profileTypeInfo, BCType::LOAD);
761 uint16_t slotId = READ_INST_16_0();
762 DumpICByName(abcId, recordName, methodId, bcOffset, slotId, profileTypeInfo, BCType::LOAD);
767 uint8_t slotId = READ_INST_8_0();
768 CHECK_SLOTID_BREAK(slotId);
769 DumpICByValue(abcId, recordName, methodId, bcOffset, slotId, profileTypeInfo, BCType::LOAD);
774 uint16_t slotId = READ_INST_16_0();
775 DumpICByValue(abcId, recordName, methodId, bcOffset, slotId, profileTypeInfo, BCType::LOAD);
782 uint8_t slotId = READ_INST_8_0();
783 CHECK_SLOTID_BREAK(slotId);
784 DumpICByName(abcId, recordName, methodId, bcOffset, slotId, profileTypeInfo, BCType::STORE);
789 uint16_t slotId = READ_INST_16_0();
790 DumpICByName(abcId, recordName, methodId, bcOffset, slotId, profileTypeInfo, BCType::STORE);
796 uint8_t slotId = READ_INST_8_0();
797 CHECK_SLOTID_BREAK(slotId);
798 DumpICByValue(abcId, recordName, methodId, bcOffset, slotId, profileTypeInfo, BCType::STORE);
804 uint16_t slotId = READ_INST_16_0();
805 DumpICByValue(abcId, recordName, methodId, bcOffset, slotId, profileTypeInfo, BCType::STORE);
834 uint8_t slotId = READ_INST_8_0();
835 CHECK_SLOTID_BREAK(slotId);
836 DumpOpType(abcId, recordName, methodId, bcOffset, slotId, profileTypeInfo);
841 uint8_t slotId = READ_INST_8_1();
842 CHECK_SLOTID_BREAK(slotId);
843 DumpOpType(abcId, recordName, methodId, bcOffset, slotId, profileTypeInfo);
857 uint8_t slotId = READ_INST_8_0();
858 CHECK_SLOTID_BREAK(slotId);
859 DumpCall(abcId, recordName, methodId, bcOffset, slotId, profileTypeInfo);
863 uint8_t slotId = READ_INST_8_1();
864 CHECK_SLOTID_BREAK(slotId);
865 DumpCall(abcId, recordName, methodId, bcOffset, slotId, profileTypeInfo);
874 uint8_t slotId = READ_INST_8_0();
875 CHECK_SLOTID_BREAK(slotId);
876 DumpNewObjRange(abcId, recordName, methodId, bcOffset, slotId, profileTypeInfo);
880 uint16_t slotId = READ_INST_16_0();
881 DumpNewObjRange(abcId, recordName, methodId, bcOffset, slotId, profileTypeInfo);
889 uint8_t slotId = READ_INST_8_0();
890 CHECK_SLOTID_BREAK(slotId);
891 DumpDefineClass(abcId, recordName, methodId, bcOffset, slotId, profileTypeInfo);
895 uint16_t slotId = READ_INST_16_0();
896 DumpDefineClass(abcId, recordName, methodId, bcOffset, slotId, profileTypeInfo);
900 uint8_t slotId = READ_INST_8_0();
901 CHECK_SLOTID_BREAK(slotId);
902 DumpDefineClass(abcId, recordName, methodId, bcOffset, slotId, profileTypeInfo);
906 uint16_t slotId = READ_INST_16_0();
907 DumpDefineClass(abcId, recordName, methodId, bcOffset, slotId, profileTypeInfo);
919 uint8_t slotId = READ_INST_8_0();
920 CHECK_SLOTID_BREAK(slotId);
921 DumpCreateObject(abcId, recordName, methodId, bcOffset, slotId, profileTypeInfo, traceId);
933 uint16_t slotId = READ_INST_16_0();
934 DumpCreateObject(abcId, recordName, methodId, bcOffset, slotId, profileTypeInfo, traceId);
938 uint8_t slotId = READ_INST_8_0();
939 CHECK_SLOTID_BREAK(slotId);
940 DumpGetIterator(abcId, recordName, methodId, bcOffset, slotId, profileTypeInfo);
944 uint16_t slotId = READ_INST_16_0();
945 DumpGetIterator(abcId, recordName, methodId, bcOffset, slotId, profileTypeInfo);
950 uint8_t slotId = READ_INST_8_0();
951 CHECK_SLOTID_BREAK(slotId);
952 DumpInstanceof(abcId, recordName, methodId, bcOffset, slotId, profileTypeInfo);
968 uint32_t slotId, ProfileTypeInfo *profileTypeInfo, BCType type)
970 JSTaggedValue firstValue = profileTypeInfo->Get(slotId);
981 JSTaggedValue secondValue = profileTypeInfo->Get(slotId + 1);
991 uint32_t slotId, ProfileTypeInfo *profileTypeInfo, BCType type)
993 JSTaggedValue firstValue = profileTypeInfo->Get(slotId);
1004 JSTaggedValue secondValue = profileTypeInfo->Get(slotId + 1);
1309 uint32_t slotId, ProfileTypeInfo *profileTypeInfo)
1311 JSTaggedValue slotValue = profileTypeInfo->Get(slotId);
1328 uint32_t slotId, ProfileTypeInfo *profileTypeInfo)
1330 JSTaggedValue slotValue = profileTypeInfo->Get(slotId);
1389 uint32_t slotId, ProfileTypeInfo *profileTypeInfo, int32_t traceId)
1391 JSTaggedValue slotValue = profileTypeInfo->Get(slotId);
1430 uint32_t slotId, ProfileTypeInfo *profileTypeInfo)
1432 JSTaggedValue slotValue = profileTypeInfo->Get(slotId);
1460 uint32_t slotId, ProfileTypeInfo *profileTypeInfo)
1465 JSTaggedValue value = profileTypeInfo->Get(slotId);
1478 uint32_t slotId, ProfileTypeInfo *profileTypeInfo)
1480 JSTaggedValue slotValue = profileTypeInfo->Get(slotId);
1503 uint32_t slotId, ProfileTypeInfo *profileTypeInfo)
1505 JSTaggedValue firstValue = profileTypeInfo->Get(slotId);