Home
last modified time | relevance | path

Searched refs:kExternalFloat64Array (Results 1 – 8 of 8) sorted by relevance

/third_party/node/deps/v8/src/runtime/
Druntime-typedarray.cc138 if (kExternal##Type##Array == kExternalFloat64Array || \ in RUNTIME_FUNCTION()
/third_party/node/deps/v8/src/builtins/
Dbuiltins-sharedarraybuffer.cc74 typed_array->type() != kExternalFloat64Array && in ValidateIntegerTypedArray()
/third_party/node/deps/v8/src/compiler/
Daccess-builder.cc1082 case kExternalFloat64Array: { in ForTypedArrayElement()
Djs-call-reducer.cc4665 ExternalArrayType::kExternalFloat64Array); in ReduceJSCall()
4689 ExternalArrayType::kExternalFloat64Array); in ReduceJSCall()
Dsimplified-lowering.cc97 case kExternalFloat64Array: in MachineRepresentationFromArrayType()
Deffect-control-linearizer.cc5514 case kExternalFloat64Array: { in BuildReverseBytes()
/third_party/node/deps/v8/src/common/
Dglobals.h1605 kExternalFloat64Array, enumerator
/third_party/node/deps/v8/src/objects/
Delements.cc3611 return !(type == kExternalFloat32Array || type == kExternalFloat64Array || in HasSimpleRepresentation()