Home
last modified time | relevance | path

Searched refs:charSize (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dmcr_circuit_builder.cpp1362 GateRef sourceLength, GateRef charSize, VariableType type) in CopyChars()
1387 sourceTmp = PtrAdd(*sourceTmp, charSize); in CopyChars()
1388 dstTmp = PtrAdd(*dstTmp, charSize); in CopyChars()
1361 CopyChars(GateRef glue, GateRef dst, GateRef source, GateRef sourceLength, GateRef charSize, VariableType type) CopyChars() argument
H A Dcircuit_builder.h767 GateRef charSize, VariableType type);
/arkcompiler/ets_runtime/ecmascript/napi/test/
H A Djsnapi_sample.cpp222 uint32_t charSize = charObject->Length(vm_); in HWTEST_F_L0() local
223 GTEST_LOG_(INFO) << "sample_primitive_StringRef_charObject_Length : " << charSize; in HWTEST_F_L0()
252 uint32_t charSize = char16tObject->Length(vm_); in HWTEST_F_L0() local
253 GTEST_LOG_(INFO) << "sample_primitive_StringRef_char16tObject_Length : " << charSize; in HWTEST_F_L0()

Completed in 13 milliseconds