Home | History | Annotate | Download | only in arm

Lines Matching refs:ExternalReference

516     __ mov(r1, Operand(ExternalReference(IC_Utility(id), isolate)));
752 ExternalReference ref =
753 ExternalReference(IC_Utility(kLoadIC_Miss), isolate);
941 ExternalReference ref = force_generic
942 ? ExternalReference(IC_Utility(kKeyedLoadIC_MissForceGeneric), isolate)
943 : ExternalReference(IC_Utility(kKeyedLoadIC_Miss), isolate);
1042 ExternalReference cache_keys =
1043 ExternalReference::keyed_lookup_cache_keys(isolate);
1073 ExternalReference cache_field_offsets =
1074 ExternalReference::keyed_lookup_cache_field_offsets(isolate);
1195 ExternalReference(IC_Utility(kKeyedLoadPropertyWithInterceptor),
1216 ExternalReference ref = force_generic
1217 ? ExternalReference(IC_Utility(kKeyedStoreIC_MissForceGeneric),
1219 : ExternalReference(IC_Utility(kKeyedStoreIC_Miss), masm->isolate());
1237 ExternalReference ref =
1238 ExternalReference(IC_Utility(kKeyedStoreIC_Slow), masm->isolate());
1537 ExternalReference ref =
1538 ExternalReference(IC_Utility(kStoreIC_Miss), masm->isolate());
1589 ExternalReference ref =
1590 ExternalReference(IC_Utility(kStoreIC_ArrayLength), masm->isolate());