Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
H A Dheap-refs.h595 NameRef GetPropertyKey(InternalIndex descriptor_index) const;
723 NameRef GetPropertyKey(InternalIndex descriptor_index) const;
H A 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
H A Djs-create-lowering.cc1726 NameRef property_name = boilerplate_map.GetPropertyKey(i); in TryAllocateFastLiteral()
H A Djs-call-reducer.cc2767 if (!receiver_map.GetPropertyKey(kLengthIndex).equals(length_string) ||
2769 !receiver_map.GetPropertyKey(kNameIndex).equals(name_string) ||

Completed in 18 milliseconds