Home
last modified time | relevance | path

Searched refs:GetSignature (Results 1 - 9 of 9) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
H A DstringConstructorLowering.cpp55 if (newClassInstExpr->GetSignature() == nullptr || newClassInstExpr->GetSignature()->InternalName() == nullptr) { in ReplaceStringConstructor()
60 if (newClassInstExpr->GetSignature()->InternalName() == Signatures::BUILTIN_STRING_FROM_STRING_CTOR) { in ReplaceStringConstructor()
67 if (newClassInstExpr->GetSignature()->InternalName() == Signatures::BUILTIN_STRING_FROM_NULLISH_CTOR) { in ReplaceStringConstructor()
H A DlambdaLowering.cpp233 node->AsETSNewClassInstanceExpression()->GetSignature()->Substitute(checker->Relation(), substitution)); in ProcessCalleeMethodBody()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
H A Dets_runtime_interface.cpp143 MethodCast(method)->GetProto().GetSignature() == "([Lstd/core/String;)Lstd/core/String;"; in IsMethodStringConcat()
149 MethodCast(method)->GetProto().GetSignature() == "(Lstd/core/String;)V"; in IsMethodStringBuilderConstructorWithStringArg()
155 MethodCast(method)->GetProto().GetSignature() == "([C)V"; in IsMethodStringBuilderConstructorWithCharArrayArg()
161 MethodCast(method)->GetProto().GetSignature() == "()V"; in IsMethodStringBuilderDefaultConstructor()
167 MethodCast(method)->GetProto().GetSignature() == "()Lstd/core/String;"; in IsMethodStringBuilderToString()
/arkcompiler/ets_frontend/ets2panda/ir/ets/
H A DetsNewClassInstanceExpression.h78 [[nodiscard]] checker::Signature *GetSignature() const noexcept
/arkcompiler/runtime_core/static_core/runtime/
H A Dmethod.cpp141 PandaString Method::Proto::GetSignature(bool includeReturnType) in GetSignature() function in ark::Method::Proto
H A Dclass_linker.cpp1431 ss << "Cannot find method '" << methodDataAccessor.GetName().data << " " << proto.GetSignature(true) in GetMethod()
1455 ss << "Cannot find method '" << methodDataAccessor.GetName().data << " " << proto.GetSignature(true) in GetMethod()
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A DETSCompiler.cpp225 if (expr->GetSignature()->RestVar() != nullptr) { in ConvertRestArguments()
227 std::size_t const parameterCount = expr->GetSignature()->MinArgCount(); in ConvertRestArguments()
242 auto restType = expr->GetSignature()->RestVar()->TsType()->AsETSArrayType(); in ConvertRestArguments()
/arkcompiler/runtime_core/static_core/runtime/include/
H A Dmethod.h107 PandaString GetSignature(bool includeReturnType = true);
/arkcompiler/runtime_core/static_core/runtime/tests/
H A Dclass_linker_test.cpp664 if (signature != method->GetProto().GetSignature()) { in GetMethod()

Completed in 17 milliseconds