Home
last modified time | relevance | path

Searched defs: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
/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
334 Inst *argLength = nullptr; in ReplaceInitialBufferSizeConstantNotInlined() local
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
121 uint32_t argLength = argv->GetArgsNumber(); in FromCodePoint() local
343 uint32_t argLength in Concat() local
[all...]

Completed in 4 milliseconds