Searched refs:StoreGlobalStub (Results 1 – 3 of 3) sorted by relevance
1726 HValue* CodeStubGraphBuilder<StoreGlobalStub>::BuildCodeInitializedStub() { in BuildCodeInitializedStub()1727 StoreGlobalStub* stub = casted_stub(); in BuildCodeInitializedStub()1738 StoreGlobalStub::global_map_placeholder(isolate()))); in BuildCodeInitializedStub()1750 StoreGlobalStub::property_cell_placeholder(isolate()))); in BuildCodeInitializedStub()1813 Handle<Code> StoreGlobalStub::GenerateCode() { in GenerateCode()
1253 class StoreGlobalStub : public HandlerStub {1255 StoreGlobalStub(Isolate* isolate, PropertyCellType type, in StoreGlobalStub() function
1679 StoreGlobalStub stub(isolate, type, constant_type, in PropertyCellStoreHandler()