V8 Project
v8::internal::compiler::StaticParameterTraits< StoreRepresentation > Struct Reference
+ Collaboration diagram for v8::internal::compiler::StaticParameterTraits< StoreRepresentation >:

Static Public Member Functions

static OStreamPrintTo (OStream &os, const StoreRepresentation &rep)
 
static int HashCode (const StoreRepresentation &rep)
 
static bool Equals (const StoreRepresentation &rep1, const StoreRepresentation &rep2)
 

Detailed Description

Definition at line 34 of file machine-operator.cc.

Member Function Documentation

◆ Equals()

static bool v8::internal::compiler::StaticParameterTraits< StoreRepresentation >::Equals ( const StoreRepresentation &  rep1,
const StoreRepresentation &  rep2 
)
inlinestatic

Definition at line 41 of file machine-operator.cc.

42  {
43  return rep1 == rep2;
44  }

◆ HashCode()

static int v8::internal::compiler::StaticParameterTraits< StoreRepresentation >::HashCode ( const StoreRepresentation &  rep)
inlinestatic

Definition at line 38 of file machine-operator.cc.

38  {
39  return rep.machine_type() + rep.write_barrier_kind();
40  }

◆ PrintTo()

static OStream& v8::internal::compiler::StaticParameterTraits< StoreRepresentation >::PrintTo ( OStream os,
const StoreRepresentation &  rep 
)
inlinestatic

Definition at line 35 of file machine-operator.cc.

35  {
36  return os << rep;
37  }

The documentation for this struct was generated from the following file: