Home
last modified time | relevance | path

Searched defs:GetArrayLength (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_array.h50 inline uint32_t GetArrayLength() const in GetArrayLength() function
Djs_tagged_value-inl.h1433 inline uint32_t JSTaggedValue::GetArrayLength() const in GetArrayLength() function
/arkcompiler/ets_runtime/ecmascript/compiler/
Dtyped_array_stub_builder.h43 GateRef GetArrayLength(GateRef array) in GetArrayLength() function
Dgate_meta_data.h1061 uint32_t GetArrayLength() const in GetArrayLength() function
Dstub_builder.cpp1820 GateRef StubBuilder::GetArrayLength(GateRef object) in GetArrayLength() function in panda::ecmascript::kungfu::StubBuilder
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dcontainers_queue_stub_builder.h31 GateRef GetArrayLength(GateRef obj) in GetArrayLength() function
/arkcompiler/ets_runtime/ecmascript/base/tests/
Darray_helper_test.cpp150 HWTEST_F_L0(ArrayHelperTest, GetArrayLength) in HWTEST_F_L0() argument
/arkcompiler/ets_runtime/ecmascript/base/
Darray_helper.cpp143 int64_t ArrayHelper::GetArrayLength(JSThread *thread, const JSHandle<JSTaggedValue> &thisHandle) in GetArrayLength() function in panda::ecmascript::base::ArrayHelper
/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_queue.cpp255 uint32_t JSAPIQueue::GetArrayLength(JSThread *thread, const JSHandle<JSAPIQueue> &queue) in GetArrayLength() function in panda::ecmascript::JSAPIQueue