Searched refs:call_site (Results 1 – 4 of 4) sorted by relevance
/art/runtime/interpreter/ |
D | interpreter_common.cc | 1088 ObjPtr<mirror::CallSite> call_site = ObjPtr<mirror::CallSite>::DownCast(result.GetL()); in InvokeBootstrapMethod() local 1089 ObjPtr<mirror::MethodHandle> target = call_site->GetTarget(); in InvokeBootstrapMethod() 1094 return call_site; in InvokeBootstrapMethod() 1107 ObjPtr<mirror::CallSite> call_site = dex_cache->GetResolvedCallSite(call_site_idx); in DoResolveCallSite() local 1108 if (LIKELY(call_site != nullptr)) { in DoResolveCallSite() 1109 return call_site; in DoResolveCallSite() 1113 call_site = InvokeBootstrapMethod(self, shadow_frame, call_site_idx); in DoResolveCallSite() 1114 if (UNLIKELY(call_site == nullptr)) { in DoResolveCallSite() 1124 return dex_cache->SetResolvedCallSite(call_site_idx, call_site); in DoResolveCallSite() 1144 ObjPtr<mirror::CallSite> call_site = DoResolveCallSite(self, shadow_frame, call_site_idx); in DoInvokeCustom() local [all …]
|
/art/runtime/mirror/ |
D | dex_cache-inl.h | 219 ObjPtr<CallSite> call_site) { in SetResolvedCallSite() argument 224 GcRoot<mirror::CallSite> candidate(call_site); in SetResolvedCallSite() 233 return call_site; in SetResolvedCallSite()
|
/art/test/dexdump/ |
D | invoke-custom.txt | 1824 001ff2: fc00 0000 0000 |0007: invoke-custom {}, call_site@0000 1825 001ff8: fc00 0100 0000 |000a: invoke-custom {}, call_site@0001 1836 002028: fc00 0200 0000 |0022: invoke-custom {}, call_site@0002 1847 002058: fc00 0300 0000 |003a: invoke-custom {}, call_site@0003 1873 0020ca: fc00 0400 0000 |0073: invoke-custom {}, call_site@0004 1899 00213c: fc00 0500 0000 |00ac: invoke-custom {}, call_site@0005 1925 0021ae: fc00 0600 0000 |00e5: invoke-custom {}, call_site@0006 1951 002220: fc00 0700 0000 |011e: invoke-custom {}, call_site@0007 1977 002292: fc00 0800 0000 |0157: invoke-custom {}, call_site@0008 1978 002298: fc00 0900 0000 |015a: invoke-custom {}, call_site@0009 [all …]
|
D | all-dex-files.txt | 10648 001ff2: fc00 0000 0000 |0007: invoke-custom {}, call_site@0000 10649 001ff8: fc00 0100 0000 |000a: invoke-custom {}, call_site@0001 10660 002028: fc00 0200 0000 |0022: invoke-custom {}, call_site@0002 10671 002058: fc00 0300 0000 |003a: invoke-custom {}, call_site@0003 10697 0020ca: fc00 0400 0000 |0073: invoke-custom {}, call_site@0004 10723 00213c: fc00 0500 0000 |00ac: invoke-custom {}, call_site@0005 10749 0021ae: fc00 0600 0000 |00e5: invoke-custom {}, call_site@0006 10775 002220: fc00 0700 0000 |011e: invoke-custom {}, call_site@0007 10801 002292: fc00 0800 0000 |0157: invoke-custom {}, call_site@0008 10802 002298: fc00 0900 0000 |015a: invoke-custom {}, call_site@0009 [all …]
|