Searched refs:stats_flags (Results 1 – 3 of 3) sorted by relevance
/art/compiler/driver/ |
D | compiler_driver-inl.h | 347 int stats_flags = kFlagMethodResolved; in IsFastInvoke() local 352 /*out*/&stats_flags, in IsFastInvoke() 358 stats_flags |= kFlagsMethodResolvedVirtualMadeDirect; in IsFastInvoke() 360 return stats_flags; in IsFastInvoke() 380 int stats_flags = kFlagMethodResolved; in IsFastInvoke() local 385 /*out*/&stats_flags, in IsFastInvoke() 391 stats_flags |= kFlagsMethodResolvedPreciseTypeDevirtualization; in IsFastInvoke() 393 return stats_flags; in IsFastInvoke() 402 int stats_flags = kFlagMethodResolved; in IsFastInvoke() local 407 /*out*/&stats_flags, in IsFastInvoke() [all …]
|
D | compiler_driver.cc | 1357 int* stats_flags, in GetCodeAndMethodForDirectCall() argument 1405 *stats_flags |= kFlagDirectCallToBoot | kFlagDirectMethodToBoot; in GetCodeAndMethodForDirectCall() 1497 int stats_flags = 0; in ComputeInvokeInfo() local 1517 stats_flags = IsFastInvoke( in ComputeInvokeInfo() 1520 result = stats_flags != 0; in ComputeInvokeInfo() 1531 stats_flags = kFlagMethodResolved; in ComputeInvokeInfo() 1533 invoke_type, *invoke_type, false, h_referrer_class.Get(), resolved_method, &stats_flags, in ComputeInvokeInfo() 1546 ProcessedInvoke(orig_invoke_type, stats_flags); in ComputeInvokeInfo()
|
D | compiler_driver.h | 540 /*out*/int* stats_flags,
|