Home
last modified time | relevance | path

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

/external/v8/src/ic/
Dic-state.h60 strong_(is_strong(strength)), in BinaryOpICState()
108 return strong_ ? Strength::STRONG : Strength::WEAK; in strength()
157 bool strong_; variable
Dic-state.cc40 strong_ = StrengthField::decode(extra_ic_state); in BinaryOpICState()
54 ResultKindField::encode(result_kind_) | StrengthField::encode(strong_) | in GetExtraICState()