Lines Matching defs:slotId
1231 JSTaggedValue slotId = GetArg(argv, argc, 3); // 3: means the third parameter
1241 LoadICRuntime icRuntime(thread, JSHandle<ProfileTypeInfo>::Cast(profileTypeInfo), slotId.GetInt(), ICKind::LoadIC);
1252 JSTaggedValue slotId = GetArg(argv, argc, 4); // 4: means the fourth parameter
1259 StoreICRuntime icRuntime(thread, JSHandle<ProfileTypeInfo>::Cast(profileTypeInfo), slotId.GetInt(),
1271 JSTaggedValue slotId = GetArg(argv, argc, 4); // 4: means the fourth parameter
1277 StoreICRuntime icRuntime(thread, JSHandle<ProfileTypeInfo>::Cast(profileTypeInfo), slotId.GetInt(),
1499 const uint32_t INDEX_OF_SLOT_ID = 7; // 7: index of slotId in argv
1502 uint16_t slotId = static_cast<uint16_t>(GetArg(argv, argc, INDEX_OF_SLOT_ID).GetInt());
1507 SetProfileTypeInfoCellToFunction(thread, jsFuncHandle, resHandle, slotId);
1629 JSTaggedValue slotId = GetArg(argv, argc, 3); // 3: means the third parameter
1637 thread, JSHandle<ProfileTypeInfo>::Cast(profileHandle), slotId.GetInt(), ICKind::NamedLoadIC);
1646 JSTaggedValue slotId = GetArg(argv, argc, 2); // 2: means the third parameter
1657 thread, JSHandle<ProfileTypeInfo>::Cast(profileHandle), slotId.GetInt(), ICKind::NamedGlobalTryLoadIC);
1668 JSTaggedValue slotId = GetArg(argv, argc, 4); // 4: means the fourth parameter
1676 thread, JSHandle<ProfileTypeInfo>::Cast(profileHandle), slotId.GetInt(), ICKind::NamedStoreIC);
2089 JSTaggedValue slotId = GetArg(argv, argc, 3); // 3: means the third parameter
2092 slotId.GetInt(), static_cast<ICKind>(kind.GetInt())).GetRawData();
2102 JSTaggedValue slotId = GetArg(argv, argc, 4); // 4: means the fourth parameter
2105 slotId.GetInt(), static_cast<ICKind>(kind.GetInt())).GetRawData();
2129 JSTaggedValue slotId = GetArg(argv, argc, 3); // 3: means the third parameter
2135 thread, JSHandle<ProfileTypeInfo>::Cast(profileHandle), slotId.GetInt(), ICKind::NamedGlobalLoadIC);
2529 const uint32_t INDEX_OF_SLOT_ID = 5; // 5: index of slotId in argv
2532 uint16_t slotId = static_cast<uint16_t>(GetArg(argv, argc, INDEX_OF_SLOT_ID).GetInt());
2537 SetProfileTypeInfoCellToFunction(thread, jsFuncHandle, resHandle, slotId);