Home
last modified time | relevance | path

Searched refs:BYTE_ARRAY (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_serializer.h102 BYTE_ARRAY, enumerator
Djs_hclass-inl.h192 case JSType::BYTE_ARRAY: in SizeFromJSHClass()
Djs_hclass.h193BYTE_ARRAY, /* /////////////////////////////////////////////////////////////////////////////////…
567 return GetObjectType() == JSType::BYTE_ARRAY; in IsByteArray()
Djs_serializer.cpp395 if (!WriteType(SerializationUID::BYTE_ARRAY)) { in WriteByteArray()
1689 if (!JudgeType(SerializationUID::BYTE_ARRAY)) { in ReadJSTypedArray()
Dglobal_env_constants.cpp104 factory->NewEcmaReadOnlyHClass(hClass, 0, JSType::BYTE_ARRAY)); in InitRootsClass()
Ddump.cpp228 case JSType::BYTE_ARRAY: in DumpJSType()
753 case JSType::BYTE_ARRAY: in DumpObject()
3799 case JSType::BYTE_ARRAY: in DumpObject()
/arkcompiler/ets_runtime/ecmascript/mem/
Dobject_xray.h319 case JSType::BYTE_ARRAY: in VisitObjectBody()
/arkcompiler/ets_runtime/ecmascript/tests/
Ddump_test.cpp811 case JSType::BYTE_ARRAY: { in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder-inl.h1168 return Int32Equal(objectType, Int32(static_cast<int32_t>(JSType::BYTE_ARRAY))); in IsByteArray()