Flutter Engine
The Flutter Engine
third_party
dart-lang
sdk
runtime
vm
visitor.cc
Go to the documentation of this file.
1
// Copyright (c) 2020, the Dart project authors. Please see the AUTHORS file
2
// for details. All rights reserved. Use of this source code is governed by a
3
// BSD-style license that can be found in the LICENSE file.
4
5
#include "
vm/visitor.h
"
6
7
#include "
vm/isolate.h
"
8
9
namespace
dart
{
10
11
ObjectPointerVisitor::ObjectPointerVisitor
(
IsolateGroup
* isolate_group)
12
: isolate_group_(isolate_group),
13
gc_root_type_(
"unknown"
),
14
class_table_(isolate_group->heap_walk_class_table()) {}
15
16
}
// namespace dart
dart::IsolateGroup
Definition:
isolate.h:268
dart::ObjectPointerVisitor::ObjectPointerVisitor
ObjectPointerVisitor(IsolateGroup *isolate_group)
Definition:
visitor.cc:11
isolate.h
dart
Definition:
dart_vm.cc:33
visitor.h
Generated on Sun Jun 23 2024 21:55:51 for Flutter Engine by
1.9.4