Home
last modified time | relevance | path

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

/external/v8/src/crankshaft/
Dhydrogen-instructions.h3137 bool HasMapValue() const { return GetInstanceType() == MAP_TYPE; } in HasMapValue() function
3139 DCHECK(HasMapValue()); in MapValue()
3143 DCHECK(HasMapValue() || !HasStableMapValueField::decode(bit_field_)); in HasStableMapValue()
Dhydrogen-instructions.cc2232 HasMapValue() && Handle<Map>::cast(heap_object)->is_stable()); in HConstant()