Home
last modified time | relevance | path

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

/external/v8/src/builtins/
Dbuiltins-handler.cc53 TF_BUILTIN(KeyedLoadIC_Slow, CodeStubAssembler) { in TF_BUILTIN() argument
Dbuiltins.h235 TFS(KeyedLoadIC_Slow, HANDLER, Code::LOAD_IC, LoadWithVector, 1) \
/external/v8/src/ic/
Dhandler-compiler.cc360 return isolate->builtins()->KeyedLoadIC_Slow(); in GetKeyedLoadHandler()