Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dstub.cpp32 auto argLength = callSignature_->GetParametersCount(); in InitializeArguments() local
34 for (size_t i = 0; i < argLength; i++) { in InitializeArguments()
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H A Dreserve_string_builder_buffer.cpp259 auto argLength = graph->CreateInstShr(DataType::INT32, ctorCall->GetPc()); in CreateStringBuilderConstructorArgumentLength() local
260 argLength->SetInput(ARG_IDX_0, lenArray); in CreateStringBuilderConstructorArgumentLength()
261 argLength->SetInput(ARG_IDX_1, graph->FindOrCreateConstant(1)); in CreateStringBuilderConstructorArgumentLength()
262 InsertBeforeWithSaveState(argLength, ctorCall->GetSaveState()); in CreateStringBuilderConstructorArgumentLength()
264 return argLength; in CreateStringBuilderConstructorArgumentLength()
334 Inst *argLength = nullptr; in ReplaceInitialBufferSizeConstantNotInlined() local
340 argLength = GetGraph()->FindOrCreateConstant(0); in ReplaceInitialBufferSizeConstantNotInlined()
355 argLength = CreateStringBuilderConstructorArgumentLength(GetGraph(), argString, ctorCall); in ReplaceInitialBufferSizeConstantNotInlined()
364 argLength = CreateStringBuilderConstructorArgumentLength(GetGraph(), argString, ctorCall); in ReplaceInitialBufferSizeConstantNotInlined()
388 StoreStringBuilderLengthField(GetGraph(), argLength, instanc in ReplaceInitialBufferSizeConstantNotInlined() local
[all...]
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_string.cpp87 uint32_t argLength = argv->GetArgsNumber(); in FromCharCode() local
88 if (argLength == 0) { in FromCharCode()
91 if (argLength == 1) { in FromCharCode()
103 valueTable.reserve(argLength); in FromCharCode()
104 for (uint32_t i = 0; i < argLength; i++) { in FromCharCode()
121 uint32_t argLength = argv->GetArgsNumber(); in FromCodePoint() local
122 if (argLength == 0) { in FromCodePoint()
126 uint32_t u16strSize = argLength; in FromCodePoint()
127 for (uint32_t i = 0; i < argLength; i++) { in FromCodePoint()
343 uint32_t argLength in Concat() local
[all...]

Completed in 4 milliseconds