Home
last modified time | relevance | path

Searched defs:dstTmp (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_number_stub_builder.cpp454 Store(VariableType::INT8(), glue_, *dstTmp, IntPtr(0), TruncInt32ToInt8(digitChar)); in NumberToString() local
H A Dbuiltins_string_stub_builder.cpp1559 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
1582 Store(VariableType::INT64(), glue, *dstTmp, IntPtr(0), elem); in CopyChars() local
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...]
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dmcr_circuit_builder.cpp1418 Store(VariableType::INT16(), glue, *dstTmp, IntPtr(0), ZExtInt8ToInt16(i)); in CopyUtf8AsUtf16() local

Completed in 10 milliseconds