Searched refs:ProfileData (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dprofiledata.cc54 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() function in class:ProfileData
91 bool ProfileData::Start(const char* fname,
92 const ProfileData
[all...]
H A Dprofiledata.h78 class ProfileData { class
105 ProfileData();
106 ~ProfileData();
180 DISALLOW_COPY_AND_ASSIGN(ProfileData);
H A Dprofiler.cc98 // 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/
H A Dprofiledata.cc54 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() function in class:ProfileData
91 bool ProfileData::Start(const char* fname,
92 const ProfileData
[all...]
H A Dprofiledata.h78 class ProfileData { class
105 ProfileData();
106 ~ProfileData();
180 DISALLOW_COPY_AND_ASSIGN(ProfileData);
H A Dprofiler.cc96 // 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/
H A DProfileDataLoaderPass.cpp65 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 P
[all...]
/external/chromium_org/third_party/tcmalloc/chromium/src/tests/
H A Dprofiledata_unittest.cc33 // This file contains the unit tests for the ProfileData class.
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;
433 ProfileData
[all...]
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/
H A Dprofiledata_unittest.cc33 // This file contains the unit tests for the ProfileData class.
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;
433 ProfileData
[all...]
/external/chromium_org/chrome/browser/extensions/
H A Duser_script_listener.h91 struct ProfileData;
92 typedef std::map<void*, ProfileData> ProfileDataMap;
H A Duser_script_listener.cc54 struct UserScriptListener::ProfileData { struct in class:extensions::UserScriptListener
62 ProfileData() : user_scripts_ready(false) {} function in struct:extensions::UserScriptListener::ProfileData
170 ProfileData& data = profile_data_[profile_id];
181 ProfileData& data = profile_data_[profile_id];
/external/llvm/include/llvm/Analysis/
H A DProfileDataLoader.h62 && "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; typedef in namespace:llvm
/external/llvm/lib/IR/
H A DInstructions.cpp793 MDNode *ProfileData = getMetadata(LLVMContext::MD_prof); local
794 if (!ProfileData || ProfileData->getNumOperands() != 3)
799 ProfileData->getOperand(0),
800 ProfileData->getOperand(2),
801 ProfileData->getOperand(1)
804 MDNode::get(ProfileData->getContext(), Ops));
/external/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp1915 MDNode *ProfileData = BI->getMetadata(LLVMContext::MD_prof); local
1916 if (!ProfileData || ProfileData->getNumOperands() != 3) return false;
1917 ConstantInt *CITrue = dyn_cast<ConstantInt>(ProfileData->getOperand(1));
1918 ConstantInt *CIFalse = dyn_cast<ConstantInt>(ProfileData->getOperand(2));

Completed in 306 milliseconds