Home | History | Annotate | Download | only in ic

Lines Matching refs:KeyedLoadIC

489       return KeyedLoadIC::Clear(isolate, address, target, constant_pool);
511 void KeyedLoadIC::Clear(Isolate* isolate, Address address, Code* target,
568 Handle<Code> KeyedLoadIC::generic_stub(Isolate* isolate) {
599 set_target(*KeyedLoadIC::generic_stub(isolate()));
827 return KeyedLoadIC::generic_stub(isolate());
838 Handle<Code> KeyedLoadIC::pre_monomorphic_stub(Isolate* isolate) {
848 return KeyedLoadIC::pre_monomorphic_stub(isolate());
1124 Handle<Code> KeyedLoadIC::LoadElementStub(Handle<JSObject> receiver) {
1156 TRACE_GENERIC_IC(isolate(), "KeyedLoadIC", "same map added twice");
1163 TRACE_GENERIC_IC(isolate(), "KeyedLoadIC", "max polymorph exceeded");
1171 MaybeHandle<Object> KeyedLoadIC::Load(Handle<Object> object,
1206 TRACE_GENERIC_IC(isolate(), "KeyedLoadIC", "set generic");
2054 KeyedLoadIC ic(IC::NO_EXTRA_FRAME, isolate);
2068 KeyedLoadIC ic(IC::EXTRA_CALL_FRAME, isolate);