Lines Matching refs:SMI_PARAMETERS
251 enum ParameterMode { SMI_PARAMETERS, INTPTR_PARAMETERS }; enumerator
260 return Is64() ? INTPTR_PARAMETERS : SMI_PARAMETERS; in OptimalParameterMode()
273 if (mode == SMI_PARAMETERS) value = SmiUntag(value); in ParameterToIntPtr()
278 if (mode == SMI_PARAMETERS) return SmiTag(value); in IntPtrToParameter()
287 if (mode != SMI_PARAMETERS) return SmiTag(value); in ParameterToTagged()
292 if (mode != SMI_PARAMETERS) return SmiUntag(value); in TaggedToParameter()
410 if (mode == SMI_PARAMETERS) { \
545 if (mode == SMI_PARAMETERS) { in WordOrSmiShl()
554 if (mode == SMI_PARAMETERS) { in WordOrSmiShr()
1007 return LoadFixedArrayElement(object, index, 0, SMI_PARAMETERS); in LoadFixedArrayElement()
1056 SMI_PARAMETERS); in LoadFixedDoubleArrayElement()
1203 SMI_PARAMETERS);
1384 SMI_PARAMETERS); in AllocateJSArray()
1506 SMI_PARAMETERS);
1566 SMI_PARAMETERS);