Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dmachine-operator.h148 MachineType word() const { return word_; } in word()
180 const MachineType word_; variable
Dmachine-operator.cc194 : impl_(kImpl.Get()), word_(word) { in MachineOperatorBuilder()