Lines Matching refs:PropertyAccessInfo
68 class PropertyAccessInfo final {
72 static PropertyAccessInfo NotFound(Type* receiver_type,
74 static PropertyAccessInfo DataConstant(Type* receiver_type,
77 static PropertyAccessInfo DataField(
83 PropertyAccessInfo();
101 PropertyAccessInfo(MaybeHandle<JSObject> holder, Type* receiver_type);
102 PropertyAccessInfo(MaybeHandle<JSObject> holder, Handle<Object> constant,
104 PropertyAccessInfo(MaybeHandle<JSObject> holder,
133 PropertyAccessInfo* access_info);
136 ZoneVector<PropertyAccessInfo>* access_infos);
140 PropertyAccessInfo* access_info);
143 PropertyAccessInfo* access_info);