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

  /external/chromium_org/third_party/tcmalloc/chromium/src/
profiledata.cc 48 #include "profiledata.h"
53 // All of these are initialized in profiledata.h.
54 const int ProfileData::kMaxStackDepth;
55 const int ProfileData::kAssociativity;
56 const int ProfileData::kBuckets;
57 const int ProfileData::kBufferLength;
59 ProfileData::Options::Options()
65 void ProfileData::Evict(const Entry& entry) {
79 ProfileData::ProfileData()
    [all...]
profiledata.h 78 class ProfileData {
105 ProfileData();
106 ~ProfileData();
180 DISALLOW_COPY_AND_ASSIGN(ProfileData);
  /external/chromium_org/third_party/tcmalloc/vendor/src/
profiledata.cc 48 #include "profiledata.h"
53 // All of these are initialized in profiledata.h.
54 const int ProfileData::kMaxStackDepth;
55 const int ProfileData::kAssociativity;
56 const int ProfileData::kBuckets;
57 const int ProfileData::kBufferLength;
59 ProfileData::Options::Options()
65 void ProfileData::Evict(const Entry& entry) {
79 ProfileData::ProfileData()
    [all...]
profiledata.h 78 class ProfileData {
105 ProfileData();
106 ~ProfileData();
180 DISALLOW_COPY_AND_ASSIGN(ProfileData);
  /external/chromium_org/chrome/browser/extensions/
user_script_listener.cc 59 struct UserScriptListener::ProfileData {
67 ProfileData() : user_scripts_ready(false) {}
178 ProfileData& data = profile_data_[profile_id];
189 ProfileData& data = profile_data_[profile_id];
  /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"
145 struct ProfileData {
165 const ProfileData *Data;
166 const ProfileData *DataEnd;
  /packages/apps/Settings/src/com/android/settings/accounts/
AccountSettings.java 83 private SparseArray<ProfileData> mProfiles = new SparseArray<ProfileData>();
93 private static class ProfileData {
183 final ProfileData profileData = mProfiles.get(userHandle.getIdentifier());
184 if (profileData != null) {
185 updateAccountTypes(profileData);
196 ProfileData profileData = mProfiles.valueAt(i);
197 if (preference == profileData.addAccountPreference)
    [all...]
  /external/llvm/lib/IR/
Instructions.cpp 793 MDNode *ProfileData = getMetadata(LLVMContext::MD_prof);
794 if (!ProfileData || ProfileData->getNumOperands() != 3)
799 ProfileData->getOperand(0),
800 ProfileData->getOperand(2),
801 ProfileData->getOperand(1)
804 MDNode::get(ProfileData->getContext(), Ops));
    [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp     [all...]
  /prebuilts/devtools/tools/lib/
traceview.jar 

Completed in 492 milliseconds