Home
last modified time | relevance | path

Searched refs:kFunction (Results 1 – 11 of 11) sorted by relevance

/external/libchrome/base/
Dtracked_objects_unittest.cc168 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/
DSkScriptCallBack.h20 kFunction, enumerator
41 virtual Type getType() const { return kFunction; } in getType()
DSkScript.h97 kFunction, enumerator
DSkScript.cpp485 commonCallBack(kFunction, callBack, userStorage); in functionCallBack()
946 if (callBack->fCallBackType != kFunction) in handleFunction()
DSkScriptTokenizer.cpp813 if ((*callBack)->getType() != SkScriptCallBack::kFunction) in handleFunction()
/external/v8/src/
Ddeoptimizer.cc762 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()
Dtypes.cc176 if (type->IsFunction()) return kFunction; in Lub()
253 return kFunction; in Lub()
Dtypes.h232 V(DetectableReceiver, kFunction | kOtherObject | kProxy) \
234 V(Object, kFunction | kOtherObject | kUndetectable) \
Ddeoptimizer.h114 kFunction, enumerator
Dcode-stubs-hydrogen.cc2097 HParameter* function = GetParameter(FastNewContextStub::kFunction); in BuildCodeStub()
Dcode-stubs.h713 static const int kFunction = 0; variable