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:UpdateVmRefs
(Results
1 - 12
of
12
) sorted by relevance
/arkcompiler/runtime_core/static_core/runtime/mem/gc/lang/
H
A
D
gc_lang.h
79
void
UpdateVmRefs
() override
81
rootManager_.
UpdateVmRefs
();
H
A
D
gc_lang.cpp
107
UpdateVmRefs
();
in CommonUpdateRefsToMovedObjects()
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
H
A
D
gc_root.cpp
228
void RootManager<LanguageConfig>::
UpdateVmRefs
()
in UpdateVmRefs()
function in ark::mem::RootManager
230
vm_->
UpdateVmRefs
();
in UpdateVmRefs()
H
A
D
gc_root.h
116
void
UpdateVmRefs
();
H
A
D
gc.h
578
virtual void
UpdateVmRefs
() = 0;
/arkcompiler/runtime_core/static_core/runtime/core/
H
A
D
core_vm.h
59
void
UpdateVmRefs
() override;
H
A
D
core_vm.cpp
317
void PandaCoreVM::
UpdateVmRefs
()
in UpdateVmRefs()
function in ark::core::PandaCoreVM
319
PandaVM::
UpdateVmRefs
();
in UpdateVmRefs()
/arkcompiler/runtime_core/static_core/runtime/
H
A
D
panda_vm.cpp
45
void PandaVM::
UpdateVmRefs
()
in UpdateVmRefs()
function in ark::PandaVM
/arkcompiler/runtime_core/static_core/runtime/include/
H
A
D
panda_vm.h
76
virtual void
UpdateVmRefs
();
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
H
A
D
ets_vm.h
102
void
UpdateVmRefs
() override;
H
A
D
ets_vm.cpp
678
void PandaEtsVM::
UpdateVmRefs
()
in UpdateVmRefs()
function in ark::ets::PandaEtsVM
/arkcompiler/runtime_core/static_core/runtime/tests/interpreter/
H
A
D
test_runtime_interface.h
101
void
UpdateVmRefs
() override {}
Completed in 8 milliseconds