Home
last modified time | relevance | path

Searched refs:JS_BIGINT64_ARRAY (Results 1 – 11 of 11) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/base/
Dtyped_array_helper-inl.h63 case JSType::JS_BIGINT64_ARRAY: in GetType()
118 case JSType::JS_BIGINT64_ARRAY: in GetConstructor()
/arkcompiler/ets_runtime/ecmascript/
Djs_serializer.h80 JS_BIGINT64_ARRAY, enumerator
Djs_serializer.cpp322 case JSType::JS_BIGINT64_ARRAY: in WriteTaggedObject()
323 return WriteJSTypedArray(value, SerializationUID::JS_BIGINT64_ARRAY); in WriteTaggedObject()
1180 case SerializationUID::JS_BIGINT64_ARRAY: in DeserializeJSTaggedValue()
1181 return ReadJSTypedArray(SerializationUID::JS_BIGINT64_ARRAY); in DeserializeJSTaggedValue()
1660 case SerializationUID::JS_BIGINT64_ARRAY: { in ReadJSTypedArray()
Djs_hclass.h177JS_BIGINT64_ARRAY, /* ///////////////////////////////////////////////////////////////////////…
664 return GetObjectType() == JSType::JS_BIGINT64_ARRAY; in IsJSBigInt64Array()
Ddump.cpp224 case JSType::JS_BIGINT64_ARRAY: in DumpJSType()
745 case JSType::JS_BIGINT64_ARRAY: in DumpObject()
3792 case JSType::JS_BIGINT64_ARRAY: in DumpObject()
Dobject_factory.cpp1058 case JSType::JS_BIGINT64_ARRAY: in InitializeJSObject()
/arkcompiler/ets_runtime/ecmascript/base/tests/
Dtyped_array_helper_test.cpp278 EXPECT_EQ(TypedArrayHelper::GetType(JSType::JS_BIGINT64_ARRAY), DataViewType::BIGINT64); in HWTEST_F_L0()
335 EXPECT_EQ(TypedArrayHelper::GetElementSize(JSType::JS_BIGINT64_ARRAY), 8U); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/mem/
Dobject_xray.h315 case JSType::JS_BIGINT64_ARRAY: in VisitObjectBody()
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dheap_snapshot.cpp327 case JSType::JS_BIGINT64_ARRAY: in GenerateNodeName()
/arkcompiler/ets_runtime/ecmascript/tests/
Ddump_test.cpp753 case JSType::JS_BIGINT64_ARRAY: in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins.cpp2570 … panda::ecmascript::JSTypedArray::SIZE, JSType::JS_BIGINT64_ARRAY, bigInt64ArrFuncPrototypeValue); in InitializeBigInt64Array()