Home
last modified time | relevance | path

Searched refs:EnsurePropertyCell (Results 1 – 11 of 11) sorted by relevance

/external/v8/src/
Dlookup.cc249 auto cell = JSGlobalObject::EnsurePropertyCell( in PrepareTransitionToDataProperty()
Dobjects.h7508 static Handle<PropertyCell> EnsurePropertyCell(Handle<JSGlobalObject> global,
Dobjects.cc17717 Handle<PropertyCell> JSGlobalObject::EnsurePropertyCell( in EnsurePropertyCell() function in v8::internal::JSGlobalObject
/external/v8/src/ic/arm/
Dhandler-compiler-arm.cc198 Handle<PropertyCell> cell = JSGlobalObject::EnsurePropertyCell(global, name); in GenerateCheckPropertyCell()
/external/v8/src/ic/arm64/
Dhandler-compiler-arm64.cc109 Handle<PropertyCell> cell = JSGlobalObject::EnsurePropertyCell(global, name); in GenerateCheckPropertyCell()
/external/v8/src/ic/ppc/
Dhandler-compiler-ppc.cc196 Handle<PropertyCell> cell = JSGlobalObject::EnsurePropertyCell(global, name); in GenerateCheckPropertyCell()
/external/v8/src/ic/x64/
Dhandler-compiler-x64.cc211 Handle<PropertyCell> cell = JSGlobalObject::EnsurePropertyCell(global, name); in GenerateCheckPropertyCell()
/external/v8/src/ic/ia32/
Dhandler-compiler-ia32.cc228 Handle<PropertyCell> cell = JSGlobalObject::EnsurePropertyCell(global, name); in GenerateCheckPropertyCell()
/external/v8/src/ic/x87/
Dhandler-compiler-x87.cc228 Handle<PropertyCell> cell = JSGlobalObject::EnsurePropertyCell(global, name); in GenerateCheckPropertyCell()
/external/v8/src/ic/mips/
Dhandler-compiler-mips.cc194 Handle<PropertyCell> cell = JSGlobalObject::EnsurePropertyCell(global, name); in GenerateCheckPropertyCell()
/external/v8/src/ic/mips64/
Dhandler-compiler-mips64.cc194 Handle<PropertyCell> cell = JSGlobalObject::EnsurePropertyCell(global, name); in GenerateCheckPropertyCell()