Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
assembler_test.h
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#ifndef RUNTIME_VM_COMPILER_ASSEMBLER_ASSEMBLER_TEST_H_
6#define RUNTIME_VM_COMPILER_ASSEMBLER_ASSEMBLER_TEST_H_
7
9#if defined(DART_PRECOMPILED_RUNTIME)
10#error "AOT runtime should not use compiler sources (including header files)"
11#endif // defined(DART_PRECOMPILED_RUNTIME)
12
14
15namespace dart {
16
17namespace compiler {
18
19void EnterTestFrame(Assembler* assembler);
20
21void LeaveTestFrame(Assembler* assembler);
22
23} // namespace compiler
24
25} // namespace dart
26
27#endif // RUNTIME_VM_COMPILER_ASSEMBLER_ASSEMBLER_TEST_H_
void LeaveTestFrame(Assembler *assembler)
void EnterTestFrame(Assembler *assembler)