Definition at line 682 of file object_graph_copy.cc.
◆ SlowForwardMap()
Definition at line 684 of file object_graph_copy.cc.
687 from_to_transition_(thread->zone(), 2),
690 transferables_from_to_(thread->zone(), 0) {
691 from_to_transition_.Resize(2);
694 from_to_.
Add(Object::null_object());
695 from_to_.
Add(Object::null_object());
696 fill_cursor_ = 2;
697 }
ForwardMapBase(Thread *thread)
void Add(const Object &value, Heap::Space space=Heap::kNew) const
static GrowableObjectArrayPtr New(Heap::Space space=Heap::kNew)
static PassiveObject & Handle()
SI auto map(std::index_sequence< I... >, Fn &&fn, const Args &... args) -> skvx::Vec< sizeof...(I), decltype(fn(args[0]...))>
◆ AddExpandoToRehash()
void dart::SlowForwardMap::AddExpandoToRehash |
( |
const Object & |
to | ) |
|
|
inline |
◆ AddExternalTypedData()
const ExternalTypedData & dart::SlowForwardMap::AddExternalTypedData |
( |
ExternalTypedDataPtr |
to | ) |
|
|
inline |
Definition at line 719 of file object_graph_copy.cc.
719 {
721 external_typed_data_.Add(to_handle);
722 return *to_handle;
723 }
◆ AddObjectToRehash()
void dart::SlowForwardMap::AddObjectToRehash |
( |
const Object & |
to | ) |
|
|
inline |
◆ AddTransferable()
◆ AddWeakProperty()
void dart::SlowForwardMap::AddWeakProperty |
( |
const WeakProperty & |
from | ) |
|
|
inline |
◆ AddWeakReference()
void dart::SlowForwardMap::AddWeakReference |
( |
const WeakReference & |
from | ) |
|
|
inline |
◆ FinalizeExternalTypedData()
void dart::SlowForwardMap::FinalizeExternalTypedData |
( |
| ) |
|
|
inline |
Definition at line 739 of file object_graph_copy.cc.
739 {
740 for (intptr_t
i = 0;
i < external_typed_data_.length();
i++) {
741 auto to = external_typed_data_[
i];
743 }
744 }
void FinalizeExternalTypedData(const ExternalTypedData &to)
◆ FinalizeTransferables()
void dart::SlowForwardMap::FinalizeTransferables |
( |
| ) |
|
|
inline |
Definition at line 731 of file object_graph_copy.cc.
731 {
732 for (intptr_t
i = 0;
i < transferables_from_to_.length();
i += 2) {
733 auto from = transferables_from_to_[
i];
734 auto to = transferables_from_to_[
i + 1];
736 }
737 }
void FinalizeTransferable(const TransferableTypedData &from, const TransferableTypedData &to)
◆ ForwardedObject()
Definition at line 699 of file object_graph_copy.cc.
699 {
701 }
DART_FORCE_INLINE ObjectPtr ForwardedObject(const S &object, T from_to)
◆ Insert()
void dart::SlowForwardMap::Insert |
( |
const Object & |
from, |
|
|
const Object & |
to, |
|
|
intptr_t |
size |
|
) |
| |
|
inline |
Definition at line 702 of file object_graph_copy.cc.
702 {
703 map_->
Insert(from, to, SlowFromTo(from_to_),
704 true);
705 allocated_bytes +=
size;
706 }
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
◆ ObjectGraphCopier
◆ SlowObjectCopy
◆ SlowObjectCopyBase
The documentation for this class was generated from the following file: