HomeSort by relevance Sort by last modified time
    Searched defs:ProfileData (Results 1 - 9 of 9) sorted by null

  /frameworks/base/libs/hwui/
JankTracker.h 44 struct ProfileData {
75 static uint32_t findPercentile(const ProfileData* data, int p);
76 static void dumpData(const ProfileData* data, int fd);
80 ProfileData* mData;
  /packages/apps/Gallery2/src/com/android/gallery3d/util/
ProfileData.java 30 // ProfileData keeps profiling samples in a tree structure.
33 public class ProfileData {
35 private static final String TAG = "ProfileData";
54 public ProfileData() {
  /art/runtime/
profiler.h 240 class ProfileData {
242 ProfileData() : count_(0), method_size_(0), used_percent_(0) {}
243 ProfileData(const std::string& method_name, uint32_t count, uint32_t method_size,
274 bool GetProfileData(ProfileData* data, const std::string& method_name);
278 typedef std::map<std::string, ProfileData> ProfileMap;
  /external/llvm/include/llvm/ProfileData/
InstrProfReader.h 20 #include "llvm/ProfileData/InstrProf.h"
146 struct ProfileData {
166 const ProfileData *Data;
167 const ProfileData *DataEnd;
  /packages/apps/Settings/src/com/android/settings/accounts/
AccountSettings.java 88 private SparseArray<ProfileData> mProfiles = new SparseArray<ProfileData>();
98 private static class ProfileData {
193 final ProfileData profileData = mProfiles.get(userHandle.getIdentifier());
194 if (profileData != null) {
195 updateAccountTypes(profileData);
206 ProfileData profileData = mProfiles.valueAt(i);
207 if (preference == profileData.addAccountPreference)
    [all...]
  /external/llvm/lib/IR/
Instructions.cpp 818 MDNode *ProfileData = getMetadata(LLVMContext::MD_prof);
819 if (!ProfileData || ProfileData->getNumOperands() != 3)
823 Metadata *Ops[] = {ProfileData->getOperand(0), ProfileData->getOperand(2),
824 ProfileData->getOperand(1)};
826 MDNode::get(ProfileData->getContext(), Ops));
    [all...]
  /external/llvm/lib/CodeGen/
CodeGenPrepare.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp     [all...]
  /prebuilts/devtools/tools/lib/
traceview.jar 

Completed in 508 milliseconds