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:PreZygoteFork
(Results
1 - 18
of
18
) sorted by relevance
/arkcompiler/runtime_core/static_core/runtime/mem/
H
A
D
memory_manager.cpp
119
void MemoryManager::
PreZygoteFork
()
in PreZygoteFork()
function in ark::mem::MemoryManager
121
gc_->
PreZygoteFork
();
in PreZygoteFork()
122
heapManager_->
PreZygoteFork
();
in PreZygoteFork()
H
A
D
memory_manager.h
85
void
PreZygoteFork
();
H
A
D
heap_manager.h
106
void
PreZygoteFork
();
H
A
D
heap_manager.cpp
334
void HeapManager::
PreZygoteFork
()
in PreZygoteFork()
function in ark::mem::HeapManager
/arkcompiler/runtime_core/static_core/runtime/tests/
H
A
D
pygote_space_allocator_test_base.h
57
runtime->
PreZygoteFork
();
in PygoteFork()
/arkcompiler/runtime_core/static_core/runtime/core/
H
A
D
core_vm.cpp
167
void PandaCoreVM::
PreZygoteFork
()
in PreZygoteFork()
function in ark::core::PandaCoreVM
169
mm_->
PreZygoteFork
();
in PreZygoteFork()
170
compiler_->
PreZygoteFork
();
in PreZygoteFork()
H
A
D
core_vm.h
48
void
PreZygoteFork
() override;
/arkcompiler/runtime_core/static_core/runtime/include/
H
A
D
compiler_interface.h
220
virtual void
PreZygoteFork
() = 0;
H
A
D
panda_vm.h
70
virtual void
PreZygoteFork
() = 0;
H
A
D
runtime.h
190
void
PreZygoteFork
();
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
H
A
D
ets_vm.cpp
304
void PandaEtsVM::
PreZygoteFork
()
in PreZygoteFork()
function in ark::ets::PandaEtsVM
309
mm_->
PreZygoteFork
();
in PreZygoteFork()
310
compiler_->
PreZygoteFork
();
in PreZygoteFork()
H
A
D
ets_vm.h
95
void
PreZygoteFork
() override;
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
H
A
D
gc.h
345
virtual void
PreZygoteFork
();
H
A
D
gc.cpp
573
void GC::
PreZygoteFork
()
in PreZygoteFork()
function in ark::mem::GC
/arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/
H
A
D
g1-gc.h
118
void
PreZygoteFork
() override;
H
A
D
g1-gc.cpp
2146
void G1GC<LanguageConfig>::
PreZygoteFork
()
in PreZygoteFork()
function in ark::mem::G1GC
2148
GC::
PreZygoteFork
();
in PreZygoteFork()
/arkcompiler/runtime_core/static_core/runtime/
H
A
D
runtime.cpp
1496
void Runtime::
PreZygoteFork
()
in PreZygoteFork()
function in ark::Runtime
1498
pandaVm_->
PreZygoteFork
();
in PreZygoteFork()
H
A
D
compiler.h
676
void
PreZygoteFork
() override
Completed in 18 milliseconds