Home
last modified time | relevance | path

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

/external/v8/src/ic/x64/
Dhandler-compiler-x64.cc193 Handle<PropertyCell> cell = JSGlobalObject::EnsurePropertyCell(global, name); in GenerateCheckPropertyCell()
/external/v8/src/ic/arm64/
Dhandler-compiler-arm64.cc100 Handle<Cell> cell = JSGlobalObject::EnsurePropertyCell(global, name); in GenerateCheckPropertyCell()
/external/v8/src/ic/ia32/
Dhandler-compiler-ia32.cc201 Handle<PropertyCell> cell = JSGlobalObject::EnsurePropertyCell(global, name); in GenerateCheckPropertyCell()
/external/v8/src/ic/arm/
Dhandler-compiler-arm.cc181 Handle<Cell> cell = JSGlobalObject::EnsurePropertyCell(global, name); in GenerateCheckPropertyCell()
/external/v8/src/ic/x87/
Dhandler-compiler-x87.cc201 Handle<PropertyCell> cell = JSGlobalObject::EnsurePropertyCell(global, name); in GenerateCheckPropertyCell()
/external/v8/src/ic/mips64/
Dhandler-compiler-mips64.cc178 Handle<Cell> cell = JSGlobalObject::EnsurePropertyCell(global, name); in GenerateCheckPropertyCell()
/external/v8/src/ic/mips/
Dhandler-compiler-mips.cc178 Handle<Cell> cell = JSGlobalObject::EnsurePropertyCell(global, name); in GenerateCheckPropertyCell()
/external/v8/src/
Dobjects.h7472 static Handle<PropertyCell> EnsurePropertyCell(Handle<JSGlobalObject> global,
Dobjects.cc14550 Handle<PropertyCell> JSGlobalObject::EnsurePropertyCell( in EnsurePropertyCell() function in v8::internal::JSGlobalObject