Home
last modified time | relevance | path

Searched refs:IsBigInt64ElementsKind (Results 1 – 18 of 18) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/builtins/
H A Dtyped-array-slice.tq44 if (typed_array::IsBigInt64ElementsKind(src.elements_kind) !=
45 typed_array::IsBigInt64ElementsKind(dest.elements_kind))
H A Dtyped-array-set.tq167 if (IsBigInt64ElementsKind(target.elements_kind)) goto IfSlow;
297 if (IsBigInt64ElementsKind(srcKind) !=
298 IsBigInt64ElementsKind(targetElementsInfo.kind))
H A Dbuiltins-typed-array-gen.h41 TNode<BoolT> IsBigInt64ElementsKind(TNode<Int32T> kind);
H A Dbuiltins-typed-array-gen.cc177 TNode<BoolT> TypedArrayBuiltinsAssembler::IsBigInt64ElementsKind( in IsBigInt64ElementsKind() function in v8::internal::TypedArrayBuiltinsAssembler
306 Word32BinaryNot(IsBigInt64ElementsKind(LoadElementsKind(dest)))); in CallCCopyFastNumberJSArrayElementsToTypedArray()
H A Dtyped-array.tq74 extern macro TypedArrayBuiltinsAssembler::IsBigInt64ElementsKind(
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/builtins/
H A Dtyped-array-slice.tq44 if (typed_array::IsBigInt64ElementsKind(src.elements_kind) !=
45 typed_array::IsBigInt64ElementsKind(dest.elements_kind))
H A Dtyped-array-set.tq161 if (IsBigInt64ElementsKind(target.elements_kind)) goto IfSlow;
288 if (IsBigInt64ElementsKind(srcKind) !=
289 IsBigInt64ElementsKind(targetElementsInfo.kind))
H A Dbuiltins-typed-array-gen.h36 TNode<BoolT> IsBigInt64ElementsKind(TNode<Int32T> kind);
H A Dbuiltins-typed-array-gen.cc178 TNode<BoolT> TypedArrayBuiltinsAssembler::IsBigInt64ElementsKind( in IsBigInt64ElementsKind() function in v8::internal::TypedArrayBuiltinsAssembler
285 Word32BinaryNot(IsBigInt64ElementsKind(LoadElementsKind(dest)))); in CallCCopyFastNumberJSArrayElementsToTypedArray()
H A Dtyped-array.tq74 extern macro TypedArrayBuiltinsAssembler::IsBigInt64ElementsKind(ElementsKind):
/dports/lang/v8/v8-9.6.180.12/src/builtins/
H A Dtyped-array-slice.tq52 if (typed_array::IsBigInt64ElementsKind(src.elements_kind) !=
53 typed_array::IsBigInt64ElementsKind(dest.elements_kind))
H A Dtyped-array-set.tq149 if (IsBigInt64ElementsKind(target.elements_kind)) goto IfSlow;
281 if (IsBigInt64ElementsKind(srcKind) !=
282 IsBigInt64ElementsKind(targetElementsInfo.kind))
H A Dbuiltins-typed-array-gen.h36 TNode<BoolT> IsBigInt64ElementsKind(TNode<Int32T> kind);
H A Dbuiltins-typed-array-gen.cc192 TNode<BoolT> TypedArrayBuiltinsAssembler::IsBigInt64ElementsKind( in IsBigInt64ElementsKind() function in v8::internal::TypedArrayBuiltinsAssembler
342 Word32BinaryNot(IsBigInt64ElementsKind(LoadElementsKind(dest)))); in CallCCopyFastNumberJSArrayElementsToTypedArray()
H A Dtyped-array-createtypedarray.tq177 if (IsBigInt64ElementsKind(srcKind) !=
178 IsBigInt64ElementsKind(elementsInfo.kind)) {
H A Dtyped-array.tq81 extern macro TypedArrayBuiltinsAssembler::IsBigInt64ElementsKind(ElementsKind):
/dports/www/node10/node-v10.24.1/deps/v8/src/builtins/
H A Dbuiltins-typed-array-gen.cc852 TNode<Word32T> TypedArrayBuiltinsAssembler::IsBigInt64ElementsKind( in IsBigInt64ElementsKind() function in v8::internal::TypedArrayBuiltinsAssembler
1101 GotoIf(Word32NotEqual(IsBigInt64ElementsKind(source_el_kind), in SetTypedArraySource()
1102 IsBigInt64ElementsKind(target_el_kind)), in SetTypedArraySource()
1156 GotoIf(IsBigInt64ElementsKind(LoadElementsKind(target)), call_runtime); in SetJSArraySource()
1179 CSA_ASSERT(this, Word32Not(IsBigInt64ElementsKind(LoadElementsKind(dest)))); in CallCCopyFastNumberJSArrayElementsToTypedArray()
1454 GotoIf(Word32NotEqual(IsBigInt64ElementsKind(source_el_kind), in TF_BUILTIN()
1455 IsBigInt64ElementsKind(target_el_kind)), in TF_BUILTIN()
H A Dbuiltins-typed-array-gen.h72 TNode<Word32T> IsBigInt64ElementsKind(TNode<Word32T> kind);