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:GetInterface
(Results
1 - 7
of
7
) sorted by relevance
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
H
A
D
ets_itable_builder.cpp
66
interfaces.erase(superItable[i].
GetInterface
());
in LinearizeITable()
77
auto iterator = interfaces.find(item.
GetInterface
());
in LinearizeITable()
80
interfaces.erase(item.
GetInterface
());
in LinearizeITable()
105
interfaces.insert(item.
GetInterface
());
in Build()
112
interfaces.insert(item.
GetInterface
());
in Build()
123
auto methods = entry.
GetInterface
()->GetVirtualMethods();
in Build()
146
auto methods = entry.
GetInterface
()->GetVirtualMethods();
in Resolve()
176
auto interface = entry.
GetInterface
();
in DumpITable()
/arkcompiler/runtime_core/static_core/runtime/include/
H
A
D
vtable_builder_standard-inl.h
105
auto currentIface = itable[j].
GetInterface
();
in IsMaxSpecificInterfaceMethod()
129
Class *iface = itable[itableIdx].
GetInterface
();
in ProcessDefaultMethod()
H
A
D
itable.h
35
Class *
GetInterface
() const
in GetInterface()
function in ark::ITable::Entry
H
A
D
vtable_builder_variance-inl.h
126
[[maybe_unused]] Class *iface = itable[itableIdx].
GetInterface
();
in ProcessDefaultMethod()
H
A
D
vtable_builder_base-inl.h
143
auto iface = itable[i].
GetInterface
();
in AddDefaultInterfaceMethods()
H
A
D
class-inl.h
161
if (elem.
GetInterface
() == klass) {
in Implements()
349
auto *iface = entry.
GetInterface
();
in FindInterfaceMethod()
541
if (entry.
GetInterface
() != iface) {
/arkcompiler/runtime_core/static_core/runtime/
H
A
D
imtable_builder.cpp
81
auto itfMethods = entry.
GetInterface
()->GetVirtualMethods();
in UpdateClass()
Completed in 4 milliseconds