Searched refs:ProfileType (Results 1 – 8 of 8) sorted by relevance
50 ProfileType Properties::sProfileType = ProfileType::None;98 sProfileType = ProfileType::None; in load()101 sProfileType = ProfileType::Bars; in load()103 sProfileType = ProfileType::Console; in load()166 ProfileType Properties::getProfileType() { in getProfileType()167 if (CC_UNLIKELY(sDisableProfileBars && sProfileType == ProfileType::Bars)) in getProfileType()168 return ProfileType::None; in getProfileType()
177 enum class ProfileType { None, Console, Bars }; enum216 static ProfileType getProfileType();254 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()
30 import android.content.pm.dex.ArtManager.ProfileType;140 private boolean checkShellPermissions(@ProfileType int profileType, String packageName, in checkShellPermissions()169 public void snapshotRuntimeProfile(@ProfileType int profileType, @Nullable String packageName, in snapshotRuntimeProfile()310 public boolean isRuntimeProfilingEnabled(@ProfileType int profileType, String callingPackage) { in isRuntimeProfilingEnabled()
80 ProfileType::None != Properties::getProfileType())) { in draw()
109 ProfileType::None != Properties::getProfileType())) { in draw()