Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:GetSignature
(Results
1 - 9
of
9
) sorted by relevance
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
H
A
D
stringConstructorLowering.cpp
55
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
D
lambdaLowering.cpp
233
node->AsETSNewClassInstanceExpression()->
GetSignature
()->Substitute(checker->Relation(), substitution));
in ProcessCalleeMethodBody()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
H
A
D
ets_runtime_interface.cpp
143
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
D
etsNewClassInstanceExpression.h
78
[[nodiscard]] checker::Signature *
GetSignature
() const noexcept
/arkcompiler/runtime_core/static_core/runtime/
H
A
D
method.cpp
141
PandaString Method::Proto::
GetSignature
(bool includeReturnType)
in GetSignature()
function in ark::Method::Proto
H
A
D
class_linker.cpp
1431
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
D
ETSCompiler.cpp
225
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
D
method.h
107
PandaString
GetSignature
(bool includeReturnType = true);
/arkcompiler/runtime_core/static_core/runtime/tests/
H
A
D
class_linker_test.cpp
664
if (signature != method->GetProto().
GetSignature
()) {
in GetMethod()
Completed in 14 milliseconds