Lines Matching refs:StoreIC
474 void StoreIC::Clear(Isolate* isolate, Code* host, StoreICNexus* nexus) { in Clear()
1430 bool StoreIC::LookupForWrite(LookupIterator* it, Handle<Object> value, in LookupForWrite()
1498 MaybeHandle<Object> StoreIC::Store(Handle<Object> object, Handle<Name> name, in Store()
1572 Handle<Code> StoreIC::initialize_stub_in_optimized_code( in initialize_stub_in_optimized_code()
1578 void StoreIC::UpdateCaches(LookupIterator* lookup, Handle<Object> value, in UpdateCaches()
1614 Handle<Code> StoreIC::GetMapIndependentHandler(LookupIterator* lookup) { in GetMapIndependentHandler()
1744 Handle<Code> StoreIC::CompileHandler(LookupIterator* lookup, in CompileHandler()
2109 StoreIC::Store(object, Handle<Name>::cast(key), value, in Store()
2423 StoreIC ic(IC::NO_EXTRA_FRAME, isolate, &nexus); in RUNTIME_FUNCTION()
2471 StoreIC ic(IC::EXTRA_CALL_FRAME, isolate, &nexus); in RUNTIME_FUNCTION()
2532 StoreIC ic(IC::NO_EXTRA_FRAME, isolate, &nexus); in RUNTIME_FUNCTION()
2957 StoreIC ic(IC::NO_EXTRA_FRAME, isolate, &nexus); in RUNTIME_FUNCTION()