Home | History | Annotate | Download | only in src

Lines Matching defs:vector

8607 FlatStringReader::FlatStringReader(Isolate* isolate, Vector<const char> input)
8620 // This does not actually prevent the vector from being relocated later.
8900 Vector<const SourceChar> src,
9250 bool String::IsUtf8EqualTo(Vector<const char> str, bool allow_prefix_match) {
9280 bool String::IsOneByteEqualTo(Vector<const uint8_t> str) {
9296 bool String::IsTwoByteEqualTo(Vector<const uc16> str) {
9477 uint32_t StringHasher::ComputeUtf8Hash(Vector<const char> chars,
10142 Vector<const char> filter = CStrVector(raw_filter);
10519 // If we clear ICs, we need to clear the type feedback vector too, since
10520 // CallICs are synced with a feedback vector slot.
10958 FixedArray* vector = feedback_vector();
10960 int length = vector->length();
10963 Object* obj = vector->get(i);
10974 vector->set(i, TypeFeedbackInfo::RawUninitializedSentinel(heap),
14246 Vector<const uint8_t> chars(GetChars() + from_, length_);
14254 Vector<const uint16_t> chars(GetChars() + from_, length_);
14261 Vector<const uint8_t> chars(GetChars() + from_, length_);
14268 Vector<const uint16_t> chars(GetChars() + from_, length_);