OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PreZygoteFork
(Results
1 - 2
of
2
) sorted by null
/art/runtime/
runtime.cc
315
void Runtime::
PreZygoteFork
() {
316
heap_->
PreZygoteFork
();
[
all
...]
/art/runtime/gc/
heap.cc
92
// Whether or not we compact the zygote in
PreZygoteFork
.
278
//
PreZygoteFork
the first time. In this case, call the map "zygote space" since we can't
[
all
...]
Completed in 211 milliseconds