Home
last modified time | relevance | path

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

/external/v8/src/
Dcode-stubs.h435 class KeyedLoadSloppyArgumentsStub : public TurboFanCodeStub {
437 explicit KeyedLoadSloppyArgumentsStub(Isolate* isolate) in KeyedLoadSloppyArgumentsStub() function
Dcode-stubs.cc309 TF_STUB(KeyedLoadSloppyArgumentsStub, CodeStubAssembler) { in TF_STUB() argument
/external/v8/src/ic/
Dic.cc1096 return KeyedLoadSloppyArgumentsStub(isolate()).GetCode(); in LoadElementHandler()