Home
last modified time | relevance | path

Searched defs:SetArrayLength (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/shared_objects/
Djs_shared_array.h54 inline void SetArrayLength([[maybe_unused]]const JSThread *thread, uint32_t length) in SetArrayLength() function
/arkcompiler/ets_runtime/ecmascript/
Djs_array.h74 inline void SetArrayLength([[maybe_unused]]const JSThread *thread, uint32_t length) in SetArrayLength() function
/arkcompiler/ets_runtime/ecmascript/compiler/
Dshare_gate_meta_data.h532 void SetArrayLength(uint32_t length) in SetArrayLength() function
Dstub_builder.cpp2942 void StubBuilder::SetArrayLength(GateRef glue, GateRef object, GateRef len) in SetArrayLength() function in panda::ecmascript::kungfu::StubBuilder
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_typed_array_test.cpp309 HWTEST_F_L0(JSTypedArrayTest, SetArrayLength) in HWTEST_F_L0() argument