Home
last modified time | relevance | path

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

/external/v8/src/
Dcode-stubs.h2147 class StoreICStub : public TurboFanCodeStub {
2149 StoreICStub(Isolate* isolate, const StoreICState& state) in StoreICStub() function
2187 class KeyedStoreICTFStub : public StoreICStub {
2190 : StoreICStub(isolate, state) {} in KeyedStoreICTFStub()
2196 DEFINE_CODE_STUB(KeyedStoreICTF, StoreICStub);
Dcode-factory.cc97 StoreICStub stub(isolate, StoreICState(language_mode)); in StoreICInOptimizedCode()
Dcode-stubs.cc541 void StoreICStub::GenerateAssembly(CodeStubAssembler* assembler) const { in GenerateAssembly()