Searched refs:GetImage (Results 1 - 18 of 18) sorted by relevance

/haiku/src/bin/debug/profile/
H A DSummaryProfileResult.h20 SharedImage* GetImage() const { return fResult->GetImage(); } function in class:SummaryImage
41 return HashKey(value->GetImage());
46 return value->GetImage() == key;
H A DThread.cpp168 if (threadImage->GetImage() == image) {
268 if (image->GetImage()->ContainsAddress(address)) {
269 _loadDelta = image->GetImage()->LoadDelta();
283 int32 deleted = image->GetImage()->DeletionEvent();
296 if (image->GetImage()->CreationEvent() <= event) {
298 int32 deleted = image->GetImage()->DeletionEvent();
H A DBasicProfileResult.cpp147 symbolCount += image->GetImage()->SymbolCount();
157 Symbol** symbols = image->GetImage()->Symbols();
159 int32 imageSymbolCount = image->GetImage()->SymbolCount();
208 image->ID(), image->GetImage()->Name());
288 symbol = image->GetImage()->FindSymbol(address - loadDelta);
H A DProfileResult.h29 inline SharedImage* GetImage() const;
109 ImageProfileResult::GetImage() const function in class:ImageProfileResult
H A DCallgrindProfileResult.cpp149 symbol = image->GetImage()->FindSymbol(address - loadDelta);
223 int32 imageSymbolCount = image->GetImage()->SymbolCount();
298 index, image->GetImage()->Name(), image->ID());
313 image->GetImage()->Symbols()[functionIndex]->Name());
H A DThread.h27 Image* GetImage() const { return fImage; } function in class:ThreadImage
/haiku/headers/private/debugger/model/
H A DBreakpoint.h25 Image* GetImage() const { return fImage; } function in class:Breakpoint
H A DStackFrame.h65 Image* GetImage() const { return fImage; } function in class:StackFrame
H A DTeam.h344 Image* GetImage() const { return fImage; } function in class:Team::ImageEvent
/haiku/src/tools/elfsymbolpatcher/
H A DElfSymbolPatcher.cpp54 image_id GetImage() const { return fImage; } function in class:ElfSymbolPatchInfo::Entry
238 if (entry->GetImage() == image) {
259 if (entry->GetImage() == image)
/haiku/src/preferences/backgrounds/
H A DBackgroundImage.cpp266 = fBackgroundsView->GetImage(info->fImageIndex)->GetBitmap();
480 if (fBackgroundsView->GetImage(info->fImageIndex) != NULL) {
483 ->GetImage(info->fImageIndex)->GetPath().Path());
H A DBackgroundsView.h116 Image* GetImage(int32 imageIndex);
H A DBackgroundsView.cpp514 _AddItem(new BGImageMenuItem(GetImage(i)->GetName(), i, message));
889 BBitmap* bitmap = GetImage(index)->GetBitmap();
1016 const char* name = GetImage(-index - 1)->GetName();
1112 BackgroundsView::GetImage(int32 imageIndex) function in class:BackgroundsView
/haiku/src/kits/debugger/debug_managers/
H A DBreakpointManager.cpp345 if (breakpoint == NULL || breakpoint->GetImage() != image)
/haiku/src/kits/debugger/controllers/
H A DTeamDebugger.cpp91 Image* GetImage() const function in struct:TeamDebugger::ImageHandler
1491 message.AddInt32("image", event.GetImage()->ID());
1848 fBreakpointManager->RemoveImageBreakpoints(imageHandler->GetImage());
1955 Image* image = imageHandler->GetImage();
H A DThreadHandler.cpp828 Image* image = frame->GetImage();
/haiku/src/kits/debugger/user_interface/util/
H A DUiUtils.cpp105 Image* image = frame->GetImage();
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DTeamWindow.cpp1067 message.AddInt32("image", event.GetImage()->ID());

Completed in 217 milliseconds