Home
last modified time | relevance | path

Searched refs:StoreGlobalStub (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/
Dcode-stubs.h1405 class StoreGlobalStub : public TurboFanCodeStub {
1407 StoreGlobalStub(Isolate* isolate, PropertyCellType type, in StoreGlobalStub() function
Dcode-stubs.cc2005 void StoreGlobalStub::GenerateAssembly(CodeStubAssembler* assembler) const { in GenerateAssembly()
2031 StoreGlobalStub::global_map_placeholder(isolate()))); in GenerateAssembly()
2038 StoreGlobalStub::property_cell_placeholder(isolate()))); in GenerateAssembly()
/external/v8/src/ic/
Dic.cc1946 StoreGlobalStub stub(isolate, type, constant_type, in PropertyCellStoreHandler()