Home
last modified time | relevance | path

Searched defs:argLength (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub.cpp31 auto argLength = callSignature_->GetParametersCount(); in InitializeArguments() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dreserve_string_builder_buffer.cpp259 auto argLength = graph->CreateInstShr(DataType::INT32, ctorCall->GetPc()); in CreateStringBuilderConstructorArgumentLength() local
334 Inst *argLength = nullptr; in ReplaceInitialBufferSizeConstantNotInlined() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_string.cpp83 uint32_t argLength = argv->GetArgsNumber(); in FromCharCode() local
117 uint32_t argLength = argv->GetArgsNumber(); in FromCodePoint() local
340 uint32_t argLength = argv->GetArgsNumber(); in Concat() local