Symbol: BasicImageProfileResult
src/bin/debug/profile/BasicProfileResult.cpp
103
BasicImageProfileResult::SymbolHits() const
src/bin/debug/profile/BasicProfileResult.cpp
110
BasicImageProfileResult::UnknownHits() const
src/bin/debug/profile/BasicProfileResult.cpp
148
BStackOrHeapArray<BasicImageProfileResult*, 128> images(container->CountImages());
src/bin/debug/profile/BasicProfileResult.cpp
154
BasicImageProfileResult* image = images[k];
src/bin/debug/profile/BasicProfileResult.cpp
164
BasicImageProfileResult* image = images[k];
src/bin/debug/profile/BasicProfileResult.cpp
221
BasicImageProfileResult* image = images[k];
src/bin/debug/profile/BasicProfileResult.cpp
266
BasicImageProfileResult* result
src/bin/debug/profile/BasicProfileResult.cpp
267
= new(std::nothrow) BasicImageProfileResult(image, id);
src/bin/debug/profile/BasicProfileResult.cpp
295
BasicImageProfileResult* previousImage = NULL;
src/bin/debug/profile/BasicProfileResult.cpp
301
BasicImageProfileResult* image = static_cast<BasicImageProfileResult*>(
src/bin/debug/profile/BasicProfileResult.cpp
337
BasicImageProfileResult* image = NULL;
src/bin/debug/profile/BasicProfileResult.cpp
339
BasicImageProfileResult* firstImage = NULL;
src/bin/debug/profile/BasicProfileResult.cpp
345
image = static_cast<BasicImageProfileResult*>(
src/bin/debug/profile/BasicProfileResult.cpp
37
BasicImageProfileResult::BasicImageProfileResult(SharedImage* image,
src/bin/debug/profile/BasicProfileResult.cpp
47
BasicImageProfileResult::~BasicImageProfileResult()
src/bin/debug/profile/BasicProfileResult.cpp
53
BasicImageProfileResult::Init()
src/bin/debug/profile/BasicProfileResult.cpp
67
BasicImageProfileResult::AddHit(addr_t address)
src/bin/debug/profile/BasicProfileResult.cpp
81
BasicImageProfileResult::AddUnknownHit()
src/bin/debug/profile/BasicProfileResult.cpp
89
BasicImageProfileResult::AddSymbolHit(int32 symbolIndex)
src/bin/debug/profile/BasicProfileResult.cpp
96
BasicImageProfileResult::AddImageHit()
src/bin/debug/profile/BasicProfileResult.h
12
class BasicImageProfileResult : public ImageProfileResult,
src/bin/debug/profile/BasicProfileResult.h
13
public DoublyLinkedListLinkImpl<BasicImageProfileResult> {
src/bin/debug/profile/BasicProfileResult.h
15
BasicImageProfileResult(SharedImage* image,
src/bin/debug/profile/BasicProfileResult.h
17
virtual ~BasicImageProfileResult();