Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
thread_stack_resource.cc
Go to the documentation of this file.
1// Copyright (c) 2019, 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
6
7#include "platform/assert.h"
8#include "vm/isolate.h"
9#include "vm/thread.h"
10#include "vm/zone.h"
11
12namespace dart {
13
15#if defined(DEBUG)
16 if (thread() != nullptr) {
17 BaseIsolate::AssertCurrent(reinterpret_cast<BaseIsolate*>(isolate()));
18 }
19#endif
20}
21
23 return thread()->isolate();
24}
25
29
30} // namespace dart
IsolateGroup * isolate_group() const
Isolate * isolate() const
Definition thread.h:533
IsolateGroup * isolate_group() const
Definition thread.h:540