Definition at line 623 of file object_graph_copy.cc.
◆ FastForwardMap()
Definition at line 625 of file object_graph_copy.cc.
628 raw_from_to_(thread->zone(), 20),
629 raw_transferables_from_to_(thread->zone(), 0),
630 raw_objects_to_rehash_(thread->zone(), 0),
631 raw_expandos_to_rehash_(thread->zone(), 0) {
635 fill_cursor_ = 2;
636 }
void Resize(intptr_t new_length)
ForwardMapBase(Thread *thread)
SI auto map(std::index_sequence< I... >, Fn &&fn, const Args &... args) -> skvx::Vec< sizeof...(I), decltype(fn(args[0]...))>
◆ AddExpandoToRehash()
void dart::FastForwardMap::AddExpandoToRehash |
( |
ObjectPtr |
to | ) |
|
|
inline |
◆ AddExternalTypedData()
void dart::FastForwardMap::AddExternalTypedData |
( |
ExternalTypedDataPtr |
to | ) |
|
|
inline |
◆ AddObjectToRehash()
void dart::FastForwardMap::AddObjectToRehash |
( |
ObjectPtr |
to | ) |
|
|
inline |
◆ AddTransferable()
void dart::FastForwardMap::AddTransferable |
( |
TransferableTypedDataPtr |
from, |
|
|
TransferableTypedDataPtr |
to |
|
) |
| |
|
inline |
Definition at line 648 of file object_graph_copy.cc.
649 {
650 raw_transferables_from_to_.
Add(from);
651 raw_transferables_from_to_.
Add(to);
652 }
◆ AddWeakProperty()
void dart::FastForwardMap::AddWeakProperty |
( |
WeakPropertyPtr |
from | ) |
|
|
inline |
◆ AddWeakReference()
void dart::FastForwardMap::AddWeakReference |
( |
WeakReferencePtr |
from | ) |
|
|
inline |
◆ ForwardedObject()
Definition at line 638 of file object_graph_copy.cc.
638 {
640 }
DART_FORCE_INLINE ObjectPtr ForwardedObject(const S &object, T from_to)
◆ Insert()
Definition at line 642 of file object_graph_copy.cc.
642 {
643 map_->
Insert(from, to, FastFromTo(raw_from_to_),
644 false);
645 allocated_bytes +=
size;
646 }
DART_FORCE_INLINE void Insert(const S &from, const S &to, T from_to, bool check_for_safepoint)
it will be possible to load the file into Perfetto s trace viewer disable asset Prevents usage of any non test fonts unless they were explicitly Loaded via prefetched default font Indicates whether the embedding started a prefetch of the default font manager before creating the engine run In non interactive keep the shell running after the Dart script has completed enable serial On low power devices with low core running concurrent GC tasks on threads can cause them to contend with the UI thread which could potentially lead to jank This option turns off all concurrent GC activities domain network JSON encoded network policy per domain This overrides the DisallowInsecureConnections switch Embedder can specify whether to allow or disallow insecure connections at a domain level old gen heap size
◆ FastObjectCopy
◆ ObjectGraphCopier
The documentation for this class was generated from the following file: