Home
last modified time | relevance | path

Searched refs:case_function (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/builtins/
Dbuiltins-handler-gen.cc31 const ElementsKindSwitchCase& case_function,
39 const ElementsKindTransitionSwitchCase& case_function);
94 const ElementsKindTransitionSwitchCase& case_function) { in DispatchForElementsKindTransition() argument
126 case_function(FROM, TO); \ in DispatchForElementsKindTransition()
231 TNode<Int32T> elements_kind, const ElementsKindSwitchCase& case_function, in DispatchByElementsKind() argument
268 case_function(KIND); \ in DispatchByElementsKind()
Dbuiltins-typed-array-gen.cc383 TNode<Word32T> elements_kind, const TypedArraySwitchCase& case_function) { in DispatchTypedArrayByElementsKind() argument
410 case_function(TYPE##_ELEMENTS, sizeof(ctype), \ in DispatchTypedArrayByElementsKind()
420 case_function(TYPE##_ELEMENTS, sizeof(ctype), \ in DispatchTypedArrayByElementsKind()
Dbuiltins-typed-array-gen.h89 TNode<Word32T> elements_kind, const TypedArraySwitchCase& case_function);