Flutter Engine
The Flutter Engine
third_party
dart-lang
sdk
runtime
vm
unwinding_records.cc
Go to the documentation of this file.
1
// Copyright (c) 2023, 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/unwinding_records.h
"
6
#include "
vm/globals.h
"
7
8
namespace
dart
{
9
10
#if (!defined(DART_TARGET_OS_WINDOWS) && !defined(DART_HOST_OS_WINDOWS)) || \
11
(!defined(TARGET_ARCH_X64) && !defined(TARGET_ARCH_ARM64))
12
13
const
void
*
UnwindingRecords::GenerateRecordsInto
(intptr_t
offset
,
14
uint8_t* target_buffer) {
15
return
nullptr
;
16
}
17
18
#endif
19
20
#if !defined(DART_HOST_OS_WINDOWS) || \
21
(!defined(TARGET_ARCH_X64) && !defined(TARGET_ARCH_ARM64))
22
23
void
UnwindingRecords::RegisterExecutablePage
(
Page
*
page
) {}
24
void
UnwindingRecords::UnregisterExecutablePage
(
Page
*
page
) {}
25
26
#endif
27
28
}
// namespace dart
dart::Page
Definition:
page.h:61
dart::UnwindingRecords::UnregisterExecutablePage
static void UnregisterExecutablePage(Page *page)
Definition:
unwinding_records.cc:24
dart::UnwindingRecords::RegisterExecutablePage
static void RegisterExecutablePage(Page *page)
Definition:
unwinding_records.cc:23
dart::UnwindingRecords::GenerateRecordsInto
static const void * GenerateRecordsInto(intptr_t offset, uint8_t *target_buffer)
Definition:
unwinding_records.cc:13
dart
Definition:
dart_vm.cc:33
mskp_parser.page
page
Definition:
mskp_parser.py:39
offset
SeparatedVector2 offset
Definition:
stroke_path_geometry.cc:311
globals.h
unwinding_records.h
Generated on Sun Jun 23 2024 21:55:51 for Flutter Engine by
1.9.4