Home
last modified time | relevance | path

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

/external/v8/src/ic/
Dic-compiler.cc261 KeyedStoreSloppyArgumentsStub(isolate(), store_mode).GetCode(); in CompileKeyedStorePolymorphicHandlers()
287 stub = KeyedStoreSloppyArgumentsStub(isolate(), store_mode).GetCode(); in CompileKeyedStoreMonomorphicHandler()
/external/v8/src/
Dcode-stubs-hydrogen.cc1023 HValue* CodeStubGraphBuilder<KeyedStoreSloppyArgumentsStub>::BuildCodeStub() { in BuildCodeStub()
1032 Handle<Code> KeyedStoreSloppyArgumentsStub::GenerateCode() { in GenerateCode()
Dcode-stubs.h1070 class KeyedStoreSloppyArgumentsStub : public HandlerStub {
1072 explicit KeyedStoreSloppyArgumentsStub(Isolate* isolate, in KeyedStoreSloppyArgumentsStub() function