Home
last modified time | relevance | path

Searched refs:GetPropertyKey (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Dheap-refs.h595 NameRef GetPropertyKey(InternalIndex descriptor_index) const;
723 NameRef GetPropertyKey(InternalIndex descriptor_index) const;
Dheap-refs.cc1235 NameRef MapRef::GetPropertyKey(InternalIndex descriptor_index) const { in GetPropertyKey() function in v8::internal::compiler::MapRef
1237 return instance_descriptors().GetPropertyKey(descriptor_index); in GetPropertyKey()
2011 NameRef DescriptorArrayRef::GetPropertyKey( in GetPropertyKey() function in v8::internal::compiler::DescriptorArrayRef
Djs-create-lowering.cc1726 NameRef property_name = boilerplate_map.GetPropertyKey(i); in TryAllocateFastLiteral()
Djs-call-reducer.cc2767 if (!receiver_map.GetPropertyKey(kLengthIndex).equals(length_string) || in ReduceFunctionPrototypeBind()
2769 !receiver_map.GetPropertyKey(kNameIndex).equals(name_string) || in ReduceFunctionPrototypeBind()