Home
last modified time | relevance | path

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

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