Home
last modified time | relevance | path

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

123456

/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/taihe/compiler/taihe/semantics/
Dtypes.py59 def signature(self) -> str: member in Type
105 def signature(self): member in ScalarType
117 def signature(self): member in OpaqueType
129 def signature(self): member in StringType
172 def signature(self): member in CallbackType
192 def signature(self): member in ArrayType
206 def signature(self): member in OptionalType
220 def signature(self): member in VectorType
235 def signature(self): member in MapType
249 def signature(self): member in SetType
[all …]
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_method_signature.h31 …const PandaString signature = isANIFormat ? ani::Mangle::ConvertSignature(sign) : PandaString(sign… variable
67 size_t ProcessParameter(const PandaString &signature, size_t i) in ProcessParameter()
92 size_t ProcessObjectParameter(const PandaString &signature, size_t i) in ProcessObjectParameter()
Dets_namespace.h43 EtsMethod *GetFunction(const char *name, const char *signature) in GetFunction()
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DETSGen.h293 void InitObject(const ir::AstNode *node, checker::Signature const *signature, in InitObject()
299 bool IsDevirtualizedSignature(const checker::Signature *signature) in IsDevirtualizedSignature()
324 void CallExact(const ir::AstNode *node, checker::Signature *signature, in CallExact()
330 …void CallExact(const ir::AstNode *const node, const checker::Signature *signature, const VReg arg0, in CallExact()
358 … [[maybe_unused]] const checker::Signature *signature, [[maybe_unused]] const VReg arg0, in CallByName()
368 …void CallVirtual(const ir::AstNode *const node, const checker::Signature *signature, const VReg at… in CallVirtual()
380 …void CallVirtual(const ir::AstNode *const node, const checker::Signature *signature, const VReg at… in CallVirtual()
389 …void CallVirtual(const ir::AstNode *const node, const checker::Signature *signature, const VReg at… in CallVirtual()
415 void CallDynamic(CallDynamicData data, checker::Signature *signature, in CallDynamic()
421 void CallDynamic(CallDynamicData data, VReg param3, checker::Signature *signature, in CallDynamic()
[all …]
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dfunction_helpers.h69 static void InferUntilFail(Signature const *const signature, const ArenaVector<ir::Expression *> &a… in InferUntilFail()
121 …onst Substitution *BuildImplicitSubstitutionForArguments(ETSChecker *checker, Signature *signature, in BuildImplicitSubstitutionForArguments()
157 …onst Substitution *BuildExplicitSubstitutionForArguments(ETSChecker *checker, Signature *signature, in BuildExplicitSubstitutionForArguments()
200 static Signature *MaybeSubstituteTypeParameters(ETSChecker *checker, Signature *signature, in MaybeSubstituteTypeParameters()
218 Signature *const signature) in CheckInterfaceOverride()
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DrestArgsLowering.cpp83 static bool ShouldProcessRestParameters(checker::Signature *signature, const ArenaVector<ir::Expres… in ShouldProcessRestParameters()
90 checker::Signature *signature) in CreateRestArgsArray()
124checker::Signature *signature, ir::Expression *restArgsArray) in RebuildCallExpression()
155 …::Context *context, ir::ETSNewClassInstanceExpression *originalCall, checker::Signature *signature, in RebuildNewClassInstanceExpression()
183 checker::Signature *signature = expr->GetSignature(); in TransformCallConstructWithRestArgs() local
202 checker::Signature *signature = callExpr->Signature(); in TransformCallExpressionWithRestArgs() local
/arkcompiler/ets_frontend/ets2panda/lsp/src/
Dsignature_help_items.cpp25 checker::Signature *signature, in CreateSignatureHelpItems()
74 for (auto *signature : signatures) { in GetSignatureHelpItem() local
82 SignatureHelpItem CreateSignatureHelpItem(checker::Signature &signature) in CreateSignatureHelpItem()
/arkcompiler/runtime_core/taihe/runtime/include/taihe/platform/
Dani.hpp177 char const *signature = signature_t.c_str(); in ani_find_module_function() local
199 char const *signature = signature_t.c_str(); in ani_find_namespace_function() local
221 char const *signature = signature_t.c_str(); in ani_find_class_method() local
243 char const *signature = signature_t.c_str(); in ani_find_class_static_method() local
344 #define TH_ANI_FIND_MODULE_FUNCTION(env, descriptor, name, signature) \ argument
346 #define TH_ANI_FIND_NAMESPACE_FUNCTION(env, descriptor, name, signature) \ argument
348 #define TH_ANI_FIND_CLASS_METHOD(env, descriptor, name, signature) \ argument
350 #define TH_ANI_FIND_CLASS_STATIC_METHOD(env, descriptor, name, signature) \ argument
399 #define TH_ANI_FIND_MODULE_FUNCTION(env, descriptor, name, signature) … argument
417 #define TH_ANI_FIND_NAMESPACE_FUNCTION(env, descriptor, name, signature) … argument
[all …]
/arkcompiler/ets_frontend/ets2panda/linter/homecheck/src/utils/checker/imageFormat/
Dwebp.ts62 const signature = toHexString(input, 3, 6); constant
/arkcompiler/ets_frontend/ets2panda/test/unit/plugin/
Dplugin_proceed_to_state_create_function_type_ir.cpp36 auto signature = impl->CreateFunctionSignature(context, nullptr, nullptr, 0, in CreateFunctionTypeIr() local
54 auto signature = impl->CreateFunctionSignature(context, nullptr, nullptr, 0, in UpdateFunctionTypeIr() local
/arkcompiler/ets_frontend/ets2panda/util/ast-builders/
DtsFunctionTypeBuilder.h29 TSFunctionTypeBuilder &SetFunctionSignature(FunctionSignature *signature) in SetFunctionSignature()
DscriptFunctionBuilder.h29 ScriptFunctionBuilder &SetSignature(FunctionSignature *signature) in SetSignature()
DetsFunctionTypeBuilder.h29 ETSFunctionTypeBuilder &SetParent(FunctionSignature *signature) in SetParent()
DtsSignatureDeclarationBuilder.h29 TSSignatureDeclarationBuilder &SetFunctionSignature(ir::FunctionSignature *signature) in SetFunctionSignature()
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ani/tests/object_ops/
Dani_gtest_object_ops.h37 …void GetMethodAndObject(const char *className, const char *methodName, const char *signature, ani_… in GetMethodAndObject()
/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/utils/
DAstTreeUtils.ts46 const signature = arkFile.getFileSignature().toString(); constant
/arkcompiler/ets_frontend/ets2panda/checker/types/ets/
DetsDynamicFunctionType.h33 explicit ETSDynamicFunctionType(ETSChecker *checker, Signature *signature, Language lang) in ETSDynamicFunctionType()
DetsFunctionType.cpp42 ETSFunctionType::ETSFunctionType(ETSChecker *checker, Signature *signature) in ETSFunctionType()
72 …tType *FunctionTypeToFunctionalInterfaceType(ETSChecker *checker, Signature *signature, size_t ari… in FunctionTypeToFunctionalInterfaceType()
149 void ETSFunctionType::AddCallSignature(Signature *signature) in AddCallSignature()
301 for (auto *const signature : callSignatures_) { in Instantiate() local
316 for (auto *const signature : callSignatures_) { in Substitute() local
/arkcompiler/ets_runtime/compiler_service/include/
Daot_args_handler.h28 std::string signature; member
/arkcompiler/runtime_core/static_core/plugins/ets/tests/libani_helpers/tests/ani_signature_builder/
Dani_signature_builder_runtime_test.cpp46 std::string signature; in TEST_F() local
96 std::string signature; in TEST_F() local
/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/test/unit/public/
Dast_verifier_check_abstract_call_test.cpp65 auto *const signature = call->Signature(); in TEST_F() local
/arkcompiler/ets_frontend/merge_abc/protos/
DassemblyDebug.proto29 bytes signature = 2; field
/arkcompiler/ets_frontend/ets2panda/ast_verifier/
Dhelpers.cpp176checker::Signature *signature, const ir::AstNode *memberObjTypeDeclNode) in ValidateMethodAccessForClass()
201checker::Signature *signature, const ir::AstNode *memberObjTypeDeclNode) in ValidateMethodAccessForTSInterface()
339 auto *signature = ast->Signature(); in ValidateMethodAccess() local

123456