Searched refs:ImageProfileResult (Results 1 - 10 of 10) sorted by relevance

/haiku/src/bin/debug/profile/
H A DProfileResult.cpp26 // #pragma mark - ImageProfileResult
29 ImageProfileResult::ImageProfileResult(SharedImage* image, image_id id) function in class:ImageProfileResult
39 ImageProfileResult::~ImageProfileResult()
46 ImageProfileResult::Init()
H A DProfileResult.h20 class ImageProfileResult : public BReferenceable { class in inherits:BReferenceable
22 ImageProfileResult(SharedImage* image,
24 virtual ~ImageProfileResult();
49 virtual ImageProfileResult* VisitImages(Visitor& visitor) const = 0;
50 virtual ImageProfileResult* FindImage(addr_t address,
59 virtual bool VisitImage(ImageProfileResult* image) = 0;
84 ImageProfileResult*& _imageResult) = 0;
98 // #pragma mark - ImageProfileResult
102 ImageProfileResult::ID() const
109 ImageProfileResult
[all...]
H A DSummaryProfileResult.cpp15 SummaryImage::SummaryImage(ImageProfileResult* result)
102 ImageProfileResult*& _imageResult)
108 ImageProfileResult* imageResult;
114 BReference<ImageProfileResult> imageResultReference(imageResult, true);
137 ImageProfileResult*
150 ImageProfileResult*
H A DSummaryProfileResult.h16 SummaryImage(ImageProfileResult* result);
19 ImageProfileResult* Result() const { return fResult; }
25 ImageProfileResult* fResult;
75 ImageProfileResult*& _imageResult);
85 virtual ImageProfileResult* VisitImages(Visitor& visitor) const;
86 virtual ImageProfileResult* FindImage(addr_t address,
H A DThread.h24 ImageProfileResult* result);
28 ImageProfileResult* Result() const { return fResult; }
32 ImageProfileResult* fResult;
77 virtual ImageProfileResult* VisitImages(Visitor& visitor) const;
78 virtual ImageProfileResult* FindImage(addr_t address,
H A DBasicProfileResult.h12 class BasicImageProfileResult : public ImageProfileResult,
45 ImageProfileResult*& _imageResult);
H A DCallgrindProfileResult.h42 class CallgrindImageProfileResult : public ImageProfileResult,
79 ImageProfileResult*& _imageResult);
H A DThread.cpp24 ThreadImage::ThreadImage(Image* image, ImageProfileResult* result)
142 ImageProfileResult* result;
148 BReference<ImageProfileResult> resultReference(result, true);
244 ImageProfileResult*
263 ImageProfileResult*
H A DCallgrindProfileResult.cpp25 ImageProfileResult(image, id),
270 ImageProfileResult*& _imageResult)
H A DBasicProfileResult.cpp39 ImageProfileResult(image, id),
247 ImageProfileResult*& _imageResult)

Completed in 54 milliseconds