Searched refs:kFunction (Results 1 – 11 of 11) sorted by relevance
/external/libchrome/base/ |
D | tracked_objects_unittest.cc | 168 const char kFunction[] = "TinyStartupShutdown"; in TEST_F() local 169 Location location(kFunction, kFile, kLineNumber, NULL); in TEST_F() 222 EXPECT_EQ(kFunction, in TEST_F() 379 const char kFunction[] = "DeactivatedBirthOnlyToSnapshotWorkerThread"; in TEST_F() local 380 Location location(kFunction, kFile, kLineNumber, NULL); in TEST_F() 401 const char kFunction[] = "DeactivatedBirthOnlyToSnapshotMainThread"; in TEST_F() local 402 Location location(kFunction, kFile, kLineNumber, NULL); in TEST_F() 422 const char kFunction[] = "BirthOnlyToSnapshotWorkerThread"; in TEST_F() local 423 Location location(kFunction, kFile, kLineNumber, NULL); in TEST_F() 428 ExpectSimpleProcessData(process_data, kFunction, kWorkerThreadName, in TEST_F() [all …]
|
/external/skia/src/animator/ |
D | SkScriptCallBack.h | 20 kFunction, enumerator 41 virtual Type getType() const { return kFunction; } in getType()
|
D | SkScript.h | 97 kFunction, enumerator
|
D | SkScript.cpp | 485 commonCallBack(kFunction, callBack, userStorage); in functionCallBack() 946 if (callBack->fCallBackType != kFunction) in handleFunction()
|
D | SkScriptTokenizer.cpp | 813 if ((*callBack)->getType() != SkScriptCallBack::kFunction) in handleFunction()
|
/external/v8/src/ |
D | deoptimizer.cc | 762 case TranslatedFrame::kFunction: in DoComputeOutputFrames() 1886 CHECK(frame->kind() == TranslatedFrame::kFunction); in MaterializeHeapNumbersForDebuggerInspectableFrame() 2860 TranslatedFrame frame(kFunction, shared_info->GetIsolate(), shared_info, in JSFrame() 2899 case kFunction: { in GetValueCount() 3618 if (frames_[i].kind() == TranslatedFrame::kFunction) { in GetArgumentsInfoFromJSFrameIndex() 3681 DCHECK_EQ(TranslatedFrame::kFunction, frames_[0].kind()); in StoreMaterializedValuesAndDeopt()
|
D | types.cc | 176 if (type->IsFunction()) return kFunction; in Lub() 253 return kFunction; in Lub()
|
D | types.h | 232 V(DetectableReceiver, kFunction | kOtherObject | kProxy) \ 234 V(Object, kFunction | kOtherObject | kUndetectable) \
|
D | deoptimizer.h | 114 kFunction, enumerator
|
D | code-stubs-hydrogen.cc | 2097 HParameter* function = GetParameter(FastNewContextStub::kFunction); in BuildCodeStub()
|
D | code-stubs.h | 713 static const int kFunction = 0; variable
|