Home
last modified time | relevance | path

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

/external/v8/src/crankshaft/
Dhydrogen.h2569 if (IsStringType()) { in GetJSObjectFieldAccess()
2625 bool IsStringType() { return map_->instance_type() < FIRST_NONSTRING_TYPE; } in IsStringType() function
2627 bool IsValueWrapped() { return IsStringType() || IsNumberType(); } in IsValueWrapped()
Dhydrogen.cc6617 if (info.IsStringType()) { in HandlePolymorphicNamedFieldAccess()
6641 if (info.IsStringType()) { in HandlePolymorphicNamedFieldAccess()
6672 } else if (info.IsStringType()) { in HandlePolymorphicNamedFieldAccess()
8051 if (info.IsStringType()) { in HandlePolymorphicCallNamed()
8080 if (info.IsStringType()) { in HandlePolymorphicCallNamed()
8113 } else if (info.IsStringType()) { in HandlePolymorphicCallNamed()