#include <canonical_tables.h>
Definition at line 189 of file canonical_tables.h.
◆ Hash() [1/2]
◆ Hash() [2/2]
static uword dart::CanonicalFunctionTypeTraits::Hash |
( |
const Object & |
key | ) |
|
|
inlinestatic |
◆ IsMatch() [1/2]
◆ IsMatch() [2/2]
static bool dart::CanonicalFunctionTypeTraits::IsMatch |
( |
const Object & |
a, |
|
|
const Object & |
b |
|
) |
| |
|
inlinestatic |
Definition at line 195 of file canonical_tables.h.
195 {
196 ASSERT(
a.IsFunctionType() &&
b.IsFunctionType());
197 const FunctionType& arg1 = FunctionType::Cast(
a);
198 const FunctionType& arg2 = FunctionType::Cast(
b);
199 return arg1.Equals(arg2) && (arg1.Hash() == arg2.Hash());
200 }
◆ Name()
static const char * dart::CanonicalFunctionTypeTraits::Name |
( |
| ) |
|
|
inlinestatic |
◆ NewKey()
◆ ReportStats()
static bool dart::CanonicalFunctionTypeTraits::ReportStats |
( |
| ) |
|
|
inlinestatic |
The documentation for this class was generated from the following file: