Home
last modified time | relevance | path

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

/external/v8/src/
Dobjects.cc693 switch (StringShape(this).representation_tag()) { in SlowTryFlatten()
4543 StringRepresentationTag string_tag = StringShape(this).representation_tag(); in ToAsciiVector()
4549 string_tag = StringShape(string).representation_tag(); in ToAsciiVector()
4569 StringRepresentationTag string_tag = StringShape(this).representation_tag(); in ToUC16Vector()
4575 string_tag = StringShape(string).representation_tag(); in ToUC16Vector()
4657 switch (StringShape(this).representation_tag()) { in GetTwoByteData()
4922 switch (StringShape(input).representation_tag()) { in ReadBlock()
5067 switch (StringShape(input).representation_tag()) { in ReadBlockIntoBuffer()
Dobjects-inl.h283 StringRepresentationTag StringShape::representation_tag() { in representation_tag() function
2003 switch (StringShape(this).representation_tag()) { in IsFlat()
Dobjects.h5266 inline StringRepresentationTag representation_tag();