Searched refs:stats_flags (Results 1 – 3 of 3) sorted by relevance
/art/compiler/driver/ |
D | compiler_driver-inl.h | 368 int stats_flags = kFlagMethodResolved; in IsFastInvoke() local 373 /*out*/&stats_flags, in IsFastInvoke() 379 stats_flags |= kFlagsMethodResolvedVirtualMadeDirect; in IsFastInvoke() 381 return stats_flags; in IsFastInvoke() 401 int stats_flags = kFlagMethodResolved; in IsFastInvoke() local 406 /*out*/&stats_flags, in IsFastInvoke() 412 stats_flags |= kFlagsMethodResolvedPreciseTypeDevirtualization; in IsFastInvoke() 414 return stats_flags; in IsFastInvoke() 423 int stats_flags = kFlagMethodResolved; in IsFastInvoke() local 428 /*out*/&stats_flags, in IsFastInvoke() [all …]
|
D | compiler_driver.cc | 1636 int* stats_flags, in GetCodeAndMethodForDirectCall() argument 1684 *stats_flags |= kFlagDirectCallToBoot | kFlagDirectMethodToBoot; in GetCodeAndMethodForDirectCall() 1778 int stats_flags = 0; in ComputeInvokeInfo() local 1797 stats_flags = IsFastInvoke( in ComputeInvokeInfo() 1800 result = stats_flags != 0; in ComputeInvokeInfo() 1811 stats_flags = kFlagMethodResolved; in ComputeInvokeInfo() 1813 invoke_type, *invoke_type, false, h_referrer_class.Get(), resolved_method, &stats_flags, in ComputeInvokeInfo() 1826 ProcessedInvoke(orig_invoke_type, stats_flags); in ComputeInvokeInfo()
|
D | compiler_driver.h | 546 /*out*/int* stats_flags,
|