Searched refs:call_site (Results 1 – 6 of 6) sorted by relevance
/aosp12/frameworks/base/tools/aapt2/link/ |
H A D | ReferenceLinker_test.cpp | 262 const CallSite call_site{"com.app.test"}; in TEST() local 269 *test::BuildReference("com.app.test:string/foo"), call_site, context.get(), &table, &error); in TEST() 290 const CallSite call_site{"com.app.ext"}; in TEST() local 293 *test::BuildReference("com.app.test:attr/foo"), call_site, context.get(), &table, &error)); in TEST() 298 *test::BuildReference("com.app.test:attr/public_foo"), call_site, context.get(), &table, in TEST()
|
/aosp12/system/extras/simpleperf/ |
H A D | cmd_kmem.cpp | 100 TracingFieldPlace call_site; member 171 uint64_t call_site = format->call_site.ReadFromData(raw_data); in CreateSample() local 172 const Symbol* symbol = thread_tree_->FindKernelSymbol(call_site); in CreateSample() 607 format.GetField("call_site", f.call_site); in ProcessTracingData() 616 format.GetField("call_site", f.call_site); in ProcessTracingData()
|
/aosp12/art/runtime/interpreter/ |
H A 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() 1145 if (call_site.IsNull()) { in DoInvokeCustom() [all …]
|
/aosp12/art/runtime/mirror/ |
H A 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()
|
/aosp12/art/test/dexdump/ |
H A 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 …]
|
H A 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 …]
|