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:SemiGCMarker
(Results
1 - 4
of
4
) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/mem/
H
A
D
parallel_marker.h
152
class
SemiGCMarker
: public MovableMarker {
class
154
explicit
SemiGCMarker
(Heap *heap) : MovableMarker(heap) {}
in SemiGCMarker()
function in panda::ecmascript::SemiGCMarker
155
~
SemiGCMarker
() override = default;
H
A
D
parallel_marker-inl.h
369
inline void
SemiGCMarker
::MarkValue(uint32_t threadId, TaggedObject *root, ObjectSlot slot)
in MarkValue()
386
inline SlotStatus
SemiGCMarker
::MarkObject(uint32_t threadId, TaggedObject *object, ObjectSlot slot)
in MarkObject()
403
inline SlotStatus
SemiGCMarker
::EvacuateObject(uint32_t threadId, TaggedObject *object, const MarkWord &markWord,
in EvacuateObject()
424
inline bool
SemiGCMarker
::ShouldBePromoted(TaggedObject *object)
in ShouldBePromoted()
430
inline void
SemiGCMarker
::RecordWeakReference(uint32_t threadId, JSTaggedType *ref,
in RecordWeakReference()
H
A
D
parallel_marker.cpp
202
void
SemiGCMarker
::Initialize()
in Initialize()
207
void
SemiGCMarker
::ProcessMarkStack(uint32_t threadId)
in ProcessMarkStack()
H
A
D
heap.cpp
782
semiGCMarker_ = new
SemiGCMarker
(this);
in Initialize()
Completed in 8 milliseconds