Lines Matching refs:ProfileOperation
25 GateRef profileTypeInfo, GateRef slotId, ProfileOperation callback)
65 GateRef glue, GateRef receiver, GateRef key, GateRef profileTypeInfo, GateRef slotId, ProfileOperation callback)
115 result = GetPropertyByName(glue, receiver, propKey, ProfileOperation(), True());
132 ProfileOperation callback)
177 ProfileOperation callback)
230 GateRef slotId, ProfileOperation callback)
280 result = GetPropertyByValue(glue, receiver, key, ProfileOperation());
296 GateRef profileTypeInfo, GateRef slotId, ProfileOperation callback)
333 GateRef profileTypeInfo, GateRef slotId, ProfileOperation callback)
381 ProfileOperation callback)
431 ProfileOperation callback)
493 GateRef profileTypeInfo, GateRef slotId, ProfileOperation callback)
685 result = SetPropertyByValue(glue, receiver, key, value, true, ProfileOperation(), true);
730 result = SetPropertyByName(glue, receiver, key, value, true, True(), ProfileOperation(), false, true);
792 varAcc = GetPropertyByIndex(glue, receiver, TruncInt64ToInt32(index), ProfileOperation());