Home
last modified time | relevance | path

Searched defs:GetChars (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/objects/
Dstring-inl.h464 uint8_t* SeqOneByteString::GetChars() { in GetChars() function
472 uc16* SeqTwoByteString::GetChars() { in GetChars() function
598 const uint8_t* ExternalOneByteString::GetChars() { in GetChars() function
633 const uint16_t* ExternalTwoByteString::GetChars() { return resource()->data(); } in GetChars() function
/external/v8/tools/
Dgrokdump.py1298 def GetChars(self): member in String
1317 def GetChars(self): member in SeqString
1347 def GetChars(self): member in ExternalString
1363 def GetChars(self): member in ConsString