Searched refs:KeyedLoadSloppyArgumentsStub (Results 1 – 3 of 3) sorted by relevance
435 class KeyedLoadSloppyArgumentsStub : public TurboFanCodeStub {437 explicit KeyedLoadSloppyArgumentsStub(Isolate* isolate) in KeyedLoadSloppyArgumentsStub() function
309 TF_STUB(KeyedLoadSloppyArgumentsStub, CodeStubAssembler) { in TF_STUB() argument
1096 return KeyedLoadSloppyArgumentsStub(isolate()).GetCode(); in LoadElementHandler()