Lines Matching defs:Descriptor
1842 int descriptor = transition->LastAdded();
1844 PropertyDetails details = descriptors->GetDetails(descriptor);
1854 smi_handler = StoreHandler::TransitionToConstant(isolate(), descriptor);
1861 FieldIndex index = FieldIndex::ForDescriptor(*transition, descriptor);
1863 isolate(), descriptor, index, representation, extend_storage);
2016 int descriptor = lookup->GetFieldDescriptorIndex();
2018 return StoreHandler::StoreField(isolate(), descriptor, index,
2871 typedef BinaryOpDescriptor Descriptor;
2872 Handle<Object> left = args.at(Descriptor::kLeft);
2873 Handle<Object> right = args.at(Descriptor::kRight);
2883 typedef BinaryOpWithAllocationSiteDescriptor Descriptor;
2885 args.at<AllocationSite>(Descriptor::kAllocationSite);
2886 Handle<Object> left = args.at(Descriptor::kLeft);
2887 Handle<Object> right = args.at(Descriptor::kRight);