Flutter Engine
The Flutter Engine
|
#include "vm/compiler/backend/dart_calling_conventions.h"
#include <array>
#include "vm/compiler/runtime_api.h"
#include "vm/object.h"
Go to the source code of this file.
Namespaces | |
namespace | dart |
namespace | dart::compiler |
Functions | |
intptr_t | dart::compiler::ComputeCallingConvention (Zone *zone, const Function &target, intptr_t argc, std::function< Representation(intptr_t)> argument_rep, bool should_assign_stack_locations, ParameterInfoArray *parameter_info) |