Home | History | Annotate | Download | only in mips

Lines Matching refs:ExternalReference

516     __ PrepareCEntryFunction(ExternalReference(IC_Utility(id), isolate));
748 ExternalReference ref = ExternalReference(IC_Utility(kLoadIC_Miss), isolate);
942 ExternalReference ref = force_generic
943 ? ExternalReference(IC_Utility(kKeyedLoadIC_MissForceGeneric), isolate)
944 : ExternalReference(IC_Utility(kKeyedLoadIC_Miss), isolate);
1046 ExternalReference cache_keys =
1047 ExternalReference::keyed_lookup_cache_keys(isolate);
1071 ExternalReference cache_field_offsets =
1072 ExternalReference::keyed_lookup_cache_field_offsets(isolate);
1417 __ TailCallExternalReference(ExternalReference(
1436 ExternalReference ref = force_generic
1437 ? ExternalReference(IC_Utility(kKeyedStoreIC_MissForceGeneric),
1439 : ExternalReference(IC_Utility(kKeyedStoreIC_Miss), masm->isolate());
1458 ExternalReference ref =
1459 ExternalReference(IC_Utility(kKeyedStoreIC_Slow), masm->isolate());
1536 ExternalReference ref = ExternalReference(IC_Utility(kStoreIC_Miss),
1588 ExternalReference ref = ExternalReference(IC_Utility(kStoreIC_ArrayLength),