Home
last modified time | relevance | path

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

/external/v8/src/builtins/
Dbuiltins-handler.cc224 TF_BUILTIN(StoreIC_Normal, CodeStubAssembler) { in TF_BUILTIN() argument
Dbuiltins.h252 TFS(StoreIC_Normal, HANDLER, Code::STORE_IC, StoreWithVector, 1) \
/external/v8/src/ic/
Dic.cc2010 return isolate()->builtins()->StoreIC_Normal(); in GetMapIndependentHandler()