Home
last modified time | relevance | path

Searched defs:paramNum (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/
Dx64_call_conv.h225 uint64 paramNum = 0; /* number of all types of parameters processed so far */ variable
/arkcompiler/ets_frontend/es2panda/ir/expressions/
DobjectExpression.cpp316 size_t paramNum = func->Function()->FormalParamsLength(); in CompileStaticProperties() local
/arkcompiler/runtime_core/static_core/libpandafile/
Dfile_reader.cpp494 TypeItem *FileReader::CreateParamTypeItem(ProtoDataAccessor *protoAcc, size_t paramNum, size_t refe… in CreateParamTypeItem()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dreg_alloc_lsra.cpp1008 uint32 paramNum = isInt ? regInfo->GetIntRegs().size() : regInfo->GetFpRegs().size(); in UpdateParamAllocateInfo() local