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:VisitGCRoots
(Results
1 - 10
of
10
) sorted by relevance
/arkcompiler/runtime_core/static_core/runtime/scheduler/
H
A
D
task.h
47
void
VisitGCRoots
(const ObjectVisitor &cb) override
49
ManagedThread::
VisitGCRoots
(cb);
/arkcompiler/runtime_core/static_core/runtime/
H
A
D
handle_storage.h
65
void
VisitGCRoots
([[maybe_unused]] const ObjectVisitor &cb) {}
in VisitGCRoots()
function in ark::HandleStorage
H
A
D
handle_storage-inl.h
105
inline void HandleStorage<coretypes::TaggedType>::
VisitGCRoots
([[maybe_unused]] const ObjectVisitor &cb)
in VisitGCRoots()
function in ark::HandleStorage
153
inline void HandleStorage<ObjectHeader *>::
VisitGCRoots
([[maybe_unused]] const ObjectVisitor &cb)
in VisitGCRoots()
function in ark::HandleStorage
H
A
D
global_handle_storage.h
100
inline void
VisitGCRoots
([[maybe_unused]] const ObjectVisitor &cb) {}
in VisitGCRoots()
function in ark::GlobalHandleStorage
H
A
D
thread.cpp
782
void MTManagedThread::
VisitGCRoots
(const ObjectVisitor &cb)
in VisitGCRoots()
function in ark::MTManagedThread
784
ManagedThread::
VisitGCRoots
(cb);
in VisitGCRoots()
825
void ManagedThread::
VisitGCRoots
(const ObjectVisitor &cb)
in VisitGCRoots()
function in ark::ManagedThread
835
taggedHandleStorage_->
VisitGCRoots
(cb);
in VisitGCRoots()
836
taggedGlobalHandleStorage_->
VisitGCRoots
(cb);
in VisitGCRoots()
839
objectHeaderHandleStorage_->
VisitGCRoots
(cb);
in VisitGCRoots()
H
A
D
class_linker_context.h
111
void
VisitGCRoots
(const ObjectVisitor &cb)
in VisitGCRoots()
function in ark::ClassLinkerContext
H
A
D
global_handle_storage-inl.h
130
inline void GlobalHandleStorage<coretypes::TaggedType>::
VisitGCRoots
([[maybe_unused]] const ObjectVisitor &cb)
in VisitGCRoots()
function in ark::GlobalHandleStorage
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
H
A
D
gc_root.cpp
154
thread->
VisitGCRoots
([&gcRootVisitor](ObjectHeader *obj) {
in VisitRootsForThread()
276
ctx->
VisitGCRoots
([&gcRootVisitor](ObjectHeader *obj) {
in VisitClassLinkerContextRoots()
/arkcompiler/runtime_core/static_core/runtime/include/
H
A
D
mtmanaged_thread.h
43
void
VisitGCRoots
(const ObjectVisitor &cb) override;
H
A
D
managed_thread.h
450
virtual void
VisitGCRoots
(const ObjectVisitor &cb);
Completed in 6 milliseconds