Home
last modified time | relevance | path

Searched defs:signature (Results 1 – 25 of 95) sorted by relevance

1234

/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
Dbaseline_call_signature.cpp44 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/
Dets_method_signature.h29 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/
DETSGen.h527 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 …]
DETSemitter.cpp166 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/
Dfunction_helpers.h85 …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()
DtypeCreation.cpp149 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/
DetsFunctionType.h27 explicit ETSFunctionType(util::StringView name, Signature *signature, ArenaAllocator *allocator) in ETSFunctionType()
53 void AddCallSignature(Signature *signature) in AddCallSignature()
DetsDynamicFunctionType.h26 …explicit ETSDynamicFunctionType(util::StringView name, Signature *signature, ArenaAllocator *alloc… in ETSDynamicFunctionType()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcall_signature.cpp448 …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/
DscriptFunctionBuilder.h35 ScriptFunctionBuilder &SetSignature(FunctionSignature *signature) in SetSignature()
/arkcompiler/runtime_core/static_core/plugins/ets/tests/native/native_methods/
Dregister_native_methods_test.cpp37 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/
Dhelpers.cpp183checker::Signature *signature, const ir::AstNode *memberObjTypeDeclNode) in ValidateMethodAccessForClass()
208checker::Signature *signature, const ir::AstNode *memberObjTypeDeclNode) in ValidateMethodAccessForTSInterface()
307 auto *signature = ast->Signature(); in ValidateMethodAccess() local
/arkcompiler/ets_frontend/merge_abc/protos/
DassemblyDebug.proto29 bytes signature = 2; field
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/
Dets_mangle.cpp74 …:string MangleMethodNameWithSignature(const std::string &mangledName, const std::string &signature) in MangleMethodNameWithSignature()
/arkcompiler/ets_runtime/ecmascript/extractortool/src/
Dzip_file.h50 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/
DetsNewMultiDimArrayInstanceExpression.h81 void SetSignature(checker::Signature *signature) noexcept in SetSignature()
DetsNewArrayInstanceExpression.h85 void SetSignature(checker::Signature *signature) noexcept in SetSignature()
DetsNewClassInstanceExpression.h83 void SetSignature(checker::Signature *const signature) noexcept in SetSignature()
/arkcompiler/ets_frontend/es2panda/ir/expressions/
DfunctionExpression.cpp56 auto *signature = in Check() local
DarrowFunctionExpression.cpp56 auto *signature = in Check() local
/arkcompiler/ets_frontend/ets2panda/ir/ts/
DtsFunctionType.h30 explicit TSFunctionType(FunctionSignature &&signature) in TSFunctionType()
DtsConstructorType.h32 explicit TSConstructorType(FunctionSignature signature, bool abstract) in TSConstructorType()
/arkcompiler/ets_runtime/compiler_service/include/
Daot_compiler_impl.h79 std::string signature; member
/arkcompiler/ets_frontend/ets2panda/ir/statements/
DforOfStatement.cpp172 …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/
Dentrypoints.rb83 def signature method in Entrypoint

1234