Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Dbyte_array.h29 CAST_CHECK(ByteArray, IsByteArray);
Djs_tagged_value-inl.h513 inline bool JSTaggedValue::IsByteArray() const in IsByteArray() function
515 return IsHeapObject() && GetTaggedObject()->GetClass()->IsByteArray(); in IsByteArray()
Djs_tagged_value.h468 bool IsByteArray() const;
Djs_hclass.h645 inline bool IsByteArray() const in IsByteArray() function
/arkcompiler/ets_runtime/ecmascript/compiler/
Dtyped_array_stub_builder.cpp33 Branch(IsByteArray(buffer), &isByteArray, &notByteArray); in IsDetachedBuffer()
64 Branch(IsByteArray(arrBuf), &isByteArray, &notByteArray); in GetDataPointFromBuffer()
Dstub_builder.h351 GateRef IsByteArray(GateRef obj);
Dstub_builder-inl.h1259 inline GateRef StubBuilder::IsByteArray(GateRef obj) in IsByteArray() function
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_arraybuffer.cpp260 if (arrayBuffer.IsByteArray()) { in IsDetachedBuffer()
748 if (arrBuf.IsByteArray()) { in GetDataPointFromBuffer()
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_typed_array_test.cpp1479 ASSERT_TRUE(typedArray->GetViewedArrayBufferOrByteArray().IsByteArray()); in HWTEST_F_L0()
Djs_serializer_test.cpp695 EXPECT_TRUE(byteArray->IsByteArray()); in TypedArrayTest2()
/arkcompiler/ets_runtime/ecmascript/serializer/tests/
Dserializer_test.cpp652 EXPECT_TRUE(byteArray->IsByteArray()); in TypedArrayTest2()