Home | History | Annotate | Download | only in mips

Lines Matching defs:ic

32 #include "ic-inl.h"
454 ExternalReference(IC_Utility(IC::kSharedStoreIC_ExtendStorage),
580 ExternalReference(IC_Utility(IC::kLoadPropertyWithInterceptorOnly),
839 IC_Utility(IC
1359 ExternalReference(IC_Utility(IC::kLoadCallbackProperty),
1373 IC_Utility(IC::kLoadPropertyWithInterceptorForLoad), masm()->isolate());
1417 // function can all use this call IC. Before we load through the
2541 Handle<Code> ic = masm()->isolate()->builtins()->Builtins::StoreIC_Miss();
2542 __ Jump(ic, RelocInfo::CODE_TARGET);
2580 ExternalReference(IC_Utility(IC::kStoreCallbackProperty),
2586 Handle<Code> ic = masm()->isolate()->builtins()->StoreIC_Miss();
2587 __ Jump(ic, RelocInfo::CODE_TARGET);
2625 ExternalReference(IC_Utility(IC::kStoreInterceptorProperty),
2631 Handle<Code> ic = masm()->isolate()->builtins()->Builtins::StoreIC_Miss();
2632 __ Jump(ic, RelocInfo::CODE_TARGET);
2676 Handle<Code> ic = masm()->isolate()->builtins()->StoreIC_Miss();
2677 __ Jump(ic, RelocInfo::CODE_TARGET);
3021 Handle<Code> ic = isolate()->builtins()->KeyedLoadIC_Miss();
3022 __ Jump(ic, RelocInfo::CODE_TARGET);
3081 Handle<Code> ic = masm()->isolate()->builtins()->KeyedStoreIC_Miss();
3082 __ Jump(ic, RelocInfo::CODE_TARGET);
3105 Handle<Code> ic = isolate()->builtins()->KeyedStoreIC_Miss();
3106 __ Jump(ic, RelocInfo::CODE_TARGET);
4297 Handle<Code> ic =
4299 __ Jump(ic, RelocInfo::CODE_TARGET);
4438 // Handle store cache miss, replacing the ic with the generic stub.
4440 Handle<Code> ic =
4442 __ Jump(ic, RelocInfo::CODE_TARGET);