Home
last modified time | relevance | path

Searched refs:kExternalBigInt64Array (Results 1 – 7 of 7) sorted by relevance

/third_party/node/deps/v8/src/builtins/
Dbuiltins-sharedarraybuffer.cc69 typed_array->type() == kExternalBigInt64Array) { in ValidateIntegerTypedArray()
172 if (sta->type() == kExternalBigInt64Array) { in BUILTIN()
204 if (sta->type() == kExternalBigInt64Array) { in DoWait()
239 if (sta->type() == kExternalBigInt64Array) { in DoWait()
/third_party/node/deps/v8/src/runtime/
Druntime-atomics.cc407 if (sta->type() >= kExternalBigInt64Array) { in GetModifySetValueInBuffer()
415 if (sta->type() == kExternalBigInt64Array) { in GetModifySetValueInBuffer()
454 DCHECK(sta->type() == kExternalBigInt64Array || in RUNTIME_FUNCTION()
458 if (sta->type() == kExternalBigInt64Array) { in RUNTIME_FUNCTION()
481 DCHECK(sta->type() == kExternalBigInt64Array || in RUNTIME_FUNCTION()
484 if (sta->type() == kExternalBigInt64Array) { in RUNTIME_FUNCTION()
509 if (sta->type() >= kExternalBigInt64Array) { in RUNTIME_FUNCTION()
521 if (sta->type() == kExternalBigInt64Array) { in RUNTIME_FUNCTION()
/third_party/node/deps/v8/src/compiler/
Daccess-builder.cc1087 case kExternalBigInt64Array: in ForTypedArrayElement()
Dsimplified-lowering.cc99 case kExternalBigInt64Array: in MachineRepresentationFromArrayType()
Deffect-control-linearizer.cc5530 case kExternalBigInt64Array: in BuildReverseBytes()
/third_party/node/deps/v8/src/common/
Dglobals.h1607 kExternalBigInt64Array, enumerator
/third_party/node/deps/v8/src/objects/
Dobjects.cc2566 if (holder->type() == kExternalBigInt64Array || in SetPropertyInternal()