Searched defs:paramIndex (Results 1 – 10 of 10) sorted by relevance
| /arkcompiler/runtime_core/panda_guard/obfuscate/ |
| D | ui_decorator.cpp | 205 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
|
| D | graph_analyzer.cpp | 521 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/ |
| D | methodDefinition.h | 38 size_t paramIndex; member
|
| /arkcompiler/ets_frontend/ets2panda/test/utils/ |
| D | asm_test.cpp | 219 bool isStatic, const uint32_t ¶mIndex, in CheckFunctionParameterAnnotations() 243 bool isStatic, const uint32_t ¶mIndex) in CheckFunctionParameterWithoutAnnotations()
|
| /arkcompiler/ets_frontend/ets2panda/util/ |
| D | diagnostic.cpp | 89 size_t paramIndex = 0; in Format() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/ |
| D | mir_module.h | 105 ImpExpr(uint32 stmtId, uint32 paramIndex) : stmtId(stmtId), paramIndex(paramIndex) {} in ImpExpr() 117 uint32 paramIndex; variable
|
| /arkcompiler/ets_frontend/ets2panda/lsp/src/ |
| D | inlay_hints.cpp | 110 int paramIndex = 0; in AddParamIfTypeRef() local
|
| /arkcompiler/ets_frontend/ets2panda/linter/src/lib/ |
| D | TypeScriptLinter.ts | 4999 …const paramIndex = argIndex < callSignature.parameters.length ? argIndex : callSignature.parameter… constant 5000 const tsParamSym = callSignature.parameters[paramIndex]; constant
|
| /arkcompiler/ets_frontend/ets2panda/checker/ets/ |
| D | function.cpp | 186 bool ETSChecker::ProcessUntypedParameter(ir::AstNode *declNode, size_t paramIndex, Signature *param… in ProcessUntypedParameter()
|
| /arkcompiler/ets_frontend/es2panda/parser/transformer/ |
| D | transformer.cpp | 1417 auto paramIndex = paramsDecorators[i].paramIndex; in CreateParamDecorators() local
|