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:FromPayload
(Results
1 - 17
of
17
) sorted by relevance
/third_party/node/deps/v8/src/heap/cppgc/
H
A
D
pointer-policies.cc
39
auto* base_page = BasePage::
FromPayload
(ptr);
in CheckPointerImpl()
100
return BasePage::
FromPayload
(object)->heap().GetStrongPersistentRegion();
in GetPersistentRegion()
105
return BasePage::
FromPayload
(object)->heap().GetWeakPersistentRegion();
in GetPersistentRegion()
110
return BasePage::
FromPayload
(object)
in GetPersistentRegion()
117
return BasePage::
FromPayload
(object)
in GetPersistentRegion()
H
A
D
concurrent-marker.cc
111
BasePage::
FromPayload
(header)->SynchronizedLoad();
in ProcessWorklists()
125
BasePage::
FromPayload
(item.base_object_payload)
in ProcessWorklists()
144
BasePage::
FromPayload
(header)->SynchronizedLoad();
in ProcessWorklists()
157
BasePage::
FromPayload
(header)->SynchronizedLoad();
in ProcessWorklists()
H
A
D
write-barrier.cc
65
const BasePage* page = BasePage::
FromPayload
(value);
in DijkstraMarkingBarrierSlow()
110
const BasePage* page = BasePage::
FromPayload
(value);
in SteeleMarkingBarrierSlow()
172
const auto* page = BasePage::
FromPayload
(object);
in IsMarking()
H
A
D
heap-page.h
25
static inline BasePage*
FromPayload
(void*);
26
static inline const BasePage*
FromPayload
(const void*);
262
BasePage* BasePage::
FromPayload
(void* payload) {
in FromPayload()
function in cppgc::internal::BasePage
268
const BasePage* BasePage::
FromPayload
(const void* payload) {
in FromPayload()
function in cppgc::internal::BasePage
H
A
D
object-allocator.cc
66
NormalPage::From(BasePage::
FromPayload
(start))
in AddToFreeList()
84
auto* page = NormalPage::From(BasePage::
FromPayload
(new_buffer));
in ReplaceLinearAllocationBuffer()
213
auto& page = *NormalPage::From(BasePage::
FromPayload
(entry.address));
in RefillLinearAllocationBufferFromFreeList()
H
A
D
explicit-management.cc
44
BasePage* base_page = BasePage::
FromPayload
(object);
in FreeUnreferencedObject()
138
BasePage* base_page = BasePage::
FromPayload
(object);
in Resize()
H
A
D
object-size-trait.cc
27
BasePage::
FromPayload
(address)
in GetObjectSizeForGarbageCollectedMixin()
H
A
D
trace-trait.cc
17
const BasePage* page = BasePage::
FromPayload
(address);
in GetTraceDescriptor()
H
A
D
heap-object-header.cc
29
? LargePage::From(BasePage::
FromPayload
(this))->ObjectSize()
in Finalize()
H
A
D
object-allocator.h
172
NormalPage::From(BasePage::
FromPayload
(&filler))
in AllocateObjectOnSpace()
209
NormalPage::From(BasePage::
FromPayload
(header))
in AllocateObjectOnSpace()
H
A
D
object-view.h
37
BasePage::
FromPayload
(const_cast<HeapObjectHeader*>(&header_))),
in ObjectView()
H
A
D
marking-state.h
85
DCHECK_EQ(&heap_, &BasePage::
FromPayload
(&header)->heap());
in MarkNoPush()
347
? reinterpret_cast<const LargePage*>(BasePage::
FromPayload
(&header))
in AccountMarkedBytes()
410
BasePage::
FromPayload
(address)->ObjectHeaderFromInnerAddress(
in DynamicallyMarkAddress()
H
A
D
prefinalizer-handler.cc
21
auto* page = BasePage::
FromPayload
(object);
in PrefinalizerRegistration()
H
A
D
remembered-set.cc
43
BasePage::
FromPayload
(value)->ObjectHeaderFromInnerAddress(value);
in VisitRememberedSlots()
H
A
D
heap-statistics-collector.cc
175
BasePage::
FromPayload
(const_cast<HeapObjectHeader*>(&header)))
in VisitHeapObjectHeader()
/third_party/node/deps/v8/include/v8-include/cppgc/internal/
H
A
D
base-page-handle.h
20
static V8_INLINE BasePageHandle*
FromPayload
(void* payload) {
in FromPayload()
function in cppgc::internal::BasePageHandle
26
static V8_INLINE const BasePageHandle*
FromPayload
(const void* payload) {
in FromPayload()
function in cppgc::internal::BasePageHandle
27
return
FromPayload
(const_cast<void*>(payload));
in FromPayload()
H
A
D
write-barrier.h
204
BasePageHandle::
FromPayload
(const_cast<void*>(value));
in GetNoSlot()
251
BasePageHandle::
FromPayload
(const_cast<void*>(value));
in BarrierEnabledGet()
359
BasePageHandle::
FromPayload
(const_cast<void*>(object));
in Get()
Completed in 8 milliseconds