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:MarkJitCodeMap
(Results
1 - 5
of
5
) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/mem/
H
A
D
parallel_marker.h
48
virtual void
MarkJitCodeMap
([[maybe_unused]] uint32_t threadId)
in MarkJitCodeMap()
function in panda::ecmascript::Marker
104
void
MarkJitCodeMap
(uint32_t threadId) override;
185
void
MarkJitCodeMap
(uint32_t threadId) override;
H
A
D
parallel_marker.cpp
86
void NonMovableMarker::
MarkJitCodeMap
(uint32_t threadId)
in MarkJitCodeMap()
function in panda::ecmascript::NonMovableMarker
91
ECMA_BYTRACE_NAME(HITRACE_TAG_ARK, "GC::
MarkJitCodeMap
");
in MarkJitCodeMap()
251
void CompressGCMarker::
MarkJitCodeMap
(uint32_t threadId)
in MarkJitCodeMap()
function in panda::ecmascript::CompressGCMarker
256
ECMA_BYTRACE_NAME(HITRACE_TAG_ARK, "GC::
MarkJitCodeMap
");
in MarkJitCodeMap()
H
A
D
full_gc.cpp
106
//
MarkJitCodeMap
must be call after other mark work finish to make sure which jserror object js alive.
in Mark()
107
heap_->GetCompressGCMarker()->
MarkJitCodeMap
(MAIN_THREAD_INDEX);
in Mark()
H
A
D
concurrent_marker.cpp
73
//
MarkJitCodeMap
must be call after other mark work finish to make sure which jserror object js alive.
in ReMark()
74
nonMovableMarker->
MarkJitCodeMap
(MAIN_THREAD_INDEX);
in ReMark()
H
A
D
partial_gc.cpp
144
//
MarkJitCodeMap
must be call after other mark work finish to make sure which jserror object js alive.
in Mark()
145
heap_->GetNonMovableMarker()->
MarkJitCodeMap
(MAIN_THREAD_INDEX);
in Mark()
Completed in 3 milliseconds