Lines Matching refs:slow_stub
1020 code = slow_stub(); in UpdateCaches()
1026 if (code.is_null()) code = slow_stub(); in UpdateCaches()
1028 code = slow_stub(); in UpdateCaches()
1034 code = slow_stub(); in UpdateCaches()
1045 code = slow_stub(); in UpdateCaches()
1267 return slow_stub(); in CompileHandler()
1275 return slow_stub(); in CompileHandler()
1634 Handle<Code> StoreIC::slow_stub() const { in slow_stub() function in v8::internal::StoreIC
1665 Handle<Code> code = use_ic ? ComputeHandler(lookup, value) : slow_stub(); in UpdateCaches()
1828 return slow_stub(); in CompileHandler()
2159 if (!stub.is_null() && (*stub == megamorphic || *stub == *slow_stub())) { in Store()