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

  /external/llvm/include/llvm/Analysis/
ProfileDataLoader.h 62 && "A ProfileData::Edge can not be between two functions");
63 assert(e.second && "A ProfileData::Edge must have a real sink");
92 typedef ProfileDataT<Function, BasicBlock> ProfileData;
  /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 54 struct UserScriptListener::ProfileData {
62 ProfileData() : user_scripts_ready(false) {}
170 ProfileData& data = profile_data_[profile_id];
181 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() {
  /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 507 milliseconds