Home
last modified time | relevance | path

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

/external/v8/src/
Dlookup.h124 PropertyDetails property_details() const { in property_details() function
128 bool IsConfigurable() const { return property_details().IsConfigurable(); } in IsConfigurable()
129 bool IsReadOnly() const { return property_details().IsReadOnly(); } in IsReadOnly()
131 return property_details().representation(); in representation()
Dlookup.cc183 if (property_details().attributes() == attributes) return; in TransitionToAccessorProperty()
Dobjects.cc605 return maybe(it->property_details().attributes()); in GetPropertyAttributesWithFailedAccessCheck()
2865 if (it->property_details().IsReadOnly()) { in SetProperty()
2878 if (it->property_details().IsReadOnly()) { in SetProperty()
3822 PropertyDetails details = it.property_details(); in SetOwnPropertyIgnoreAttributes()
3899 PropertyDetails details = it.property_details(); in SetOwnPropertyIgnoreAttributes()
4007 return maybe(it->property_details().attributes()); in GetPropertyAttributes()
Druntime.cc2236 PropertyDetails old_details = it.property_details(); in DeclareGlobals()
4942 it.property_details().type() == FIELD) { in RUNTIME_FUNCTION()
11031 : it.property_details(); in RUNTIME_FUNCTION()
Dhydrogen.cc5380 New<HLoadGlobalCell>(cell, it.property_details()); in VisitVariableProxy()
6515 Add<HStoreGlobalCell>(value, cell, it.property_details()); in HandleGlobalVariableAssignment()
/external/v8/src/ic/
Dhandler-compiler.cc244 inline_followup = it->property_details().type() == FIELD; in CompileLoadInterceptor()
286 DCHECK_EQ(FIELD, it->property_details().type()); in GenerateLoadPostInterceptor()
Dic.cc1071 if (lookup->property_details().type() == FIELD) { in CompileHandler()
1082 DCHECK(lookup->property_details().type() == CONSTANT); in CompileHandler()
1515 if (lookup->property_details().type() == FIELD) { in CompileHandler()
1533 DCHECK(lookup->property_details().type() == CONSTANT); in CompileHandler()