Home
last modified time | relevance | path

Searched refs:WordRepresentation (Results 1 – 1 of 1) sorted by relevance

/external/v8/test/unittests/compiler/
Dchange-lowering-unittest.cc30 virtual MachineRepresentation WordRepresentation() const = 0;
34 return WordRepresentation() == MachineRepresentation::kWord32; in Is32()
37 return WordRepresentation() == MachineRepresentation::kWord64; in Is64()
41 MachineOperatorBuilder machine(zone(), WordRepresentation()); in Reduce()
105 MachineRepresentation WordRepresentation() const final { return GetParam(); } in WordRepresentation() function in v8::internal::compiler::ChangeLoweringCommonTest
360 MachineRepresentation WordRepresentation() const final { in WordRepresentation() function in v8::internal::compiler::ChangeLowering32Test
505 MachineRepresentation WordRepresentation() const final { in WordRepresentation() function in v8::internal::compiler::ChangeLowering64Test