HomeSort by relevance Sort by last modified time
    Searched refs:ProfileData (Results 1 - 23 of 23) 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/
Makefile 15 IRReader LineEditor ProfileData
  /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 58 struct UserScriptListener::ProfileData {
66 ProfileData() : user_scripts_ready(false) {}
175 ProfileData& data = profile_data_[profile_id];
186 ProfileData& data = profile_data_[profile_id];
  /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;
profiler.cc 854 const ProfileData* prevData = nullptr;
868 ProfileData curData = ProfileData(methodname, count, size, usedPercent, topKPercentage);
875 bool ProfileFile::GetProfileData(ProfileFile::ProfileData* data, const std::string& method_name) {
  /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...]
  /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/ProfileData/
InstrProfReader.h 20 #include "llvm/ProfileData/InstrProf.h"
145 struct ProfileData {
165 const ProfileData *Data;
166 const ProfileData *DataEnd;
  /external/llvm/
Android.mk 33 lib/ProfileData \
  /external/llvm/lib/ProfileData/
InstrProfReader.cpp 15 #include "llvm/ProfileData/InstrProfReader.h"
16 #include "llvm/ProfileData/InstrProf.h"
220 ptrdiff_t CountersOffset = DataOffset + sizeof(ProfileData) * DataSize;
228 Data = reinterpret_cast<const ProfileData *>(Start + DataOffset);
  /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...]
  /art/compiler/driver/
compiler_driver.cc     [all...]

Completed in 628 milliseconds