Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dcode-generator.cc705 } else if (desc->IsDuplicate()) { in TranslateStateValueDescriptor()
Dinstruction.h1166 bool IsDuplicate() const { return kind_ == StateValueKind::kDuplicate; } in IsDuplicate() function