Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Classes | Namespaces | Typedefs | Functions
dart_entry.cc File Reference
#include "vm/dart_entry.h"
#include "platform/safe_stack.h"
#include "vm/class_finalizer.h"
#include "vm/debugger.h"
#include "vm/dispatch_table.h"
#include "vm/heap/safepoint.h"
#include "vm/object_store.h"
#include "vm/resolver.h"
#include "vm/runtime_entry.h"
#include "vm/simulator.h"
#include "vm/stub_code.h"
#include "vm/symbols.h"
#include "vm/zone_text_buffer.h"
#include "vm/compiler/jit/compiler.h"

Go to the source code of this file.

Classes

class  dart::DartEntryScope
 

Namespaces

namespace  dart
 

Typedefs

typedef uword(* dart::invokestub) (uword target_code, uword arguments_descriptor, uword arguments, Thread *thread)
 

Functions

 dart::DECLARE_FLAG (bool, precompiled_mode)
 
static void dart::DebuggerSetResumeIfStepping (Isolate *isolate)
 
static ObjectPtr dart::RehashObjects (Zone *zone, const Library &library, const Object &array_or_growable_array)