Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dinstruction.h113 return this->GetCanonicalizedValue() == that.GetCanonicalizedValue(); in EqualsCanonicalized()
117 return this->GetCanonicalizedValue() < that.GetCanonicalizedValue(); in CompareCanonicalized()
129 inline uint64_t GetCanonicalizedValue() const;
642 uint64_t InstructionOperand::GetCanonicalizedValue() const { in GetCanonicalizedValue() function