Lines Matching refs:Name
23 TQ_OBJECT_CONSTRUCTORS_IMPL(Name)
59 DEF_GETTER(Name, IsUniqueName, bool) {
68 bool Name::Equals(Name other) {
77 bool Name::Equals(Isolate* isolate, Handle<Name> one, Handle<Name> two) {
87 bool Name::IsHashFieldComputed(uint32_t raw_hash_field) {
91 bool Name::IsHash(uint32_t raw_hash_field) {
95 bool Name::IsIntegerIndex(uint32_t raw_hash_field) {
100 bool Name::IsForwardingIndex(uint32_t raw_hash_field) {
105 uint32_t Name::CreateHashFieldValue(uint32_t hash, HashFieldType type) {
110 bool Name::HasHashCode() const { return IsHashFieldComputed(raw_hash_field()); }
112 uint32_t Name::EnsureHash() {
120 uint32_t Name::EnsureHash(const SharedStringAccessGuardIfNeeded& access_guard) {
128 uint32_t Name::hash() const {
134 DEF_GETTER(Name, IsInterestingSymbol, bool) {
138 DEF_GETTER(Name, IsPrivate, bool) {
142 DEF_GETTER(Name, IsPrivateName, bool) {
149 DEF_GETTER(Name, IsPrivateBrand, bool) {
156 bool Name::AsArrayIndex(uint32_t* index) {
160 bool Name::AsIntegerIndex(size_t* index) {
165 bool Name::ContainsCachedArrayIndex(uint32_t raw_hash_field) {
166 return (raw_hash_field & Name::kDoesNotContainCachedArrayIndexMask) == 0;