Home
last modified time | relevance | path

Searched refs:IsInterestingSymbol (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/objects/
Dname.h51 DECL_GETTER(IsInterestingSymbol, bool)
Dname-inl.h105 DEF_GETTER(Name, IsInterestingSymbol, bool) { in DEF_GETTER() argument
Dmap.cc1675 if (name->IsInterestingSymbol()) { in ShareDescriptor()
1712 DCHECK_IMPLIES(name->IsInterestingSymbol(), in ConnectTransition()
1749 if (maybe_name.ToHandle(&name) && name->IsInterestingSymbol()) { in CopyReplaceDescriptors()
1861 if (parent->may_have_interesting_symbols() || name->IsInterestingSymbol()) { in InstallDescriptors()
Dmap-inl.h706 if (desc->GetKey()->IsInterestingSymbol()) { in AppendDescriptor()
Djs-objects.cc3552 if (key->IsInterestingSymbol()) { in MigrateSlowToFast()
/external/v8/src/diagnostics/
Dobjects-debug.cc493 CHECK(!descriptors.GetKey(i).IsInterestingSymbol()); in MapVerify()