Lines Matching refs:TFS

20 // TFS: Builtin in Turbofan, with CodeStub linkage.
45 #define BUILTIN_LIST_BASE_TIER0(CPP, TFJ, TFC, TFS, TFH, ASM) \
63 #define BUILTIN_LIST_BASE_TIER1(CPP, TFJ, TFC, TFS, TFH, ASM) \
154 TFS(FastNewClosure, kSharedFunctionInfo, kFeedbackCell) \
178 TFS(OrderedHashTableHealIndex, kTable, kIndex) \
249 TFS(CopyFastSmiOrObjectElements, kObject) \
302 TFS(EnqueueMicrotask, kMicrotask) \
307 TFS(HasProperty, kObject, kKey) \
308 TFS(DeleteProperty, kObject, kKey, kLanguageMode) \
310 TFS(CopyDataProperties, kTarget, kSource) \
311 TFS(SetDataProperties, kTarget, kSource) \
369 TFS(ArrayIncludesSmiOrObject, kElements, kSearchElement, kLength, \
371 TFS(ArrayIncludesPackedDoubles, kElements, kSearchElement, kLength, \
373 TFS(ArrayIncludesHoleyDoubles, kElements, kSearchElement, kLength, \
377 TFS(ArrayIndexOfSmiOrObject, kElements, kSearchElement, kLength, kFromIndex) \
378 TFS(ArrayIndexOfPackedDoubles, kElements, kSearchElement, kLength, \
380 TFS(ArrayIndexOfHoleyDoubles, kElements, kSearchElement, kLength, \
397 TFS(CloneFastJSArray, kSource) \
398 TFS(CloneFastJSArrayFillingHoles, kSource) \
399 TFS(ExtractFastJSArray, kSource, kBegin, kCount) \
409 TFS(FlattenIntoArray, kTarget, kSource, kSourceLength, kStart, kDepth) \
410 TFS(FlatMapIntoArray, kTarget, kSource, kSourceLength, kStart, kDepth, \
426 TFS(AsyncFunctionEnter, kClosure, kReceiver) \
427 TFS(AsyncFunctionReject, kAsyncFunctionObject, kReason) \
428 TFS(AsyncFunctionResolve, kAsyncFunctionObject, kValue) \
430 TFS(AsyncFunctionAwaitCaught, kAsyncFunctionObject, kValue) \
431 TFS(AsyncFunctionAwaitUncaught, kAsyncFunctionObject, kValue) \
581 TFS(CreateIterResultObject, kValue, kDone) \
584 TFS(CreateGeneratorObject, kClosure, kReceiver) \
666 TFS(IterableToList, kIterable, kIteratorFn) \
667 TFS(IterableToFixedArray, kIterable, kIteratorFn) \
668 TFS(IterableToListWithSymbolLookup, kIterable) \
669 TFS(IterableToFixedArrayWithSymbolLookupSlow, kIterable) \
670 TFS(IterableToListMayPreserveHoles, kIterable, kIteratorFn) \
671 IF_WASM(TFS, IterableToFixedArrayForWasm, kIterable, kExpectedLength) \
674 TFS(StringListFromIterable, kIterable) \
677 TFS(FindOrderedHashMapEntry, kTable, kKey) \
696 TFS(MapIteratorToList, kSource) \
801 TFS(ObjectToString, kReceiver) \
811 TFS(ForInEnumerate, kReceiver) \
813 TFS(ForInFilter, kKey, kObject) \
848 TFS(RegExpExecAtom, kRegExp, kString, kLastIndex, kMatchInfo) \
849 TFS(RegExpExecInternal, kRegExp, kString, kLastIndex, kMatchInfo) \
869 TFS(SetOrSetIteratorToList, kSource) \
873 TFS(ShadowRealmGetWrappedValue, kCreationContext, kTargetContext, kValue) \
972 TFS(WeakMapLookupHashIndex, kTable, kKey) \
985 TFS(WeakCollectionDelete, kCollection, kKey) \
986 TFS(WeakCollectionSet, kCollection, kKey, kValue) \
994 TFS(AsyncGeneratorResolve, kGenerator, kValue, kDone) \
995 TFS(AsyncGeneratorReject, kGenerator, kValue) \
996 TFS(AsyncGeneratorYield, kGenerator, kValue, kIsCaught) \
997 TFS(AsyncGeneratorReturn, kGenerator, kValue, kIsCaught) \
998 TFS(AsyncGeneratorResumeNext, kGenerator) \
1015 TFS(AsyncGeneratorAwaitCaught, kAsyncGeneratorObject, kValue) \
1016 TFS(AsyncGeneratorAwaitUncaught, kAsyncGeneratorObject, kValue) \
1057 TFS(StringAdd_CheckNone, kLeft, kRight) \
1058 TFS(SubString, kString, kFrom, kTo) \
1064 TFS(GetPropertyWithReceiver, kObject, kKey, kReceiver, kOnNonExistent) \
1065 TFS(SetProperty, kReceiver, kKey, kValue) \
1066 TFS(CreateDataProperty, kReceiver, kKey, kValue) \
1660 #define BUILTIN_LIST_BASE(CPP, TFJ, TFC, TFS, TFH, ASM) \
1661 BUILTIN_LIST_BASE_TIER0(CPP, TFJ, TFC, TFS, TFH, ASM) \
1662 BUILTIN_LIST_BASE_TIER1(CPP, TFJ, TFC, TFS, TFH, ASM)
1665 #define BUILTIN_LIST_INTL(CPP, TFJ, TFS) \
1822 TFS(StringToLowerCaseIntl, kString) \
1876 #define BUILTIN_LIST_INTL(CPP, TFJ, TFS) \
1889 #define BUILTIN_LIST(CPP, TFJ, TFC, TFS, TFH, BCH, ASM) \
1890 BUILTIN_LIST_BASE(CPP, TFJ, TFC, TFS, TFH, ASM) \
1891 BUILTIN_LIST_FROM_TORQUE(CPP, TFJ, TFC, TFS, TFH, ASM) \
1892 BUILTIN_LIST_INTL(CPP, TFJ, TFS) \
1897 #define BUILTIN_LIST_TIER0(CPP, TFJ, TFC, TFS, TFH, BCH, ASM) \
1898 BUILTIN_LIST_BASE_TIER0(CPP, TFJ, TFC, TFS, TFH, ASM)
1900 #define BUILTIN_LIST_TIER1(CPP, TFJ, TFC, TFS, TFH, BCH, ASM) \
1901 BUILTIN_LIST_BASE_TIER1(CPP, TFJ, TFC, TFS, TFH, ASM) \
1902 BUILTIN_LIST_FROM_TORQUE(CPP, TFJ, TFC, TFS, TFH, ASM) \
1903 BUILTIN_LIST_INTL(CPP, TFJ, TFS) \