Home
last modified time | relevance | path

Searched defs:paramIndex (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/runtime_core/panda_guard/obfuscate/
Dui_decorator.cpp205 uint32_t paramIndex; in HandleInstInFuncMain0() local
302 …:UiDecorator::BuildCreatedByMemberMethodDecorator(const InstructionInfo &info, uint32_t paramIndex) in BuildCreatedByMemberMethodDecorator()
369 uint32_t paramIndex = INDEX_1; in BuildCreatedByMemberFieldDecorator() local
Dgraph_analyzer.cpp521 void GraphAnalyzer::GetCallLdaStrParam(const InstructionInfo &inIns, uint32_t paramIndex, Instructi… in GetCallLdaStrParam()
532 void GraphAnalyzer::GetCallTryLdGlobalByNameParam(const InstructionInfo &inIns, uint32_t paramIndex, in GetCallTryLdGlobalByNameParam()
549 void GraphAnalyzer::GetCallLdObjByNameParam(const InstructionInfo &inIns, uint32_t paramIndex, Inst… in GetCallLdObjByNameParam()
620 …raphAnalyzer::GetCallCreateObjectWithBufferParam(const InstructionInfo &inIns, uint32_t paramIndex, in GetCallCreateObjectWithBufferParam()
/arkcompiler/ets_frontend/es2panda/ir/base/
DmethodDefinition.h38 size_t paramIndex; member
/arkcompiler/ets_frontend/ets2panda/test/utils/
Dasm_test.cpp219 bool isStatic, const uint32_t &paramIndex, in CheckFunctionParameterAnnotations()
243 bool isStatic, const uint32_t &paramIndex) in CheckFunctionParameterWithoutAnnotations()
/arkcompiler/ets_frontend/ets2panda/util/
Ddiagnostic.cpp89 size_t paramIndex = 0; in Format() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_module.h105 ImpExpr(uint32 stmtId, uint32 paramIndex) : stmtId(stmtId), paramIndex(paramIndex) {} in ImpExpr()
117 uint32 paramIndex; variable
/arkcompiler/ets_frontend/ets2panda/lsp/src/
Dinlay_hints.cpp110 int paramIndex = 0; in AddParamIfTypeRef() local
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/
DTypeScriptLinter.ts4999 …const paramIndex = argIndex < callSignature.parameters.length ? argIndex : callSignature.parameter… constant
5000 const tsParamSym = callSignature.parameters[paramIndex]; constant
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dfunction.cpp186 bool ETSChecker::ProcessUntypedParameter(ir::AstNode *declNode, size_t paramIndex, Signature *param… in ProcessUntypedParameter()
/arkcompiler/ets_frontend/es2panda/parser/transformer/
Dtransformer.cpp1417 auto paramIndex = paramsDecorators[i].paramIndex; in CreateParamDecorators() local