Lines Matching refs:file

46 		// Instances without source file only equal themselves.
66 // source file must be the same
70 // Instances without source file only equal themselves.
204 // functions will have the same source file and location
326 // create source file hash table
485 LocatableFile* file = info->SourceFile();
486 if (file != NULL) {
487 Function* function = FunctionAtSourceLocation(file,
497 // if we already know the file anyways. Currently, when
501 // than all others sharing that same file. Consequently,
503 SourceFileEntry* entry = fSourceFiles->Lookup(file);
584 TeamDebugInfo::LoadSourceCode(LocatableFile* file, FileSourceCode*& _sourceCode)
588 // If we don't know the source file, there's nothing we can do.
589 SourceFileEntry* entry = fSourceFiles->Lookup(file);
622 // load the source file
624 error = fFileManager->LoadSourceFile(file, sourceFile);
629 sourceCode = new(std::nothrow) FileSourceCode(file, sourceFile, language);
639 // Iterate through all images that know the source file and ask them to add
643 anyInfo |= imageDebugInfo->AddSourceCodeInfo(file, sourceCode) == B_OK;
714 // the source file of the function, so remember the source file
750 // for this source file?
809 TeamDebugInfo::FunctionAtSourceLocation(LocatableFile* file,
812 if (SourceFileEntry* entry = fSourceFiles->Lookup(file))
823 // get the source file
824 LocatableFile* file = fFileManager->GetSourceFile(
826 if (file == NULL)
828 BReference<LocatableFile> fileReference(file, true);
830 if (SourceFileEntry* entry = fSourceFiles->Lookup(file))
854 // If the function refers to a source file, add it to the respective entry.
858 // no entry for the source file yet -- create on
894 // If the function refers to a source file, remove it from the respective