Lines Matching refs:ProfileOperation
287 Return(InstanceOf(glue, object, target, profileTypeInfo, slotId, ProfileOperation()));
432 Return(GetCallSpreadArgs(glue, array, ProfileOperation()));
440 Return(GetPropertyByIndex(glue, receiver, index, ProfileOperation()));
471 Return(builder.LoadObjByName(glue, receiver, id, info, profileTypeInfo, slotId, ProfileOperation()));
494 Return(builder.StoreObjByName(glue, receiver, id, info, value, profileTypeInfo, slotId, ProfileOperation()));
532 Return(GetPropertyByValue(glue, receiver, key, ProfileOperation()));
644 Return(builder.TryLoadGlobalByName(glue, id, info, profileTypeInfo, slotId, ProfileOperation()));
657 Return(builder.TryStoreGlobalByName(glue, id, info, value, profileTypeInfo, slotId, ProfileOperation()));
669 Return(builder.LoadGlobalVar(glue, id, info, profileTypeInfo, slotId, ProfileOperation()));
707 Return(LoadICWithHandler(glue, receiver, receiver, secondValue, ProfileOperation()));
715 Return(LoadICWithHandler(glue, receiver, receiver, cachedHandler, ProfileOperation()));
757 Return(LoadICWithHandler(glue, receiver, receiver, cachedHandler, ProfileOperation()));
935 glue, index, jsFunc, { IntPtr(0), 0, true }, Undefined(), slotId, ProfileOperation()));