Home
last modified time | relevance | path

Searched refs:ValidateIntegerTypedArray (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/builtins/
Dbuiltins-sharedarraybuffer.cc52 V8_WARN_UNUSED_RESULT MaybeHandle<JSTypedArray> ValidateIntegerTypedArray( in ValidateIntegerTypedArray() function
135 ValidateIntegerTypedArray(isolate, array, "Atomics.notify", true)); in BUILTIN()
188 ValidateIntegerTypedArray(isolate, array, "Atomics.wait", true)); in DoWait()
Dbuiltins-sharedarraybuffer-gen.cc27 TNode<JSArrayBuffer> ValidateIntegerTypedArray(
54 SharedArrayBufferBuiltinsAssembler::ValidateIntegerTypedArray( in ValidateIntegerTypedArray() function in v8::internal::SharedArrayBufferBuiltinsAssembler
184 ValidateIntegerTypedArray(maybe_array_or_shared_struct, context, in TF_BUILTIN()
287 ValidateIntegerTypedArray(maybe_array_or_shared_struct, context, in TF_BUILTIN()
405 ValidateIntegerTypedArray(maybe_array_or_shared_struct, context, in TF_BUILTIN()
543 TNode<JSArrayBuffer> array_buffer = ValidateIntegerTypedArray( in TF_BUILTIN()
718 TNode<JSArrayBuffer> array_buffer = ValidateIntegerTypedArray( in AtomicBinopBuiltinCommon()