Home
last modified time | relevance | path

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

/external/v8/src/
Dcode-stubs-hydrogen.cc1726 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()
Dcode-stubs.h1253 class StoreGlobalStub : public HandlerStub {
1255 StoreGlobalStub(Isolate* isolate, PropertyCellType type, in StoreGlobalStub() function
/external/v8/src/ic/
Dic.cc1679 StoreGlobalStub stub(isolate, type, constant_type, in PropertyCellStoreHandler()