Home
last modified time | relevance | path

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

/external/v8/src/
Dcode-factory.cc63 KeyedLoadICTFStub stub(isolate); in KeyedLoadICInOptimizedCode()
Dcode-stubs.h2136 class KeyedLoadICTFStub : public LoadICStub {
2138 explicit KeyedLoadICTFStub(Isolate* isolate) : LoadICStub(isolate) {} in KeyedLoadICTFStub() function
Dcode-stubs.cc512 void KeyedLoadICTFStub::GenerateAssembly(CodeStubAssembler* assembler) const { in GenerateAssembly()