Searched refs:TFH (Results 1 - 4 of 4) sorted by relevance
/third_party/node/deps/v8/src/builtins/ |
H A D | builtins-definitions.h | 24 // TFH: Handlers 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) \ 272 TFH(KeyedLoadIC_PolymorphicName, LoadWithVector) \ 273 TFH(KeyedStoreIC_Megamorphic, Store) \ 274 TFH(DefineKeyedOwnIC_Megamorphic, Store) \ 275 TFH(LoadGlobalIC_NoFeedback, LoadGlobalNoFeedback) \ 276 TFH(LoadIC_FunctionPrototype, LoadWithVector) \ 277 TFH(LoadIC_StringLength, LoadWithVector) \ 278 TFH(LoadIC_StringWrapperLengt [all...] |
H A D | builtins.cc | 75 #define DECL_TFH(Name, ...) {#Name, Builtins::TFH, {}}, 460 case TFH: return "TFH"; in KindNameOf()
|
H A D | builtins.h | 117 enum Kind { CPP, TFJ, TFC, TFS, TFH, BCH, ASM }; enumerator
|
/third_party/node/deps/v8/src/snapshot/embedded/ |
H A D | embedded-data.cc | 191 case Builtins::TFH: in BuiltinAliasesOffHeapTrampolineRegister()
|
Completed in 4 milliseconds