Symbol: SharedImage
src/bin/debug/profile/BasicProfileResult.cpp
263
BasicProfileResult::GetImageProfileResult(SharedImage* image, image_id id,
src/bin/debug/profile/BasicProfileResult.cpp
37
BasicImageProfileResult::BasicImageProfileResult(SharedImage* image,
src/bin/debug/profile/BasicProfileResult.h
15
BasicImageProfileResult(SharedImage* image,
src/bin/debug/profile/BasicProfileResult.h
44
virtual status_t GetImageProfileResult(SharedImage* image,
src/bin/debug/profile/CallgrindProfileResult.cpp
23
CallgrindImageProfileResult::CallgrindImageProfileResult(SharedImage* image,
src/bin/debug/profile/CallgrindProfileResult.cpp
278
CallgrindProfileResult::GetImageProfileResult(SharedImage* image, image_id id,
src/bin/debug/profile/CallgrindProfileResult.h
45
CallgrindImageProfileResult(SharedImage* image,
src/bin/debug/profile/CallgrindProfileResult.h
78
virtual status_t GetImageProfileResult(SharedImage* image,
src/bin/debug/profile/Image.cpp
9
Image::Image(SharedImage* image, const image_info& info, team_id owner,
src/bin/debug/profile/Image.h
13
Image(SharedImage* image,
src/bin/debug/profile/Image.h
18
inline SharedImage* GetSharedImage() const { return fImage; }
src/bin/debug/profile/Image.h
36
SharedImage* fImage;
src/bin/debug/profile/ProfileResult.cpp
29
ImageProfileResult::ImageProfileResult(SharedImage* image, image_id id)
src/bin/debug/profile/ProfileResult.h
110
SharedImage*
src/bin/debug/profile/ProfileResult.h
22
ImageProfileResult(SharedImage* image,
src/bin/debug/profile/ProfileResult.h
29
inline SharedImage* GetImage() const;
src/bin/debug/profile/ProfileResult.h
34
SharedImage* fImage;
src/bin/debug/profile/ProfileResult.h
84
virtual status_t GetImageProfileResult(SharedImage* image,
src/bin/debug/profile/SharedImage.cpp
101
SharedImage::FindSymbol(addr_t address) const
src/bin/debug/profile/SharedImage.cpp
126
SharedImage::_Init(debug_symbol_iterator* iterator)
src/bin/debug/profile/SharedImage.cpp
20
SharedImage::SharedImage()
src/bin/debug/profile/SharedImage.cpp
28
SharedImage::~SharedImage()
src/bin/debug/profile/SharedImage.cpp
39
SharedImage::Init(team_id owner, image_id imageID)
src/bin/debug/profile/SharedImage.cpp
81
SharedImage::Init(const char* path)
src/bin/debug/profile/SharedImage.h
100
SharedImage::SymbolCount() const
src/bin/debug/profile/SharedImage.h
107
SharedImage::ContainsAddress(addr_t address) const
src/bin/debug/profile/SharedImage.h
17
class SharedImage;
src/bin/debug/profile/SharedImage.h
22
Symbol(SharedImage* image, addr_t base, size_t size, const char* name)
src/bin/debug/profile/SharedImage.h
33
SharedImage* image;
src/bin/debug/profile/SharedImage.h
48
class SharedImage : public BReferenceable {
src/bin/debug/profile/SharedImage.h
50
SharedImage();
src/bin/debug/profile/SharedImage.h
51
~SharedImage();
src/bin/debug/profile/SharedImage.h
79
SharedImage::Name() const
src/bin/debug/profile/SharedImage.h
86
SharedImage::Info() const
src/bin/debug/profile/SharedImage.h
93
SharedImage::Symbols() const
src/bin/debug/profile/SummaryProfileResult.cpp
108
SummaryProfileResult::GetImageProfileResult(SharedImage* image, image_id id,
src/bin/debug/profile/SummaryProfileResult.h
20
SharedImage* GetImage() const { return fResult->GetImage(); }
src/bin/debug/profile/SummaryProfileResult.h
31
typedef SharedImage* KeyType;
src/bin/debug/profile/SummaryProfileResult.h
34
size_t HashKey(SharedImage* key) const
src/bin/debug/profile/SummaryProfileResult.h
44
bool Compare(SharedImage* key, SummaryImage* value) const
src/bin/debug/profile/SummaryProfileResult.h
74
virtual status_t GetImageProfileResult(SharedImage* image,
src/bin/debug/profile/Team.cpp
210
Team::AddImage(SharedImage* sharedImage, const image_info& imageInfo,
src/bin/debug/profile/Team.h
19
class SharedImage;
src/bin/debug/profile/Team.h
37
status_t AddImage(SharedImage* sharedImage,
src/bin/debug/profile/profile.cpp
247
SharedImage* sharedImage = NULL;
src/bin/debug/profile/profile.cpp
365
SharedImage* sharedImage = kernelImages.ItemAt(i)->GetSharedImage();
src/bin/debug/profile/profile.cpp
379
SharedImage* sharedImage;
src/bin/debug/profile/profile.cpp
436
SharedImage** _sharedImage)
src/bin/debug/profile/profile.cpp
446
SharedImage* sharedImage = new(std::nothrow) SharedImage;
src/bin/debug/profile/profile.cpp
449
ObjectDeleter<SharedImage> imageDeleter(sharedImage);
src/bin/debug/profile/profile.cpp
491
typedef std::map<std::string, SharedImage*> ImageMap;