Searched refs:case_function (Results 1 – 3 of 3) sorted by relevance
/third_party/node/deps/v8/src/builtins/ |
D | builtins-handler-gen.cc | 31 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()
|
D | builtins-typed-array-gen.cc | 383 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()
|
D | builtins-typed-array-gen.h | 89 TNode<Word32T> elements_kind, const TypedArraySwitchCase& case_function);
|