Searched defs:Profile (Results 1 - 25 of 64) sorted by relevance

123

/external/llvm/lib/Support/
H A DAPSInt.cpp20 void APSInt::Profile(FoldingSetNodeID& ID) const { function in class:APSInt
22 APInt::Profile(ID);
/external/v8/tools/
H A Dprofile.js35 function Profile() { class
48 Profile.prototype.skipThisFunction = function(name) {
59 Profile.Operation = {
71 Profile.CodeState = {
81 * See the Profile.Operation enum for the list of
90 Profile.prototype.handleUnknownCode = function(
102 Profile.prototype.addLibrary = function(
118 Profile.prototype.addStaticCode = function(
135 Profile.prototype.addCode = function(
137 var entry = new Profile
[all...]
/external/javasqlite/src/main/java/SQLite/
H A DProfile.java7 public interface Profile { interface
/external/chromium/android/autofill/
H A Dprofile_android.cc30 // We only need the Profile constructor (but that is needed since
31 // ProfileImplAndroid is a subclass of Profile). To avoid compiling the file,
35 Profile::Profile() function in class:Profile
49 Profile* ProfileImplAndroid::GetOriginalProfile()
74 Profile* Profile::CreateProfile(const FilePath& path) {
/external/webkit/Source/JavaScriptCore/profiler/
H A DProfile.cpp27 #include "Profile.h"
34 PassRefPtr<Profile> Profile::create(const UString& title, unsigned uid)
36 return adoptRef(new Profile(title, uid));
39 Profile::Profile(const UString& title, unsigned uid) function in class:JSC::Profile
48 Profile::~Profile()
52 void Profile::forEach(void (ProfileNode::*function)())
68 void Profile
[all...]
H A DProfile.h36 class Profile : public RefCounted<Profile> { class in namespace:JSC
38 static PassRefPtr<Profile> create(const UString& title, unsigned uid);
39 virtual ~Profile();
59 Profile(const UString& title, unsigned uid);
/external/clang/lib/Index/
H A DEntityImpl.h54 void Profile(llvm::FoldingSetNodeID &ID) const { function in class:clang::idx::EntityImpl
55 Profile(ID, Parent, Name, IdNS, IsObjCInstanceMethod);
57 static void Profile(llvm::FoldingSetNodeID &ID, Entity Parent, function in class:clang::idx::EntityImpl
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporterVisitor.h55 virtual void Profile(llvm::FoldingSetNodeID &ID) const = 0;
89 void Profile(llvm::FoldingSetNodeID &ID) const;
106 void Profile(llvm::FoldingSetNodeID &ID) const;
116 void Profile(llvm::FoldingSetNodeID &ID) const { function in class:clang::ento::NilReceiverBRVisitor
130 void Profile(llvm::FoldingSetNodeID &ID) const { function in class:clang::ento::ConditionBRVisitor
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DEnvironment.h58 /// Profile - Profile the contents of an Environment object for use
60 static void Profile(llvm::FoldingSetNodeID& ID, const Environment* env) { function in class:clang::ento::Environment
61 env->ExprBindings.Profile(ID);
64 /// Profile - Used to profile the contents of this object for inclusion
66 void Profile(llvm::FoldingSetNodeID& ID) const { function in class:clang::ento::Environment
67 Profile(ID, this);
H A DBasicValueFactory.h44 static void Profile(llvm::FoldingSetNodeID& ID, QualType T,
47 void Profile(llvm::FoldingSetNodeID& ID) { Profile(ID, T, L); } function in class:clang::ento::CompoundValData
60 static void Profile(llvm::FoldingSetNodeID& ID,
64 void Profile(llvm::FoldingSetNodeID& ID) { Profile(ID, store, region); } function in class:clang::ento::LazyCompoundValData
/external/clang/lib/AST/
H A DTemplateName.cpp30 void SubstTemplateTemplateParmStorage::Profile(llvm::FoldingSetNodeID &ID) { function in class:SubstTemplateTemplateParmStorage
31 Profile(ID, Parameter, Replacement);
34 void SubstTemplateTemplateParmStorage::Profile(llvm::FoldingSetNodeID &ID, function in class:SubstTemplateTemplateParmStorage
41 void SubstTemplateTemplateParmPackStorage::Profile(llvm::FoldingSetNodeID &ID, function in class:SubstTemplateTemplateParmPackStorage
43 Profile(ID, Context, Parameter, TemplateArgument(Arguments, size()));
46 void SubstTemplateTemplateParmPackStorage::Profile(llvm::FoldingSetNodeID &ID, function in class:SubstTemplateTemplateParmPackStorage
51 ArgPack.Profile(ID, Context);
H A DTemplateBase.cpp208 void TemplateArgument::Profile(llvm::FoldingSetNodeID &ID, function in class:TemplateArgument
216 getAsType().Profile(ID);
242 getAsIntegral()->Profile(ID);
243 getIntegralType().Profile(ID);
247 getAsExpr()->Profile(ID, Context, true);
253 Args.Args[I].Profile(ID, Context);
H A DDeclarationName.cpp41 void Profile(llvm::FoldingSetNodeID &ID) { function in class:clang::CXXSpecialName
67 void Profile(llvm::FoldingSetNodeID &FSID) { function in class:clang::CXXLiteralOperatorIdName
/external/clang/lib/StaticAnalyzer/Core/
H A DBlockCounter.cpp41 void Profile(llvm::FoldingSetNodeID &ID) const { function in class:__anon3108::CountKey
H A DBasicValueFactory.cpp22 void CompoundValData::Profile(llvm::FoldingSetNodeID& ID, QualType T, function in class:CompoundValData
24 T.Profile(ID);
28 void LazyCompoundValData::Profile(llvm::FoldingSetNodeID& ID, function in class:LazyCompoundValData
40 static inline void Profile(const SValData& X, llvm::FoldingSetNodeID& ID) { function in struct:llvm::FoldingSetTrait
41 X.first.Profile(ID);
47 static inline void Profile(const SValPair& X, llvm::FoldingSetNodeID& ID) { function in struct:llvm::FoldingSetTrait
48 X.first.Profile(ID);
49 X.second.Profile(ID);
76 X.Profile(ID);
115 CompoundValData::Profile(I
[all...]
H A DPathDiagnostic.cpp328 void PathDiagnosticLocation::Profile(llvm::FoldingSetNodeID &ID) const { function in class:PathDiagnosticLocation
335 void PathDiagnosticPiece::Profile(llvm::FoldingSetNodeID &ID) const { function in class:PathDiagnosticPiece
346 void PathDiagnosticSpotPiece::Profile(llvm::FoldingSetNodeID &ID) const { function in class:PathDiagnosticSpotPiece
347 PathDiagnosticPiece::Profile(ID);
351 void PathDiagnosticControlFlowPiece::Profile(llvm::FoldingSetNodeID &ID) const { function in class:PathDiagnosticControlFlowPiece
352 PathDiagnosticPiece::Profile(ID);
357 void PathDiagnosticMacroPiece::Profile(llvm::FoldingSetNodeID &ID) const { function in class:PathDiagnosticMacroPiece
358 PathDiagnosticSpotPiece::Profile(ID);
363 void PathDiagnostic::Profile(llvm::FoldingSetNodeID &ID) const { function in class:PathDiagnostic
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDIE.cpp32 /// Profile - Used to gather unique data for the abbreviation folding set.
34 void DIEAbbrevData::Profile(FoldingSetNodeID &ID) const { function in class:DIEAbbrevData
43 /// Profile - Used to gather unique data for the abbreviation folding set.
45 void DIEAbbrev::Profile(FoldingSetNodeID &ID) const { function in class:DIEAbbrev
51 Data[i].Profile(ID);
/external/chromium/chrome/browser/profiles/
H A Dprofile.h128 Profile { class
130 // Profile services are accessed with the following parameter. This parameter
158 virtual void OnProfileCreated(Profile* profile, bool success) = 0;
170 Profile();
171 virtual ~Profile() {}
173 // Profile prefs are registered as soon as the prefs are loaded for the first
178 static Profile* CreateProfile(const FilePath& path);
181 static Profile* CreateProfileAsync(const FilePath& path,
203 virtual Profile* GetOffTheRecordProfile() = 0;
213 virtual Profile* GetOriginalProfil
[all...]
/external/clang/include/clang/AST/
H A DNestedNameSpecifier.h197 void Profile(llvm::FoldingSetNodeID &ID) const { function in class:clang::NestedNameSpecifier
H A DTemplateName.h139 void Profile(llvm::FoldingSetNodeID &ID, ASTContext &Context);
141 static void Profile(llvm::FoldingSetNodeID &ID,
315 void Profile(llvm::FoldingSetNodeID &ID) { function in class:clang::TemplateName
351 void Profile(llvm::FoldingSetNodeID &ID);
353 static void Profile(llvm::FoldingSetNodeID &ID,
416 void Profile(llvm::FoldingSetNodeID &ID) { function in class:clang::QualifiedTemplateName
417 Profile(ID, getQualifier(), hasTemplateKeyword(), getTemplateDecl());
420 static void Profile(llvm::FoldingSetNodeID &ID, NestedNameSpecifier *NNS, function in class:clang::QualifiedTemplateName
514 void Profile(llvm::FoldingSetNodeID &ID) { function in class:clang::DependentTemplateName
516 Profile(I
521 static void Profile(llvm::FoldingSetNodeID &ID, NestedNameSpecifier *NNS, function in class:clang::DependentTemplateName
528 static void Profile(llvm::FoldingSetNodeID &ID, NestedNameSpecifier *NNS, function in class:clang::DependentTemplateName
[all...]
/external/llvm/include/llvm/ADT/
H A DImmutableIntervalMap.h79 static void Profile(FoldingSetNodeID &ID, value_type_ref V) { function in struct:llvm::ImutIntervalInfo
82 ImutProfileInfo<T>::Profile(ID, V.second);
H A DImmutableList.h44 static inline void Profile(FoldingSetNodeID& ID, const T& H, function in class:llvm::ImmutableListImpl
50 void Profile(FoldingSetNodeID& ID) { function in class:llvm::ImmutableListImpl
51 Profile(ID, Head, Tail);
135 void Profile(FoldingSetNodeID& ID) const { function in class:llvm::ImmutableList
168 // Profile the new list to see if it already exists in our cache.
173 ListTy::Profile(ID, Head, TailImpl);
/external/llvm/lib/VMCore/
H A DAttributes.cpp150 void Profile(FoldingSetNodeID &ID) const { function in class:llvm::AttributeListImpl
151 Profile(ID, Attrs.data(), Attrs.size());
153 static void Profile(FoldingSetNodeID &ID, const AttributeWithIndex *Attr, function in class:llvm::AttributeListImpl
183 AttributeListImpl::Profile(ID, Attrs, NumAttrs);
/external/clang/include/clang/Analysis/
H A DAnalysisContext.h251 virtual void Profile(llvm::FoldingSetNodeID &ID) = 0;
289 void Profile(llvm::FoldingSetNodeID &ID);
291 static void Profile(llvm::FoldingSetNodeID &ID, AnalysisContext *ctx, function in class:clang::StackFrameContext
315 void Profile(llvm::FoldingSetNodeID &ID);
317 static void Profile(llvm::FoldingSetNodeID &ID, AnalysisContext *ctx, function in class:clang::ScopeContext
343 void Profile(llvm::FoldingSetNodeID &ID);
345 static void Profile(llvm::FoldingSetNodeID &ID, AnalysisContext *ctx, function in class:clang::BlockInvocationContext
/external/clang/lib/CodeGen/
H A DCGCall.h180 void Profile(llvm::FoldingSetNodeID &ID) { function in class:clang::CodeGen::CGFunctionInfo
186 getReturnType().Profile(ID);
188 it->type.Profile(ID);
191 static void Profile(llvm::FoldingSetNodeID &ID, function in class:clang::CodeGen::CGFunctionInfo
201 ResTy.Profile(ID);
204 T.Profile(ID);

Completed in 561 milliseconds

123