Flutter Engine
The Flutter Engine
|
#include "vm/compiler/backend/inliner.h"
#include "vm/compiler/backend/il.h"
#include "vm/compiler/backend/il_printer.h"
#include "vm/compiler/backend/il_test_helper.h"
#include "vm/compiler/compiler_pass.h"
#include "vm/debugger_api_impl_test.h"
#include "vm/object.h"
#include "vm/unit_test.h"
Go to the source code of this file.
Namespaces | |
namespace | dart |
Functions | |
dart::ISOLATE_UNIT_TEST_CASE (Inliner_PolyInliningRedefinition) | |
dart::ISOLATE_UNIT_TEST_CASE (Inliner_TypedData_Regress7551) | |
dart::ISOLATE_UNIT_TEST_CASE (Inliner_InlineForceOptimized) | |
static void | dart::TestPrint (Dart_NativeArguments args) |
void | dart::InspectStack (Dart_NativeArguments args) |
static Dart_NativeFunction | dart::PrintAndInspectResolver (Dart_Handle name, int argument_count, bool *auto_setup_scope) |
dart::TEST_CASE (Inliner_InlineAndRunForceOptimized) | |