Symbol: CallgrindImageProfileResult
src/bin/debug/profile/CallgrindProfileResult.cpp
106
CallgrindImageProfileResult::OutputIndex() const
src/bin/debug/profile/CallgrindProfileResult.cpp
113
CallgrindImageProfileResult::SetOutputIndex(int32 index)
src/bin/debug/profile/CallgrindProfileResult.cpp
139
CallgrindImageProfileResult* previousImage = NULL;
src/bin/debug/profile/CallgrindProfileResult.cpp
146
CallgrindImageProfileResult* image
src/bin/debug/profile/CallgrindProfileResult.cpp
147
= static_cast<CallgrindImageProfileResult*>(
src/bin/debug/profile/CallgrindProfileResult.cpp
225
BStackOrHeapArray<CallgrindImageProfileResult*, 128> images(container->CountImages());
src/bin/debug/profile/CallgrindProfileResult.cpp
229
CallgrindImageProfileResult* image = images[i];
src/bin/debug/profile/CallgrindProfileResult.cpp
23
CallgrindImageProfileResult::CallgrindImageProfileResult(SharedImage* image,
src/bin/debug/profile/CallgrindProfileResult.cpp
281
CallgrindImageProfileResult* result
src/bin/debug/profile/CallgrindProfileResult.cpp
282
= new(std::nothrow) CallgrindImageProfileResult(image, id);
src/bin/debug/profile/CallgrindProfileResult.cpp
299
CallgrindImageProfileResult* image, int32 functionIndex, bool called)
src/bin/debug/profile/CallgrindProfileResult.cpp
33
CallgrindImageProfileResult::~CallgrindImageProfileResult()
src/bin/debug/profile/CallgrindProfileResult.cpp
49
CallgrindImageProfileResult::Init()
src/bin/debug/profile/CallgrindProfileResult.cpp
63
CallgrindImageProfileResult::AddSymbolHit(int32 symbolIndex,
src/bin/debug/profile/CallgrindProfileResult.cpp
64
CallgrindImageProfileResult* calledImage, int32 calledSymbol)
src/bin/debug/profile/CallgrindProfileResult.cpp
99
CallgrindImageProfileResult::Functions() const
src/bin/debug/profile/CallgrindProfileResult.h
14
class CallgrindImageProfileResult;
src/bin/debug/profile/CallgrindProfileResult.h
19
CallgrindImageProfileResult* image;
src/bin/debug/profile/CallgrindProfileResult.h
23
CallgrindCalledFunction(CallgrindImageProfileResult* image, int32 function)
src/bin/debug/profile/CallgrindProfileResult.h
42
class CallgrindImageProfileResult : public ImageProfileResult,
src/bin/debug/profile/CallgrindProfileResult.h
43
public DoublyLinkedListLinkImpl<CallgrindImageProfileResult> {
src/bin/debug/profile/CallgrindProfileResult.h
45
CallgrindImageProfileResult(SharedImage* image,
src/bin/debug/profile/CallgrindProfileResult.h
47
virtual ~CallgrindImageProfileResult();
src/bin/debug/profile/CallgrindProfileResult.h
52
CallgrindImageProfileResult* calledImage,
src/bin/debug/profile/CallgrindProfileResult.h
84
CallgrindImageProfileResult* image,