Searched refs:code_flags_ (Results 1 – 1 of 1) sorted by relevance
10472 code_flags_(code_flags) {} in PolymorphicCodeCacheHashTableKey()10478 if (code_flags_ != other_flags) return false; in IsMatch()10481 int this_hash = MapsHashHelper(maps_, code_flags_); in IsMatch()10509 uint32_t Hash() override { return MapsHashHelper(maps_, code_flags_); } in Hash()10524 list->set(0, Smi::FromInt(code_flags_)); in AsHandle()10545 int code_flags_; member in v8::internal::PolymorphicCodeCacheHashTableKey