Flutter Engine
The Flutter Engine
third_party
dart-lang
sdk
runtime
vm
dispatch_table.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/dispatch_table.h
"
6
7
#include "
platform/assert.h
"
8
9
namespace
dart
{
10
11
const
uword
*
DispatchTable::ArrayOrigin
()
const
{
12
return
&array_.get()[
kOriginElement
];
13
}
14
15
}
// namespace dart
assert.h
dart::DispatchTable::kOriginElement
static constexpr intptr_t kOriginElement
Definition:
dispatch_table.h:39
dart::DispatchTable::ArrayOrigin
const uword * ArrayOrigin() const
Definition:
dispatch_table.cc:11
dispatch_table.h
dart
Definition:
dart_vm.cc:33
dart::uword
uintptr_t uword
Definition:
globals.h:501
Generated on Sun Jun 23 2024 21:55:40 for Flutter Engine by
1.9.4