Home
last modified time | relevance | path

Searched refs:call_site (Results 1 – 4 of 4) sorted by relevance

/art/runtime/interpreter/
Dinterpreter_common.cc1086 Handle<mirror::CallSite> call_site = in InvokeBootstrapMethod() local
1089 Handle<mirror::MethodHandle> target = hs.NewHandle(call_site->GetTarget()); in InvokeBootstrapMethod()
1105 return call_site.Get(); in InvokeBootstrapMethod()
1127 call_site(hs.NewHandle(dex_cache->GetResolvedCallSite(call_site_idx))); in DoInvokeCustom() local
1128 if (call_site.IsNull()) { in DoInvokeCustom()
1129 call_site.Assign(InvokeBootstrapMethod(self, shadow_frame, call_site_idx)); in DoInvokeCustom()
1130 if (UNLIKELY(call_site.IsNull())) { in DoInvokeCustom()
1138 dex_cache->SetResolvedCallSite(call_site_idx, call_site.Get()); in DoInvokeCustom()
1139 call_site.Assign(winning_call_site); in DoInvokeCustom()
1145 Handle<mirror::MethodHandle> target = hs.NewHandle(call_site->GetTarget()); in DoInvokeCustom()
/art/runtime/mirror/
Ddex_cache-inl.h160 inline CallSite* DexCache::SetResolvedCallSite(uint32_t call_site_idx, CallSite* call_site) { in SetResolvedCallSite() argument
165 GcRoot<mirror::CallSite> candidate(call_site); in SetResolvedCallSite()
174 return call_site; in SetResolvedCallSite()
/art/test/dexdump/
Dinvoke-custom.txt620 000ea4: fc00 0000 0000 |001a: invoke-custom {}, call_site@0000
624 000eb4: fc00 0100 0000 |0022: invoke-custom {}, call_site@0001
638 000eee: fc10 0200 0100 |003f: invoke-custom {v1}, call_site@0002
1015 001298: fc00 0300 0000 |0000: invoke-custom {}, call_site@0003
1040 … |0017: invoke-custom/range {v0, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10}, call_site@0004
1056 0012f8: fc00 0b00 0000 |0000: invoke-custom {}, call_site@000b
1074 00131a: fc10 0c00 0000 |0005: invoke-custom {v0}, call_site@000c
1093 001340: fc30 0500 1002 |0006: invoke-custom {v0, v1, v2}, call_site@0005
1124 …00 0000 |000f: invoke-custom/range {v0, v1, v2, v3, v4, v5}, call_site@0006
1155 00140a: fc40 0700 1032 |000b: invoke-custom {v0, v1, v2, v3}, call_site@0007
[all …]
/art/runtime/
DAndroid.bp129 "mirror/call_site.cc",