Definition at line 71 of file isolate_reload.cc.
◆ ObjectLocator()
◆ count()
intptr_t dart::ObjectLocator::count |
( |
| ) |
|
|
inline |
◆ VisitObject()
void dart::ObjectLocator::VisitObject |
( |
ObjectPtr |
obj | ) |
|
|
inlineoverridevirtual |
Implements dart::ObjectVisitor.
Definition at line 76 of file isolate_reload.cc.
76 {
77 InstanceMorpher* morpher =
78 context_->instance_morpher_by_cid_.
LookupValue(obj->GetClassId());
79 if (morpher != nullptr) {
80 morpher->AddObject(obj);
81 count_++;
82 }
83 }
KeyValueTrait::Value LookupValue(typename KeyValueTrait::Key key) const
The documentation for this class was generated from the following file: