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:ifaceType
(Results
1 - 5
of
5
) sorted by relevance
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
H
A
D
std_core_Type.cpp
434
auto
ifaceType
= EtsClass::FromRuntimeClass(interfaces[i]);
in TypeAPIGetInterface()
local
435
return EtsString::CreateFromMUtf8(
ifaceType
->GetDescriptor());
in TypeAPIGetInterface()
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
H
A
D
lambdaLowering.cpp
1067
auto *
ifaceType
= oldCallee->TsType() != nullptr && oldCallee->TsType()->IsETSObjectType()
in InsertInvokeCall()
local
1070
if (
ifaceType
->IsETSDynamicType()) {
in InsertInvokeCall()
1073
auto *prop =
ifaceType
->GetProperty(checker::FUNCTIONAL_INTERFACE_INVOKE_METHOD_NAME,
in InsertInvokeCall()
1084
newCallee->SetObjectType(
ifaceType
);
in InsertInvokeCall()
/arkcompiler/runtime_core/static_core/assembler/
H
A
D
assembly-emitter.cpp
951
Type
ifaceType
(item, 0);
in HandleInterfaces()
953
record->AddInterface(items->GetOrCreateForeignClassItem(
ifaceType
.GetDescriptor(iface.conflict)));
in HandleInterfaces()
955
record->AddInterface(items->GetOrCreateClassItem(
ifaceType
.GetDescriptor(iface.conflict)));
in HandleInterfaces()
/arkcompiler/ets_frontend/ets2panda/checker/ets/
H
A
D
function.cpp
2115
void ETSChecker::CacheFunctionalInterface(ir::ETSFunctionType *type, ETSObjectType *
ifaceType
)
in CacheFunctionalInterface()
argument
2119
functionalInterfaceCache_.emplace(hash,
ifaceType
);
in CacheFunctionalInterface()
/arkcompiler/ets_frontend/ets2panda/checker/
H
A
D
ETSchecker.h
731
void CacheFunctionalInterface(ir::ETSFunctionType *type, ETSObjectType *
ifaceType
);
Completed in 15 milliseconds