Home
last modified time | relevance | path

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

/external/v8/src/crankshaft/
Dhydrogen.h2495 if (IsStringType()) { in GetJSObjectFieldAccess()
2537 bool IsStringType() { return map_->instance_type() < FIRST_NONSTRING_TYPE; } in IsStringType() function
2539 bool IsValueWrapped() { return IsStringType() || IsNumberType(); } in IsValueWrapped()
Dhydrogen.cc6204 if (info.IsStringType()) { in HandlePolymorphicNamedFieldAccess()
6228 if (info.IsStringType()) { in HandlePolymorphicNamedFieldAccess()
6259 } else if (info.IsStringType()) { in HandlePolymorphicNamedFieldAccess()
7763 if (info.IsStringType()) { in HandlePolymorphicCallNamed()
7792 if (info.IsStringType()) { in HandlePolymorphicCallNamed()
7825 } else if (info.IsStringType()) { in HandlePolymorphicCallNamed()