H A D | builtins_string_stub_builder.cpp | 1530 DEFVARIABLE(dstTmp, VariableType::NATIVE_POINTER(), dst);
in CopyChars() 1559 Store(VariableType::INT64(), glue, *dstTmp, IntPtr(0), elem);
in CopyChars() local 1561 Store(VariableType::INT64(), glue, *dstTmp, IntPtr(sizeof(int64_t)), elem);
in CopyChars() local 1567 dstTmp = PtrAdd(*dstTmp, IntPtr(batchBytes));
in CopyChars() 1582 Store(VariableType::INT64(), glue, *dstTmp, IntPtr(0), elem);
in CopyChars() local 1585 dstTmp = PtrAdd(*dstTmp, IntPtr(sizeof(int64_t)));
in CopyChars() 1602 Store(type, glue, *dstTmp, IntPtr(0), i);
in CopyChars() 1608 dstTmp in CopyChars() 1687 Store(VariableType::INT16(), glue, *dstTmp, IntPtr(0), ZExtInt8ToInt16(i)); CopyUtf8AsUtf16() local 1728 Store(VariableType::INT8(), glue, *dstTmp, IntPtr(0), TruncInt16ToInt8(i)); CopyUtf16AsUtf8() local 2253 Store(VariableType::INT8(), glue, *dstTmp, IntPtr(0), j); ToLowerCase() local 2256 Store(VariableType::INT8(), glue, *dstTmp, IntPtr(0), i); ToLowerCase() local [all...] |