Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Namespaces | Functions
evaluator.cc File Reference
#include "vm/compiler/backend/evaluator.h"

Go to the source code of this file.

Namespaces

namespace  dart
 

Functions

static IntegerPtr dart::BinaryIntegerEvaluateRaw (const Integer &left, const Integer &right, Token::Kind token_kind)
 
static IntegerPtr dart::UnaryIntegerEvaluateRaw (const Integer &value, Token::Kind token_kind, Zone *zone)
 
static IntegerPtr dart::BitLengthEvaluateRaw (const Integer &value, Zone *zone)