Searched refs:KeyedLoadSloppyArgumentsStub (Results 1 – 4 of 4) sorted by relevance
394 cached_stub = KeyedLoadSloppyArgumentsStub(isolate()).GetCode(); in CompileElementHandlers()
100 stub = KeyedLoadSloppyArgumentsStub(isolate).GetCode(); in ComputeKeyedLoadMonomorphic()
630 HValue* CodeStubGraphBuilder<KeyedLoadSloppyArgumentsStub>::BuildCodeStub() { in BuildCodeStub()717 Handle<Code> KeyedLoadSloppyArgumentsStub::GenerateCode() { in GenerateCode()
918 class KeyedLoadSloppyArgumentsStub : public HandlerStub {920 explicit KeyedLoadSloppyArgumentsStub(Isolate* isolate) in KeyedLoadSloppyArgumentsStub() function