Searched refs:call_site (Results 1 – 4 of 4) sorted by relevance
/art/runtime/interpreter/ |
D | interpreter_common.cc | 1070 ObjPtr<mirror::CallSite> call_site = ObjPtr<mirror::CallSite>::DownCast(result.GetL()); in InvokeBootstrapMethod() local 1071 ObjPtr<mirror::MethodHandle> target = call_site->GetTarget(); in InvokeBootstrapMethod() 1076 return call_site; in InvokeBootstrapMethod() 1089 ObjPtr<mirror::CallSite> call_site = dex_cache->GetResolvedCallSite(call_site_idx); in DoResolveCallSite() local 1090 if (LIKELY(call_site != nullptr)) { in DoResolveCallSite() 1091 return call_site; in DoResolveCallSite() 1095 call_site = InvokeBootstrapMethod(self, shadow_frame, call_site_idx); in DoResolveCallSite() 1096 if (UNLIKELY(call_site == nullptr)) { in DoResolveCallSite() 1106 return dex_cache->SetResolvedCallSite(call_site_idx, call_site); in DoResolveCallSite() 1126 ObjPtr<mirror::CallSite> call_site = DoResolveCallSite(self, shadow_frame, call_site_idx); in DoInvokeCustom() local [all …]
|
/art/runtime/mirror/ |
D | dex_cache-inl.h | 222 ObjPtr<CallSite> call_site) { in SetResolvedCallSite() argument 227 GcRoot<mirror::CallSite> candidate(call_site); in SetResolvedCallSite() 238 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 | 10641 001ff2: fc00 0000 0000 |0007: invoke-custom {}, call_site@0000 10642 001ff8: fc00 0100 0000 |000a: invoke-custom {}, call_site@0001 10653 002028: fc00 0200 0000 |0022: invoke-custom {}, call_site@0002 10664 002058: fc00 0300 0000 |003a: invoke-custom {}, call_site@0003 10690 0020ca: fc00 0400 0000 |0073: invoke-custom {}, call_site@0004 10716 00213c: fc00 0500 0000 |00ac: invoke-custom {}, call_site@0005 10742 0021ae: fc00 0600 0000 |00e5: invoke-custom {}, call_site@0006 10768 002220: fc00 0700 0000 |011e: invoke-custom {}, call_site@0007 10794 002292: fc00 0800 0000 |0157: invoke-custom {}, call_site@0008 10795 002298: fc00 0900 0000 |015a: invoke-custom {}, call_site@0009 [all …]
|