Searched refs:ProfileType (Results 1 – 8 of 8) sorted by relevance
65 ProfileType Properties::sProfileType = ProfileType::None;109 sProfileType = ProfileType::None; in load()113 sProfileType = ProfileType::Bars; in load()115 sProfileType = ProfileType::Console; in load()181 ProfileType Properties::getProfileType() { in getProfileType()182 if (CC_UNLIKELY(sDisableProfileBars && sProfileType == ProfileType::Bars)) in getProfileType()183 return ProfileType::None; in getProfileType()
199 enum class ProfileType { None, Console, Bars }; enum245 static ProfileType getProfileType();307 static ProfileType sProfileType;
26 if (CC_LIKELY(mType == ProfileType::None)) return28 if (CC_LIKELY(mType == ProfileType::None && !mShowDirtyRegions)) return114 if (mType == ProfileType::Bars) { in draw()232 ProfileType newType = Properties::getProfileType(); in consumeProperties()235 if (mType == ProfileType::None) { in consumeProperties()
69 ProfileType mType = ProfileType::None;
67 public @interface ProfileType {} annotation in ArtManager108 public void snapshotRuntimeProfile(@ProfileType int profileType, @Nullable String packageName, in snapshotRuntimeProfile()132 public boolean isRuntimeProfilingEnabled(@ProfileType int profileType) { in isRuntimeProfilingEnabled()
29 import android.content.pm.dex.ArtManager.ProfileType;146 private boolean checkShellPermissions(@ProfileType int profileType, String packageName, in checkShellPermissions()175 public void snapshotRuntimeProfile(@ProfileType int profileType, @Nullable String packageName, in snapshotRuntimeProfile()313 public boolean isRuntimeProfilingEnabled(@ProfileType int profileType, String callingPackage) { in isRuntimeProfilingEnabled()
83 ProfileType::None != Properties::getProfileType())) { in draw()
113 ProfileType::None != Properties::getProfileType())) { in draw()