Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Dheap-refs.h594 PropertyDetails GetPropertyDetails(InternalIndex descriptor_index) const;
722 PropertyDetails GetPropertyDetails(InternalIndex descriptor_index) const;
Dheap-refs.cc1229 PropertyDetails MapRef::GetPropertyDetails( in GetPropertyDetails() function in v8::internal::compiler::MapRef
1232 return instance_descriptors().GetPropertyDetails(descriptor_index); in GetPropertyDetails()
2006 PropertyDetails DescriptorArrayRef::GetPropertyDetails( in GetPropertyDetails() function in v8::internal::compiler::DescriptorArrayRef
Dcompilation-dependencies.cc1071 PropertyConstness constness = map.GetPropertyDetails(descriptor).constness(); in DependOnFieldConstness()
Djs-create-lowering.cc1721 boilerplate_map.GetPropertyDetails(i); in TryAllocateFastLiteral()