Lines Matching refs:newValue
120 uint64_t newValue = SetNumArgsWithCallField(callField, numargs);
121 SetCallField(newValue);
127 uint64_t newValue = SetNativeBit(callField, isNative);
128 SetCallField(newValue);
134 uint64_t newValue = SetAotCodeBit(callField, isCompiled);
135 AtomicSetCallField(newValue);
141 uint64_t newValue = SetFastBuiltinBit(callField, isFastBuiltin);
142 SetCallField(newValue);
237 uint64_t newValue = MethodLiteral::SetHotnessCounter(literalInfo, counter);
238 SetLiteralInfo(newValue);
306 uint64_t newValue = SetDeoptType(extraLiteralInfo, type);
307 SetExtraLiteralInfo(newValue);
324 uint64_t newValue = SetFunctionKind(extraLiteralInfo, kind);
325 AtomicSetExtraLiteralInfo(newValue);
343 uint64_t newValue = SetIsFastCall(callFiled, isFastCall);
344 SetCallField(newValue);
356 uint64_t newValue = SetCallNapi(extraLiteralInfo, isCallNapi);
357 SetExtraLiteralInfo(newValue);
369 uint64_t newValue = SetBuiltinId(extraLiteralInfo, id);
370 SetExtraLiteralInfo(newValue);
376 uint64_t newValue = SetDeoptThreshold(extraLiteralInfo, count);
377 SetExtraLiteralInfo(newValue);
389 uint64_t newValue = SetFpDelta(extraLiteralInfo, delta);
390 SetExtraLiteralInfo(newValue);
423 uint64_t newValue = SetIsSendable(extraLiteralInfo, isSendable);
424 SetExtraLiteralInfo(newValue);