Home
last modified time | relevance | path

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

/external/v8/src/objects/
Dstring-inl.h430 const Char* String::GetChars(const DisallowHeapAllocation& no_gc) { in GetChars() function
437 const Char* String::GetChars( in GetChars() function
613 uint8_t* SeqOneByteString::GetChars(const DisallowHeapAllocation& no_gc) { in GetChars() function
619 uint8_t* SeqOneByteString::GetChars( in GetChars() function
631 uc16* SeqTwoByteString::GetChars(const DisallowHeapAllocation& no_gc) { in GetChars() function
637 uc16* SeqTwoByteString::GetChars( in GetChars() function
763 const uint8_t* ExternalOneByteString::GetChars() { in GetChars() function
801 const uint16_t* ExternalTwoByteString::GetChars() { return resource()->data(); } in GetChars() function