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:WhiteToGrey
(Results
1 - 12
of
12
) sorted by relevance
/third_party/node/deps/v8/src/heap/
H
A
D
incremental-marking-inl.h
26
bool success = atomic_marking_state()->
WhiteToGrey
(to);
in TransferColor()
37
if (marking_state()->
WhiteToGrey
(obj)) {
in WhiteToGreyAndPush()
H
A
D
mark-compact-inl.h
26
if (marking_state()->
WhiteToGrey
(obj)) {
in MarkObject()
35
if (marking_state()->
WhiteToGrey
(obj)) {
in MarkRootObject()
45
non_atomic_marking_state_.
WhiteToGrey
(obj)) {
in MarkRootObject()
51
if (marking_state()->
WhiteToGrey
(obj)) {
in MarkExternallyReferencedObject()
H
A
D
marking-visitor.h
84
V8_INLINE bool
WhiteToGrey
(HeapObject obj) {
in WhiteToGrey()
function in v8::internal::MarkingStateBase
85
return Marking::
WhiteToGrey
<access_mode>(MarkBitFrom(obj));
in WhiteToGrey()
89
return
WhiteToGrey
(obj) && GreyToBlack(obj);
in WhiteToBlack()
H
A
D
marking-barrier-inl.h
61
if (marking_state_.
WhiteToGrey
(obj)) {
in WhiteToGreyAndPush()
H
A
D
reference-summarizer.cc
55
bool
WhiteToGrey
(HeapObject obj) { return true; }
in WhiteToGrey()
function in v8::internal::__anon14668::final
H
A
D
marking-barrier.cc
102
marking_state_.
WhiteToGrey
(descriptor_array);
in Write()
H
A
D
marking-visitor-inl.h
30
if (concrete_visitor()->marking_state()->
WhiteToGrey
(object)) {
in MarkObject()
446
concrete_visitor()->marking_state()->
WhiteToGrey
(descriptors);
in MarkDescriptorArrayBlack()
H
A
D
marking.h
418
V8_INLINE static bool
WhiteToGrey
(MarkBit markbit) {
in WhiteToGrey()
function in v8::internal::Marking
H
A
D
concurrent-marking.cc
169
if (marking_state_.
WhiteToGrey
(value)) {
in ProcessEphemeron()
H
A
D
incremental-marking.cc
70
marking_state()->
WhiteToGrey
(obj);
in MarkBlackAndVisitObjectDueToLayoutChange()
H
A
D
mark-compact.cc
2154
non_atomic_marking_state()->
WhiteToGrey
(ephemeron.value)) {
in ProcessEphemeronsLinear()
2280
if (marking_state()->
WhiteToGrey
(value)) {
in ProcessEphemeron()
5088
if (marking_state_->
WhiteToGrey
(object)) {
in MarkObjectViaMarkingWorklist()
5552
if (marking_state_->
WhiteToGrey
(heap_object)) {
in MarkObject()
/third_party/node/deps/v8/src/heap/cppgc-js/
H
A
D
unified-heap-marking-state-inl.h
48
if (marking_state_->
WhiteToGrey
(heap_object)) {
in MarkAndPush()
Completed in 16 milliseconds