Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dinstruction.cc843 representation_mask_(0), in InstructionSequence()
945 representation_mask_ |= 1 << static_cast<int>(rep); in MarkAsRepresentation()
Dinstruction.h1523 int representation_mask() const { return representation_mask_; } in NON_EXPORTED_BASE()
1655 int representation_mask_; in NON_EXPORTED_BASE() local