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

  /external/chromium_org/third_party/tcmalloc/chromium/src/
profiledata.h 78 class ProfileData {
105 ProfileData();
106 ~ProfileData();
180 DISALLOW_COPY_AND_ASSIGN(ProfileData);
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...]
profiler.cc 67 #include "profiledata.h"
98 // This lock implements the locking requirements described in the ProfileData
108 ProfileData collector_;
168 ProfileData::Options collector_options;
231 ProfileData::State collector_state;
269 void* stack[ProfileData::kMaxStackDepth];
  /external/chromium_org/third_party/tcmalloc/vendor/src/
profiledata.h 78 class ProfileData {
105 ProfileData();
106 ~ProfileData();
180 DISALLOW_COPY_AND_ASSIGN(ProfileData);
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...]
profiler.cc 65 #include "profiledata.h"
96 // This lock implements the locking requirements described in the ProfileData
106 ProfileData collector_;
166 ProfileData::Options collector_options;
229 ProfileData::State collector_state;
267 void* stack[ProfileData::kMaxStackDepth];
  /external/llvm/lib/Analysis/
ProfileDataLoaderPass.cpp 65 virtual void readEdge(unsigned, ProfileData&, ProfileData::Edge,
67 virtual unsigned matchEdges(Module&, ProfileData&, ArrayRef<unsigned>);
68 virtual void setBranchWeightMetadata(Module&, ProfileData&);
94 ProfileData &PB, ProfileData::Edge e,
108 unsigned ProfileMetadataLoaderPass::matchEdges(Module &M, ProfileData &PB,
134 ProfileData &PB) {
152 ProfileData::Edge edge = PB.getEdge(BB, TI->getSuccessor(s));
173 ProfileData PB
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/tests/
profiledata_unittest.cc 33 // This file contains the unit tests for the ProfileData class.
46 #include "profiledata.h"
106 // must be the same as with ProfileData::Slot.
323 ProfileData::State state;
329 void ExpectSameState(const ProfileData::State& before,
330 const ProfileData::State& after) {
337 ProfileData collector_;
378 ProfileData::State state_before;
395 ProfileData::State state_after;
410 ProfileData::Options options
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/tests/
profiledata_unittest.cc 33 // This file contains the unit tests for the ProfileData class.
46 #include "profiledata.h"
106 // must be the same as with ProfileData::Slot.
323 ProfileData::State state;
329 void ExpectSameState(const ProfileData::State& before,
330 const ProfileData::State& after) {
337 ProfileData collector_;
378 ProfileData::State state_before;
395 ProfileData::State state_after;
410 ProfileData::Options options
    [all...]
  /external/chromium_org/chrome/browser/extensions/
user_script_listener.h 91 struct ProfileData;
92 typedef std::map<void*, ProfileData> ProfileDataMap;
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/
Profile.java 68 private ProfileData mProfileData = new ProfileData();
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/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/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...]
  /prebuilts/devtools/tools/lib/
traceview.jar 
  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp     [all...]

Completed in 198 milliseconds