Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/
Dhydrogen-instructions.h3632 bool HasMapValue() const { return instance_type_ == MAP_TYPE; } in HasMapValue() function
3634 DCHECK(HasMapValue()); in MapValue()
3638 DCHECK(HasMapValue() || !has_stable_map_value_); in HasStableMapValue()