Home | History | Annotate | Download | only in x64

Lines Matching refs:ExternalReference

473   ExternalReference cache_keys
474 = ExternalReference::keyed_lookup_cache_keys(masm->isolate());
496 ExternalReference cache_field_offsets
497 = ExternalReference::keyed_lookup_cache_field_offsets(masm->isolate());
617 ExternalReference(IC_Utility(kKeyedLoadPropertyWithInterceptor),
960 __ LoadAddress(rbx, ExternalReference(IC_Utility(id), masm->isolate()));
1380 ExternalReference ref =
1381 ExternalReference(IC_Utility(kLoadIC_Miss), masm->isolate());
1402 ExternalReference ref = force_generic
1403 ? ExternalReference(IC_Utility(kKeyedLoadIC_MissForceGeneric),
1405 : ExternalReference(IC_Utility(kKeyedLoadIC_Miss), masm->isolate());
1462 ExternalReference ref =
1463 ExternalReference(IC_Utility(kStoreIC_Miss), masm->isolate());
1517 ExternalReference ref =
1518 ExternalReference(IC_Utility(kStoreIC_ArrayLength), masm->isolate());
1608 ExternalReference ref(IC_Utility(kKeyedStoreIC_Slow), masm->isolate());
1628 ExternalReference ref = force_generic
1629 ? ExternalReference(IC_Utility(kKeyedStoreIC_MissForceGeneric),
1631 : ExternalReference(IC_Utility(kKeyedStoreIC_Miss), masm->isolate());