Home
last modified time | relevance | path

Searched refs:TFH (Results 1 - 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-definitions.h24 // 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 Dbuiltins.cc75 #define DECL_TFH(Name, ...) {#Name, Builtins::TFH, {}},
460 case TFH: return "TFH"; in KindNameOf()
H A Dbuiltins.h117 enum Kind { CPP, TFJ, TFC, TFS, TFH, BCH, ASM }; enumerator
/third_party/node/deps/v8/src/snapshot/embedded/
H A Dembedded-data.cc191 case Builtins::TFH: in BuiltinAliasesOffHeapTrampolineRegister()

Completed in 4 milliseconds