Home
last modified time | relevance | path

Searched refs:access_guard (Results 1 – 13 of 13) sorted by relevance

/third_party/node/deps/v8/src/objects/
Dstring-comparator.cc13 String string, const SharedStringAccessGuardIfNeeded& access_guard) { in Init() argument
14 ConsString cons_string = String::VisitFlat(this, string, 0, access_guard); in Init()
19 String::VisitFlat(this, string, offset, access_guard); in Init()
24 int consumed, const SharedStringAccessGuardIfNeeded& access_guard) { in Advance() argument
41 String::VisitFlat(this, next, 0, access_guard); in Advance()
46 const SharedStringAccessGuardIfNeeded& access_guard) { in Equals() argument
48 state_1_.Init(string_1, access_guard); in Equals()
49 state_2_.Init(string_2, access_guard); in Equals()
72 state_1_.Advance(to_check, access_guard); in Equals()
73 state_2_.Advance(to_check, access_guard); in Equals()
Dstring-inl.h513 SharedStringAccessGuardIfNeeded access_guard(isolate); in IsEqualTo()
514 return IsEqualToImpl<kEqType>(str, isolate, access_guard); in IsEqualTo()
520 const SharedStringAccessGuardIfNeeded& access_guard) const { in IsEqualToImpl() argument
544 SeqOneByteString::cast(string).GetChars(no_gc, access_guard) + in IsEqualToImpl()
549 SeqTwoByteString::cast(string).GetChars(no_gc, access_guard) + in IsEqualToImpl()
577 access_guard); in IsEqualToImpl()
596 const SharedStringAccessGuardIfNeeded& access_guard) { in IsConsStringEqualToImpl() argument
610 access_guard)) { in IsConsStringEqualToImpl()
637 const SharedStringAccessGuardIfNeeded& access_guard) const { in GetChars() argument
641 access_guard); in GetChars()
[all …]
Dstring.h215 const SharedStringAccessGuardIfNeeded& access_guard) const;
254 const SharedStringAccessGuardIfNeeded& access_guard) const;
583 const SharedStringAccessGuardIfNeeded& access_guard);
608 const SharedStringAccessGuardIfNeeded& access_guard) const;
614 const SharedStringAccessGuardIfNeeded& access_guard) const;
621 const SharedStringAccessGuardIfNeeded& access_guard);
722 const SharedStringAccessGuardIfNeeded& access_guard) const;
738 const SharedStringAccessGuardIfNeeded& access_guard) const;
770 const SharedStringAccessGuardIfNeeded& access_guard) const;
784 const SharedStringAccessGuardIfNeeded& access_guard) const;
[all …]
Dstring-comparator.h24 const SharedStringAccessGuardIfNeeded& access_guard);
39 const SharedStringAccessGuardIfNeeded& access_guard);
63 const SharedStringAccessGuardIfNeeded& access_guard);
Dstring.cc750 const SharedStringAccessGuardIfNeeded& access_guard) { in SlowGetFlatContent() argument
782 length(), access_guard) in SlowGetFlatContent()
849 const SharedStringAccessGuardIfNeeded& access_guard) { in WriteToFlat() argument
871 SeqOneByteString::cast(source).GetChars(no_gc, access_guard) + in WriteToFlat()
877 SeqTwoByteString::cast(source).GetChars(no_gc, access_guard) + in WriteToFlat()
892 access_guard); in WriteToFlat()
913 static_cast<sinkchar>(second.Get(0, cage_base, access_guard)); in WriteToFlat()
917 SeqOneByteString::cast(second).GetChars(no_gc, access_guard), in WriteToFlat()
921 cage_base, access_guard); in WriteToFlat()
1015 String other, const SharedStringAccessGuardIfNeeded& access_guard) const { in SlowEquals()
[all …]
Dname-inl.h120 uint32_t Name::EnsureHash(const SharedStringAccessGuardIfNeeded& access_guard) { in EnsureHash() argument
125 return String::cast(*this).ComputeAndSetHash(access_guard); in EnsureHash()
Dstring-table.cc645 SharedStringAccessGuardIfNeeded access_guard(isolate); in TryStringToIndexOrLookupExisting() local
649 String::WriteToFlat(source, buffer.get(), 0, length, isolate, access_guard); in TryStringToIndexOrLookupExisting()
652 chars = source.GetChars<Char>(isolate, no_gc, access_guard) + start; in TryStringToIndexOrLookupExisting()
Dlookup.cc1562 SharedStringAccessGuardIfNeeded access_guard(local_isolate); in TryGetOwnChar() local
1564 access_guard); in TryGetOwnChar()
/third_party/node/deps/v8/src/heap/
Dfactory-base.cc749 SharedStringAccessGuardIfNeeded access_guard(isolate()); in NewConsString() local
750 uint8_t* dest = result->GetChars(no_gc, access_guard); in NewConsString()
754 left->template GetChars<uint8_t>(isolate(), no_gc, access_guard); in NewConsString()
760 right->template GetChars<uint8_t>(isolate(), no_gc, access_guard); in NewConsString()
770 SharedStringAccessGuardIfNeeded access_guard(isolate()); in NewConsString() local
771 base::uc16* sink = result->GetChars(no_gc, access_guard); in NewConsString()
773 access_guard); in NewConsString()
775 isolate(), access_guard); in NewConsString()
/third_party/node/deps/v8/src/logging/
Dlog-utils.cc115 SharedStringAccessGuardIfNeeded access_guard(str); in AppendString() local
119 uint16_t c = str.Get(i, cage_base, access_guard); in AppendString()
/third_party/node/deps/v8/src/ast/
Dast-value-factory.cc342 String literal, const SharedStringAccessGuardIfNeeded& access_guard) { in GetString() argument
345 String::FlatContent content = literal.GetFlatContent(no_gc, access_guard); in GetString()
/third_party/node/deps/v8/src/numbers/
Dconversions.cc1453 SharedStringAccessGuardIfNeeded access_guard(isolate); in TryStringToDouble() local
1454 String::WriteToFlat(*object, buffer.get(), 0, length, isolate, access_guard); in TryStringToDouble()
/third_party/node/deps/v8/src/codegen/
Dcompiler.cc1654 SharedStringAccessGuardIfNeeded access_guard(isolate); in Run() local
1656 shared_info->Name(), access_guard)); in Run()