Home
last modified time | relevance | path

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

/external/v8/src/
Dregexp-macro-assembler.cc52 const uint8_t* data = ExternalOneByteString::cast(subject)->GetChars(); in StringCharacterPosition()
56 const uint8_t* data = SeqOneByteString::cast(subject)->GetChars(); in StringCharacterPosition()
63 data = ExternalTwoByteString::cast(subject)->GetChars(); in StringCharacterPosition()
66 data = SeqTwoByteString::cast(subject)->GetChars(); in StringCharacterPosition()
Djson-parser.h108 const uint8_t* input_chars = seq_source_->GetChars() + position_ + 1; in ParseJsonString()
554 Vector<const uint8_t> chars(seq_source_->GetChars() + beg_pos, length); in ParseJsonNumber()
621 SinkChar* dest = seq_string->GetChars(); in SlowScanJsonString()
754 seq_source_->GetChars() + position_, length); in ScanJsonString()
809 uint8_t* dest = SeqOneByteString::cast(*result)->GetChars(); in ScanJsonString()
Dfactory.cc220 CopyChars(SeqOneByteString::cast(*result)->GetChars(), in NewStringFromOneByte()
252 uint16_t* data = result->GetChars(); in NewStringFromUtf8()
275 CopyChars(result->GetChars(), start, length); in NewStringFromTwoByte()
284 CopyChars(result->GetChars(), start, length); in NewStringFromTwoByte()
316 Vector<const uint8_t>(string->GetChars() + offset, length), in NewOneByteInternalizedSubString()
444 uint8_t* dest = str->GetChars(); in MakeOrFindTwoCharacterString()
451 uc16* dest = str->GetChars(); in MakeOrFindTwoCharacterString()
464 SinkChar* sink = result->GetChars(); in ConcatStringContent()
519 uint8_t* dest = result->GetChars(); in NewConsString()
523 ? Handle<ExternalOneByteString>::cast(left)->GetChars() in NewConsString()
[all …]
Djson-stringifier.h313 dest->GetChars() + 1, in StringifyString_()
797 SeqOneByteString::cast(*current_part_)->GetChars() + current_index_, in SerializeString_()
802 SeqTwoByteString::cast(*current_part_)->GetChars() + current_index_, in SerializeString_()
Dobjects-inl.h548 const uint8_t* chars = string_->GetChars() + from_; in Hash()
3427 SeqOneByteString::cast(string)->GetChars() + slice_offset, in VisitFlat()
3433 SeqTwoByteString::cast(string)->GetChars() + slice_offset, in VisitFlat()
3439 ExternalOneByteString::cast(string)->GetChars() + slice_offset, in VisitFlat()
3445 ExternalTwoByteString::cast(string)->GetChars() + slice_offset, in VisitFlat()
3487 uint8_t* SeqOneByteString::GetChars() { in GetChars() function
3497 uc16* SeqTwoByteString::GetChars() { in GetChars() function
3599 const uint8_t* ExternalOneByteString::GetChars() { in GetChars() function
3606 return GetChars()[index]; in ExternalOneByteStringGet()
3631 const uint16_t* ExternalTwoByteString::GetChars() { in GetChars() function
[all …]
Druntime.cc3354 uint8_t* char_buffer = seq->GetChars(); in ToString()
3369 uc16* char_buffer = seq->GetChars(); in ToString()
3877 result->GetChars() + result_pos, in StringReplaceGlobalAtomRegExpWithString()
3886 result->GetChars() + result_pos, in StringReplaceGlobalAtomRegExpWithString()
3897 result->GetChars() + result_pos, in StringReplaceGlobalAtomRegExpWithString()
4060 String::WriteToFlat(*subject, answer->GetChars() + position, prev, start); in StringReplaceGlobalRegExpWithEmptyString()
4078 *subject, answer->GetChars() + position, prev, subject_length); in StringReplaceGlobalRegExpWithEmptyString()
6249 uint8_t const* data = Handle<SeqOneByteString>::cast(subject)->GetChars(); in RUNTIME_FUNCTION()
6684 reinterpret_cast<char*>(result->GetChars()), in ConvertCase()
7273 answer->GetChars(), in RUNTIME_FUNCTION()
[all …]
Dobjects.cc972 WriteToFlat(*cons, flat->GetChars(), 0, length); in SlowFlatten()
978 WriteToFlat(*cons, flat->GetChars(), 0, length); in SlowFlatten()
7975 start = SeqOneByteString::cast(string)->GetChars(); in GetFlatContent()
7977 start = ExternalOneByteString::cast(string)->GetChars(); in GetFlatContent()
7984 start = SeqTwoByteString::cast(string)->GetChars(); in GetFlatContent()
7986 start = ExternalTwoByteString::cast(string)->GetChars(); in GetFlatContent()
8370 CopyChars(sink, ExternalOneByteString::cast(source)->GetChars() + from, in WriteToFlat()
8376 ExternalTwoByteString::cast(source)->GetChars(); in WriteToFlat()
8384 SeqOneByteString::cast(source)->GetChars() + from, in WriteToFlat()
8390 SeqTwoByteString::cast(source)->GetChars() + from, in WriteToFlat()
[all …]
Dobjects.h8964 inline uint8_t* GetChars();
9000 inline uc16* GetChars();
9170 inline const uint8_t* GetChars();
9206 inline const uint16_t* GetChars();
/external/v8/tools/
Dgrokdump.py1074 def GetChars(self): member in String
1081 return "\"%s\"" % self.GetChars()
1093 def GetChars(self): member in SeqString
1123 def GetChars(self): member in ExternalString
1139 def GetChars(self): member in ConsString
1141 return self.left.GetChars() + self.right.GetChars()
1374 source = script_source.GetChars()[start:end]
/external/v8/src/heap/
Dheap.cc3847 WriteOneByteData(t, SeqOneByteString::cast(answer)->GetChars(), chars); in AllocateInternalizedStringImpl()
3849 WriteTwoByteData(t, SeqTwoByteString::cast(answer)->GetChars(), chars); in AllocateInternalizedStringImpl()
/external/robolectric/lib/main/
Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...