Searched defs:kWord8 (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/
H A Dmachine-type.h21 kWord8, member in class:v8::internal::MachineRepresentation
96 return MachineType(MachineRepresentation::kWord8, MachineSemantic::kInt32);
99 return MachineType(MachineRepresentation::kWord8, MachineSemantic::kUint32);
169 return MachineType(MachineRepresentation::kWord8, MachineSemantic::kNone);
213 case MachineRepresentation::kWord8:
286 case MachineRepresentation::kWord8:

Completed in 162 milliseconds