Searched defs:kFunction (Results 1 - 3 of 3) sorted by relevance

/external/libchrome/base/
H A Dtracked_objects_unittest.cc168 const char kFunction[] = "TinyStartupShutdown"; local
169 Location location(kFunction, kFile, kLineNumber, NULL);
222 EXPECT_EQ(kFunction,
379 const char kFunction[] = "DeactivatedBirthOnlyToSnapshotWorkerThread"; local
380 Location location(kFunction, kFile, kLineNumber, NULL);
401 const char kFunction[] = "DeactivatedBirthOnlyToSnapshotMainThread"; local
402 Location location(kFunction, kFile, kLineNumber, NULL);
422 const char kFunction[] = "BirthOnlyToSnapshotWorkerThread"; local
423 Location location(kFunction, kFile, kLineNumber, NULL);
428 ExpectSimpleProcessData(process_data, kFunction, kWorkerThreadNam
435 const char kFunction[] = "BirthOnlyToSnapshotMainThread"; local
448 const char kFunction[] = "LifeCycleToSnapshotMainThread"; local
477 const char kFunction[] = "TwoPhases"; local
576 const char kFunction[] = "ThreePhases"; local
717 const char kFunction[] = "TwoPhasesSecondEmpty"; local
782 const char kFunction[] = "TwoPhasesSecondEmpty"; local
841 const char kFunction[] = "LifeCycleMidDeactivatedToSnapshotMainThread"; local
876 const char kFunction[] = "LifeCyclePreDeactivatedToSnapshotMainThread"; local
913 const char kFunction[] = "TwoLives"; local
955 const char kFunction[] = "DifferentLives"; local
1025 const char kFunction[] = "TaskWithNestedExclusion"; local
1059 const char kFunction[] = "TaskWith2NestedExclusions"; local
1099 const char kFunction[] = "TaskWithNestedExclusionWithNestedTask"; local
[all...]
/external/v8/src/ast/
H A Dast-types.h238 V(DetectableReceiver, kFunction | kOtherObject | kProxy) \
239 V(Object, kFunction | kOtherObject | kOtherUndetectable) \
366 kFunction, enumerator in enum:v8::internal::AstBitsetType::AstTypeBase::Kind
620 : AstStructuralType(kFunction, 2 + arity, zone) {
632 DCHECK(IsKind(type, kFunction));
825 bool IsFunction() { return IsKind(AstTypeBase::kFunction); }
/external/v8/src/
H A Ddeoptimizer.h153 kFunction, enumerator in enum:v8::internal::TranslatedFrame::Kind

Completed in 760 milliseconds