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:young
(Results
1 - 4
of
4
) sorted by relevance
/third_party/node/deps/v8/src/heap/
H
A
D
array-buffer-sweeper.h
62
const ArrayBufferList&
young
() const { return young_; }
in young()
function in v8::internal::final
65
// Bytes accounted in the
young
generation. Rebuilt during sweeping.
66
size_t YoungBytes() const { return
young
().ApproximateBytes(); }
in YoungBytes()
H
A
D
array-buffer-sweeper.cc
79
SweepingJob(ArrayBufferList
young
, ArrayBufferList old, SweepingType type)
in SweepingJob()
81
young_(std::move(
young
)),
in SweepingJob()
H
A
D
new-spaces.cc
790
size_t bytes = heap()->array_buffer_sweeper()->
young
().BytesSlow();
in Verify()
/third_party/python/Modules/
H
A
D
gcmodule.c
497
// move_unreachable's scan of the '
young
' list - they've already been
in visit_reachable()
509
* Move it back to move_unreachable's '
young
' list,
in visit_reachable()
528
/* This is in move_unreachable's '
young
' list, but
in visit_reachable()
536
* If gc_refs > 0, it must be in move_unreachable's '
young
'
in visit_reachable()
545
/* Move the unreachable objects from
young
to unreachable. After this,
546
* all objects in
young
don't have PREV_MASK_COLLECTING flag and
548
* All objects in
young
after this are directly or indirectly reachable
549
* from outside the original
young
; and all objects in unreachable are
552
* This function restores _gc_prev pointer.
young
and unreachable are
558
move_unreachable(PyGC_Head *
young
, PyGC_Hea
argument
1185
PyGC_Head *
young
; /* the generation we are examining */
gc_collect_main()
local
[all...]
Completed in 4 milliseconds