| /arkcompiler/ets_runtime/ecmascript/compiler/baseline/ |
| D | baseline_call_signature.cpp | 44 CallSignature signature("BaselineTryLdGLobalByNameImm8ID16", 0, 4, in DEF_CALL_SIGNATURE() local 60 CallSignature signature("BaselineStToGlobalRecordImm16ID16", 0, 4, in DEF_CALL_SIGNATURE() local 76 CallSignature signature("BaselineLdaStrID16", 0, 3, in DEF_CALL_SIGNATURE() local 91 CallSignature signature("BaselineCallArg1Imm8V8", 0, 4, in DEF_CALL_SIGNATURE() local 107 CallSignature signature("BaselineLdsymbol", 0, 1, in DEF_CALL_SIGNATURE() local 120 CallSignature signature("BaselineLdglobal", 0, 1, in DEF_CALL_SIGNATURE() local 133 CallSignature signature("BaselinePoplexenv", 0, 2, in DEF_CALL_SIGNATURE() local 147 CallSignature signature("BaselineGetunmappedargs", 0, 3, in DEF_CALL_SIGNATURE() local 162 CallSignature signature("BaselineAsyncfunctionenter", 0, 2, in DEF_CALL_SIGNATURE() local 176 CallSignature signature("BaselineCreateasyncgeneratorobjV8", 0, 4, in DEF_CALL_SIGNATURE() local [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/ |
| D | ets_method_signature.h | 29 explicit EtsMethodSignature(const PandaString &signature) in EtsMethodSignature() 54 size_t ProcessParameter(const PandaString &signature, size_t i) in ProcessParameter() 90 size_t ProcessObjectParameter(const PandaString &signature, size_t i) in ProcessObjectParameter()
|
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| D | ETSGen.h | 527 void InitObject(const ir::AstNode *node, checker::Signature const *signature, in InitObject() 533 bool IsDevirtualizedSignature(const checker::Signature *signature) in IsDevirtualizedSignature() 540 void CallExact(const ir::AstNode *node, checker::Signature *signature, in CallExact() 546 …void CallExact(const ir::AstNode *const node, const checker::Signature *signature, const VReg arg0, in CallExact() 573 …void CallVirtual(const ir::AstNode *const node, const checker::Signature *signature, const VReg at… in CallVirtual() 585 …void CallVirtual(const ir::AstNode *const node, const checker::Signature *signature, const VReg at… in CallVirtual() 594 …void CallVirtual(const ir::AstNode *const node, const checker::Signature *signature, const VReg at… in CallVirtual() 620 void CallDynamic(CallDynamicData data, checker::Signature *signature, in CallDynamic() 626 void CallDynamic(CallDynamicData data, VReg param3, checker::Signature *signature, in CallDynamic() 635 void LaunchExact(const ir::AstNode *node, checker::Signature *signature, in LaunchExact() [all …]
|
| D | ETSemitter.cpp | 166 static pandasm::Function GenExternalFunction(T signature, bool isCtor) in GenExternalFunction() 187 static pandasm::Function GenExternalFunction(checker::Signature *signature, bool isCtor) in GenExternalFunction() 219 for (auto *signature : globalRecordTable->Signatures()) { in GenAnnotation() local 254 for (auto *signature : recordTable->Signatures()) { in GenExternalRecord() local 374 …d ETSEmitter::GenGlobalArrayRecord(checker::ETSArrayType *arrayType, checker::Signature *signature) in GenGlobalArrayRecord() 580 pandasm::AnnotationData signature(Signatures::ETS_ANNOTATION_SIGNATURE); in GenAnnotationSignature() local
|
| /arkcompiler/ets_frontend/ets2panda/checker/ets/ |
| D | function_helpers.h | 85 …onst Substitution *BuildImplicitSubstitutionForArguments(ETSChecker *checker, Signature *signature, in BuildImplicitSubstitutionForArguments() 142 …onst Substitution *BuildExplicitSubstitutionForArguments(ETSChecker *checker, Signature *signature, in BuildExplicitSubstitutionForArguments() 185 static Signature *MaybeSubstituteTypeParameters(ETSChecker *checker, Signature *signature, in MaybeSubstituteTypeParameters() 249 Signature *const signature) in CheckInterfaceOverride()
|
| D | typeCreation.cpp | 149 auto *const signature = checker->CreateSignature(signatureInfo, returnType, name); in MakeProxyFunctionType() local 167 auto *const signature = checker->CreateSignature(signatureInfo, returnType, function); in MakeGlobalSignature() local 327 ETSFunctionType *ETSChecker::CreateETSFunctionType(Signature *signature) in CreateETSFunctionType() 332 ETSFunctionType *ETSChecker::CreateETSFunctionType(Signature *signature, util::StringView name) in CreateETSFunctionType() 337 ETSFunctionType *ETSChecker::CreateETSFunctionType(ir::ScriptFunction *func, Signature *signature, in CreateETSFunctionType() 637 auto *signature = CreateSignature(info, GlobalVoidType(), internalName); in CreateBuiltinArraySignature() local 643 ETSObjectType *ETSChecker::FunctionTypeToFunctionalInterfaceType(Signature *signature) in FunctionTypeToFunctionalInterfaceType()
|
| /arkcompiler/ets_frontend/ets2panda/checker/types/ets/ |
| D | etsFunctionType.h | 27 explicit ETSFunctionType(util::StringView name, Signature *signature, ArenaAllocator *allocator) in ETSFunctionType() 53 void AddCallSignature(Signature *signature) in AddCallSignature()
|
| D | etsDynamicFunctionType.h | 26 …explicit ETSDynamicFunctionType(util::StringView name, Signature *signature, ArenaAllocator *alloc… in ETSDynamicFunctionType()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | call_signature.cpp | 448 …CallSignature signature("TryLdGlobalByName", 0, 4, ArgumentsOrder::DEFAULT_ORDER, VariableType::JS… in DEF_CALL_SIGNATURE() local 464 …CallSignature signature("TryStGlobalByName", 0, 5, ArgumentsOrder::DEFAULT_ORDER, VariableType::JS… in DEF_CALL_SIGNATURE() local 481 …CallSignature signature("LdGlobalVar", 0, 4, ArgumentsOrder::DEFAULT_ORDER, VariableType::JS_ANY()… in DEF_CALL_SIGNATURE() local 497 …CallSignature signature("StGlobalVar", 0, 5, ArgumentsOrder::DEFAULT_ORDER, VariableType::JS_ANY()… in DEF_CALL_SIGNATURE() local 513 CallSignature signature("StOwnByValue", 0, 4, ArgumentsOrder::DEFAULT_ORDER, in DEF_CALL_SIGNATURE() local 529 CallSignature signature("StOwnByIndex", 0, 4, ArgumentsOrder::DEFAULT_ORDER, in DEF_CALL_SIGNATURE() local 545 CallSignature signature("StOwnByName", 0, 4, ArgumentsOrder::DEFAULT_ORDER, in DEF_CALL_SIGNATURE() local 561 CallSignature signature("StOwnByValueWithNameSet", 0, 4, ArgumentsOrder::DEFAULT_ORDER, in DEF_CALL_SIGNATURE() local 577 CallSignature signature("StOwnByNameWithNameSet", 0, 4, ArgumentsOrder::DEFAULT_ORDER, in DEF_CALL_SIGNATURE() local 593 CallSignature signature("StObjByIndex", 0, 4, ArgumentsOrder::DEFAULT_ORDER, in DEF_CALL_SIGNATURE() local [all …]
|
| /arkcompiler/ets_frontend/ets2panda/util/ast-builders/ |
| D | scriptFunctionBuilder.h | 35 ScriptFunctionBuilder &SetSignature(FunctionSignature *signature) in SetSignature()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/native/native_methods/ |
| D | register_native_methods_test.cpp | 37 static std::string Concat(const char *prefix, const char *signature) in Concat() 99 auto signature = Concat(FAST_NATIVE_PREFIX, SIGNATURE_FUNC0); in TEST_F() local 153 auto signature = Concat(CRITICAL_NATIVE_PREFIX, SIGNATURE_FUNC1); in TEST_F() local
|
| /arkcompiler/ets_frontend/ets2panda/ast_verifier/ |
| D | helpers.cpp | 183 … checker::Signature *signature, const ir::AstNode *memberObjTypeDeclNode) in ValidateMethodAccessForClass() 208 … checker::Signature *signature, const ir::AstNode *memberObjTypeDeclNode) in ValidateMethodAccessForTSInterface() 307 auto *signature = ast->Signature(); in ValidateMethodAccess() local
|
| /arkcompiler/ets_frontend/merge_abc/protos/ |
| D | assemblyDebug.proto | 29 bytes signature = 2; field
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/ |
| D | ets_mangle.cpp | 74 …:string MangleMethodNameWithSignature(const std::string &mangledName, const std::string &signature) in MangleMethodNameWithSignature()
|
| /arkcompiler/ets_runtime/ecmascript/extractortool/src/ |
| D | zip_file.h | 50 uint32_t signature = 0; member 83 uint32_t signature = 0; member 117 uint32_t signature = 0; member 135 uint32_t signature = 0; member
|
| /arkcompiler/ets_frontend/ets2panda/ir/ets/ |
| D | etsNewMultiDimArrayInstanceExpression.h | 81 void SetSignature(checker::Signature *signature) noexcept in SetSignature()
|
| D | etsNewArrayInstanceExpression.h | 85 void SetSignature(checker::Signature *signature) noexcept in SetSignature()
|
| D | etsNewClassInstanceExpression.h | 83 void SetSignature(checker::Signature *const signature) noexcept in SetSignature()
|
| /arkcompiler/ets_frontend/es2panda/ir/expressions/ |
| D | functionExpression.cpp | 56 auto *signature = in Check() local
|
| D | arrowFunctionExpression.cpp | 56 auto *signature = in Check() local
|
| /arkcompiler/ets_frontend/ets2panda/ir/ts/ |
| D | tsFunctionType.h | 30 explicit TSFunctionType(FunctionSignature &&signature) in TSFunctionType()
|
| D | tsConstructorType.h | 32 explicit TSConstructorType(FunctionSignature signature, bool abstract) in TSConstructorType()
|
| /arkcompiler/ets_runtime/compiler_service/include/ |
| D | aot_compiler_impl.h | 79 std::string signature; member
|
| /arkcompiler/ets_frontend/ets2panda/ir/statements/ |
| D | forOfStatement.cpp | 172 …checker::Signature *signature = checker->ValidateSignatures(signatures, nullptr, arguments, positi… in CheckIteratorMethodForObject() local 209 checker::Signature *signature, in CheckReturnTypeOfIteratorMethod()
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/templates/ |
| D | entrypoints.rb | 83 def signature method in Entrypoint
|