Home
last modified time | relevance | path

Searched refs:stats_flags (Results 1 – 3 of 3) sorted by relevance

/art/compiler/driver/
Dcompiler_driver-inl.h245 int stats_flags = kFlagMethodResolved; in IsFastInvoke() local
250 /*out*/&stats_flags, in IsFastInvoke()
256 stats_flags |= kFlagsMethodResolvedVirtualMadeDirect; in IsFastInvoke()
258 return stats_flags; in IsFastInvoke()
281 int stats_flags = kFlagMethodResolved; in IsFastInvoke() local
286 /*out*/&stats_flags, in IsFastInvoke()
292 stats_flags |= kFlagsMethodResolvedPreciseTypeDevirtualization; in IsFastInvoke()
294 return stats_flags; in IsFastInvoke()
303 int stats_flags = kFlagMethodResolved; in IsFastInvoke() local
308 /*out*/&stats_flags, in IsFastInvoke()
[all …]
Dcompiler_driver.cc1160 int* stats_flags, in GetCodeAndMethodForDirectCall() argument
1203 *stats_flags |= kFlagDirectCallToBoot | kFlagDirectMethodToBoot; in GetCodeAndMethodForDirectCall()
1285 int stats_flags = 0; in ComputeInvokeInfo() local
1311 stats_flags = IsFastInvoke( in ComputeInvokeInfo()
1314 result = stats_flags != 0; in ComputeInvokeInfo()
1325 stats_flags = kFlagMethodResolved; in ComputeInvokeInfo()
1327 &stats_flags, target_method, direct_code, direct_method); in ComputeInvokeInfo()
1339 ProcessedInvoke(orig_invoke_type, stats_flags); in ComputeInvokeInfo()
Dcompiler_driver.h697 /*out*/int* stats_flags,