Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/
Dx64_call_conv.h240 uint64 paramNum = 0; /* number of all types of parameters processed so far */ variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_pragma.h297 int32 paramNum = -1; // paramNum th param in function, -1 not for param annotation variable
/arkcompiler/ets_frontend/es2panda/ir/expressions/
DobjectExpression.cpp329 size_t paramNum = func->Function()->FormalParamsLength(); in CompileStaticProperties() local
/arkcompiler/runtime_core/static_core/libpandafile/
Dfile_reader.cpp492 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.cpp1188 uint32 paramNum = isInt ? regInfo->GetIntRegs().size() : regInfo->GetFpRegs().size(); in UpdateParamAllocateInfo() local