Searched refs:SetContentType (Results 1 - 6 of 6) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/base/ |
H A D | typed_array_helper.cpp | 170 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 D | builtins_typedarray_stub_builder.cpp | 3234 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 D | serializer_test.cpp | 2134 int8Array->SetContentType(ContentType::Number); in HWTEST_F_L0() 2171 int8Array->SetContentType(ContentType::Number); in HWTEST_F_L0()
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | stub_builder.h | 819 void SetContentType(GateRef glue, GateRef typedArray, GateRef type);
|
H A D | stub_builder-inl.h | 3113 inline void StubBuilder::SetContentType(GateRef glue, GateRef typedArray, GateRef type) in SetContentType() function in panda::ecmascript::kungfu::StubBuilder
|
/arkcompiler/ets_runtime/ecmascript/ |
H A D | object_factory.cpp | 1361 JSTypedArray::Cast(*obj)->SetContentType(ContentType::None); in InitializeJSObject() 1380 JSSharedTypedArray::Cast(*obj)->SetContentType(ContentType::None); in InitializeJSObject()
|
Completed in 34 milliseconds