D | access-info.cc | 61 PropertyAccessInfo PropertyAccessInfo::NotFound(Type* receiver_type, in NotFound() 63 return PropertyAccessInfo(holder, receiver_type); in NotFound() 68 PropertyAccessInfo PropertyAccessInfo::DataConstant( in DataConstant() 71 return PropertyAccessInfo(holder, constant, receiver_type); in DataConstant() 76 PropertyAccessInfo PropertyAccessInfo::DataField( in DataField() 79 return PropertyAccessInfo(holder, transition_map, field_index, field_type, in DataField() 95 PropertyAccessInfo::PropertyAccessInfo() in PropertyAccessInfo() function in v8::internal::compiler::PropertyAccessInfo 99 PropertyAccessInfo::PropertyAccessInfo(MaybeHandle<JSObject> holder, in PropertyAccessInfo() function in v8::internal::compiler::PropertyAccessInfo 107 PropertyAccessInfo::PropertyAccessInfo(MaybeHandle<JSObject> holder, in PropertyAccessInfo() function in v8::internal::compiler::PropertyAccessInfo 116 PropertyAccessInfo::PropertyAccessInfo(MaybeHandle<JSObject> holder, in PropertyAccessInfo() function in v8::internal::compiler::PropertyAccessInfo [all …]
|