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:GetVTableIndex
(Results
1 - 10
of
10
) sorted by relevance
/arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/
H
A
D
ets_codegen_extensions.cpp
26
auto vtableIndex = GetRuntime()->
GetVTableIndex
(method);
in PrepareForCallLaunchVirtual()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
H
A
D
ets_method.h
152
return GetPandaMethod()->
GetVTableIndex
();
in GetVTableID()
/arkcompiler/runtime_core/static_core/runtime/include/
H
A
D
class-inl.h
545
resolved = entry.GetMethods()[method->
GetVTableIndex
()];
550
ASSERT_PRINT(method->
GetVTableIndex
() < vtable.size(),
552
resolved = vtable[method->
GetVTableIndex
()];
H
A
D
method.h
648
uint16_t
GetVTableIndex
() const
in GetVTableIndex()
function in ark::Method::VerificationStage
/arkcompiler/runtime_core/static_core/runtime/
H
A
D
compiler.h
230
uint32_t
GetVTableIndex
(MethodPtr method) const override
232
return MethodCast(method)->
GetVTableIndex
();
/arkcompiler/runtime_core/static_core/libllvmbackend/
H
A
D
llvm_ark_interface.cpp
722
auto vtableIndex = runtime_->
GetVTableIndex
(callee);
in GetVTableOffset()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
H
A
D
runtime_interface.h
292
virtual uint32_t
GetVTableIndex
([[maybe_unused]] MethodPtr method) const
in GetVTableIndex()
function in ark::compiler::RuntimeInterface
/arkcompiler/runtime_core/static_core/runtime/tests/
H
A
D
class_linker_test.cpp
732
ASSERT_EQ(vtable[vmethod.
GetVTableIndex
()], &vmethod);
in TEST_F()
/arkcompiler/runtime_core/static_core/runtime/entrypoints/
H
A
D
entrypoints.cpp
803
*slot = method->
GetVTableIndex
() + 1;
in ResolveUnknownVirtualCallEntrypoint()
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
H
A
D
codegen.cpp
1677
auto vtableIndex = runtime->
GetVTableIndex
(method);
in EmitCallVirtual()
Completed in 20 milliseconds