Symbol: ImageProfileResult
src/bin/debug/profile/BasicProfileResult.cpp
264
ImageProfileResult*& _imageResult)
src/bin/debug/profile/BasicProfileResult.cpp
40
ImageProfileResult(image, id),
src/bin/debug/profile/BasicProfileResult.h
12
class BasicImageProfileResult : public ImageProfileResult,
src/bin/debug/profile/BasicProfileResult.h
46
ImageProfileResult*& _imageResult);
src/bin/debug/profile/CallgrindProfileResult.cpp
26
ImageProfileResult(image, id),
src/bin/debug/profile/CallgrindProfileResult.cpp
279
ImageProfileResult*& _imageResult)
src/bin/debug/profile/CallgrindProfileResult.h
42
class CallgrindImageProfileResult : public ImageProfileResult,
src/bin/debug/profile/CallgrindProfileResult.h
80
ImageProfileResult*& _imageResult);
src/bin/debug/profile/ProfileResult.cpp
29
ImageProfileResult::ImageProfileResult(SharedImage* image, image_id id)
src/bin/debug/profile/ProfileResult.cpp
39
ImageProfileResult::~ImageProfileResult()
src/bin/debug/profile/ProfileResult.cpp
46
ImageProfileResult::Init()
src/bin/debug/profile/ProfileResult.h
104
ImageProfileResult::ID() const
src/bin/debug/profile/ProfileResult.h
111
ImageProfileResult::GetImage() const
src/bin/debug/profile/ProfileResult.h
118
ImageProfileResult::TotalHits() const
src/bin/debug/profile/ProfileResult.h
136
virtual bool VisitImage(ImageProfileResult* image)
src/bin/debug/profile/ProfileResult.h
20
class ImageProfileResult : public BReferenceable {
src/bin/debug/profile/ProfileResult.h
22
ImageProfileResult(SharedImage* image,
src/bin/debug/profile/ProfileResult.h
24
virtual ~ImageProfileResult();
src/bin/debug/profile/ProfileResult.h
49
virtual ImageProfileResult* VisitImages(Visitor& visitor) const = 0;
src/bin/debug/profile/ProfileResult.h
50
virtual ImageProfileResult* FindImage(addr_t address,
src/bin/debug/profile/ProfileResult.h
59
virtual bool VisitImage(ImageProfileResult* image) = 0;
src/bin/debug/profile/ProfileResult.h
86
ImageProfileResult*& _imageResult) = 0;
src/bin/debug/profile/SummaryProfileResult.cpp
109
ImageProfileResult*& _imageResult)
src/bin/debug/profile/SummaryProfileResult.cpp
115
ImageProfileResult* imageResult;
src/bin/debug/profile/SummaryProfileResult.cpp
121
BReference<ImageProfileResult> imageResultReference(imageResult, true);
src/bin/debug/profile/SummaryProfileResult.cpp
144
ImageProfileResult*
src/bin/debug/profile/SummaryProfileResult.cpp
15
SummaryImage::SummaryImage(ImageProfileResult* result)
src/bin/debug/profile/SummaryProfileResult.cpp
157
ImageProfileResult*
src/bin/debug/profile/SummaryProfileResult.h
16
SummaryImage(ImageProfileResult* result);
src/bin/debug/profile/SummaryProfileResult.h
19
ImageProfileResult* Result() const { return fResult; }
src/bin/debug/profile/SummaryProfileResult.h
25
ImageProfileResult* fResult;
src/bin/debug/profile/SummaryProfileResult.h
76
ImageProfileResult*& _imageResult);
src/bin/debug/profile/SummaryProfileResult.h
86
virtual ImageProfileResult* VisitImages(Visitor& visitor) const;
src/bin/debug/profile/SummaryProfileResult.h
87
virtual ImageProfileResult* FindImage(addr_t address,
src/bin/debug/profile/Thread.cpp
143
ImageProfileResult* result;
src/bin/debug/profile/Thread.cpp
149
BReference<ImageProfileResult> resultReference(result, true);
src/bin/debug/profile/Thread.cpp
24
ThreadImage::ThreadImage(Image* image, ImageProfileResult* result)
src/bin/debug/profile/Thread.cpp
256
ImageProfileResult*
src/bin/debug/profile/Thread.cpp
275
ImageProfileResult*
src/bin/debug/profile/Thread.h
24
ImageProfileResult* result);
src/bin/debug/profile/Thread.h
28
ImageProfileResult* Result() const { return fResult; }
src/bin/debug/profile/Thread.h
32
ImageProfileResult* fResult;
src/bin/debug/profile/Thread.h
79
virtual ImageProfileResult* VisitImages(Visitor& visitor) const;
src/bin/debug/profile/Thread.h
80
virtual ImageProfileResult* FindImage(addr_t address,