Home
last modified time | relevance | path

Searched refs:SetContentType (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/base/
H A Dtyped_array_helper.cpp170 jsTypedArray->SetContentType(ContentType::BigInt); in FastCreateTypedArray()
172 jsTypedArray->SetContentType(ContentType::Number); in FastCreateTypedArray()
226 jsTypedArray->SetContentType(ContentType::BigInt); in AllocateTypedArrayBuffer()
228 jsTypedArray->SetContentType(ContentType::Number); in AllocateTypedArrayBuffer()
283 jsTypedArray->SetContentType(ContentType::BigInt); in AllocateTypedArrayBuffer()
285 jsTypedArray->SetContentType(ContentType::Number); in AllocateTypedArrayBuffer()
863 jsTypedArray->SetContentType(ContentType::BigInt); in AllocateTypedArray()
865 jsTypedArray->SetContentType(ContentType::Number); in AllocateTypedArray()
900 jsTypedArray->SetContentType(ContentType::BigInt); in AllocateSharedTypedArray()
902 jsTypedArray->SetContentType(ContentTyp in AllocateSharedTypedArray()
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_typedarray_stub_builder.cpp3234 SetContentType(glue, *res, Int8(static_cast<uint8_t>(ContentType::BigInt))); in AllocateTypedArray()
3236 SetContentType(glue, *res, Int8(static_cast<uint8_t>(ContentType::Number))); in AllocateTypedArray()
3297 SetContentType(glue, typedArray, Int8(static_cast<uint8_t>(ContentType::BigInt))); in AllocateTypedArrayBuffer()
3299 SetContentType(glue, typedArray, Int8(static_cast<uint8_t>(ContentType::Number))); in AllocateTypedArrayBuffer()
/arkcompiler/ets_runtime/ecmascript/serializer/tests/
H A Dserializer_test.cpp2134 int8Array->SetContentType(ContentType::Number); in HWTEST_F_L0()
2171 int8Array->SetContentType(ContentType::Number); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dstub_builder.h819 void SetContentType(GateRef glue, GateRef typedArray, GateRef type);
H A Dstub_builder-inl.h3113 inline void StubBuilder::SetContentType(GateRef glue, GateRef typedArray, GateRef type) in SetContentType() function in panda::ecmascript::kungfu::StubBuilder
/arkcompiler/ets_runtime/ecmascript/
H A Dobject_factory.cpp1361 JSTypedArray::Cast(*obj)->SetContentType(ContentType::None); in InitializeJSObject()
1380 JSSharedTypedArray::Cast(*obj)->SetContentType(ContentType::None); in InitializeJSObject()

Completed in 34 milliseconds