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

  /external/llvm/unittests/ProfileData/
Makefile 1 ##===- unittests/ProfileData/Makefile ----------------------*- Makefile -*-===##
11 TESTNAME = ProfileData
12 LINK_COMPONENTS := ProfileData Core Support
  /external/llvm/lib/
Makefile 15 IRReader LineEditor ProfileData Passes LibDriver
  /external/llvm/unittests/
Makefile 13 ExecutionEngine IR LineEditor Linker MC Option ProfileData \
  /frameworks/base/libs/hwui/
JankTracker.h 45 struct ProfileData {
78 static uint32_t findPercentile(const ProfileData* data, int p);
79 static void dumpData(const ProfileData* data, int fd);
91 ProfileData* mData;
JankTracker.cpp 126 mData = new ProfileData;
153 munmap(mData, sizeof(ProfileData));
163 if (regionSize < static_cast<int>(sizeof(ProfileData))) {
165 regionSize, static_cast<unsigned int>(sizeof(ProfileData)));
168 ProfileData* newData = reinterpret_cast<ProfileData*>(
169 mmap(NULL, sizeof(ProfileData), PROT_READ | PROT_WRITE,
280 if (bufsize < sizeof(ProfileData)) {
283 const ProfileData* data = reinterpret_cast<const ProfileData*>(buffer)
    [all...]
  /external/llvm/lib/ProfileData/
InstrProfWriter.cpp 15 #include "llvm/ProfileData/InstrProfWriter.h"
50 for (const auto &ProfileData : *V) {
51 const InstrProfRecord &ProfRecord = ProfileData.second;
57 M += ValueProfData::getSize(ProfileData.second);
72 for (const auto &ProfileData : *V) {
73 const InstrProfRecord &ProfRecord = ProfileData.second;
75 LE.write<uint64_t>(ProfileData.first); // Function hash
82 ValueProfData::serializeFrom(ProfileData.second);
184 #include "llvm/ProfileData/InstrProfData.inc"
InstrProfReader.cpp 15 #include "llvm/ProfileData/InstrProfReader.h"
283 for (const RawInstrProf::ProfileData<IntPtrT> *I = Data; I != DataEnd; ++I) {
308 auto DataSizeInBytes = DataSize * sizeof(RawInstrProf::ProfileData<IntPtrT>);
321 Data = reinterpret_cast<const RawInstrProf::ProfileData<IntPtrT> *>(
  /art/runtime/
profiler.h 244 class ProfileData {
246 ProfileData() : count_(0), method_size_(0), used_percent_(0), top_k_used_percentage_(0) {}
247 ProfileData(const std::string& method_name, uint32_t count, uint32_t method_size,
278 bool GetProfileData(ProfileData* data, const std::string& method_name);
282 typedef std::map<std::string, ProfileData> ProfileMap;
profiler.cc 860 const ProfileData* prevData = nullptr;
874 ProfileData curData = ProfileData(methodname, count, size, usedPercent, topKPercentage);
881 bool ProfileFile::GetProfileData(ProfileFile::ProfileData* data, const std::string& method_name) {
  /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() {
  /packages/apps/Settings/src/com/android/settings/accounts/
AccountSettings.java 99 private SparseArray<ProfileData> mProfiles = new SparseArray<ProfileData>();
109 private static class ProfileData {
208 final ProfileData profileData = mProfiles.get(userHandle.getIdentifier());
209 if (profileData != null) {
210 updateAccountTypes(profileData);
221 ProfileData profileData = mProfiles.valueAt(i);
222 if (preference == profileData.addAccountPreference)
    [all...]
  /external/llvm/include/llvm/ProfileData/
InstrProfReader.h 20 #include "llvm/ProfileData/InstrProf.h"
159 const RawInstrProf::ProfileData<IntPtrT> *Data;
160 const RawInstrProf::ProfileData<IntPtrT> *DataEnd;
InstrProf.h 23 #include "llvm/ProfileData/InstrProfData.inc"
199 #include "llvm/ProfileData/InstrProfData.inc"
462 #include "llvm/ProfileData/InstrProfData.inc"
548 template <class IntPtrT> struct LLVM_ALIGNAS(8) ProfileData {
550 #include "llvm/ProfileData/InstrProfData.inc"
559 #include "llvm/ProfileData/InstrProfData.inc"
577 #include "llvm/ProfileData/InstrProfData.inc"
  /external/llvm/
Android.mk 48 lib/ProfileData \
  /external/llvm/lib/IR/
Instructions.cpp     [all...]
  /prebuilts/devtools/tools/lib/
traceview.jar 
  /prebuilts/gradle-plugin/com/android/tools/traceview/24.4.0-beta6/
traceview-24.4.0-beta6.jar 
  /prebuilts/gradle-plugin/com/android/tools/traceview/24.5.0/
traceview-24.5.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/traceview/25.0.0-alpha1/
traceview-25.0.0-alpha1.jar 
  /external/llvm/lib/CodeGen/
CodeGenPrepare.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp     [all...]

Completed in 207 milliseconds