Home
last modified time | relevance | path

Searched refs:LoadMapDescriptors (Results 1 – 7 of 7) sorted by relevance

/external/v8/src/builtins/
Dbuiltins-function-gen.cc48 TNode<DescriptorArray> descriptors = LoadMapDescriptors(receiver_map); in TF_BUILTIN()
Dbuiltins-object-gen.cc313 TNode<DescriptorArray> descriptors = LoadMapDescriptors(map); in FastGetOwnValuesOrEntries()
575 TNode<DescriptorArray> from_descriptors = LoadMapDescriptors(from_map); in ObjectAssignFast()
733 Node* object_descriptors = LoadMapDescriptors(object_map); in TF_BUILTIN()
824 Node* object_descriptors = LoadMapDescriptors(object_map); in TF_BUILTIN()
/external/v8/src/ic/
Dkeyed-store-generic.cc286 TNode<DescriptorArray> descriptors = LoadMapDescriptors(receiver_map); in StoreElementWithCapacity()
675 TNode<DescriptorArray> descriptors = LoadMapDescriptors(receiver_map); in EmitGenericPropertyStore()
Daccessor-assembler.cc332 TNode<DescriptorArray> descriptors = LoadMapDescriptors(map); in LoadDescriptorValueOrFieldType()
969 TNode<DescriptorArray> descriptors = LoadMapDescriptors(transition_map); in HandleStoreICTransitionMapHandlerCase()
2117 TNode<DescriptorArray> descriptors = LoadMapDescriptors(receiver_map); in GenericPropertyLoad()
/external/v8/src/interpreter/
Dinterpreter-generator.cc2883 Node* descriptors = LoadMapDescriptors(enumerator); in IGNITION_HANDLER()
/external/v8/src/
Dcode-stub-assembler.h880 TNode<DescriptorArray> LoadMapDescriptors(SloppyTNode<Map> map);
Dcode-stub-assembler.cc1633 TNode<DescriptorArray> CodeStubAssembler::LoadMapDescriptors( in LoadMapDescriptors() function in v8::internal::CodeStubAssembler
2830 TNode<DescriptorArray> descriptors = LoadMapDescriptors(map); in EnsureArrayLengthWritable()
8221 TNode<DescriptorArray> descriptors = LoadMapDescriptors(map); in TryLookupPropertyInSimpleObject()