Searched refs:GetPropertyKey (Results 1 – 4 of 4) sorted by relevance
595 NameRef GetPropertyKey(InternalIndex descriptor_index) const;723 NameRef GetPropertyKey(InternalIndex descriptor_index) const;
1235 NameRef MapRef::GetPropertyKey(InternalIndex descriptor_index) const { in GetPropertyKey() function in v8::internal::compiler::MapRef1237 return instance_descriptors().GetPropertyKey(descriptor_index); in GetPropertyKey()2011 NameRef DescriptorArrayRef::GetPropertyKey( in GetPropertyKey() function in v8::internal::compiler::DescriptorArrayRef
1726 NameRef property_name = boilerplate_map.GetPropertyKey(i); in TryAllocateFastLiteral()
2767 if (!receiver_map.GetPropertyKey(kLengthIndex).equals(length_string) || in ReduceFunctionPrototypeBind()2769 !receiver_map.GetPropertyKey(kNameIndex).equals(name_string) || in ReduceFunctionPrototypeBind()