Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dtyped_array_stub_builder.h48 GateRef GetArrayLength(GateRef array) in GetArrayLength() function
Dshare_gate_meta_data.h585 uint32_t GetArrayLength() const in GetArrayLength() function
Dstub_builder.cpp2099 GateRef StubBuilder::GetArrayLength(GateRef object) in GetArrayLength() function in panda::ecmascript::kungfu::StubBuilder
/arkcompiler/ets_runtime/ecmascript/
Djs_array.h50 inline uint32_t GetArrayLength() const in GetArrayLength() function
Djs_tagged_value-inl.h1508 inline uint32_t JSTaggedValue::GetArrayLength() const in GetArrayLength() function
/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/js_api/
Djs_api_queue.cpp255 uint32_t JSAPIQueue::GetArrayLength(JSThread *thread, const JSHandle<JSAPIQueue> &queue) in GetArrayLength() function in panda::ecmascript::JSAPIQueue
/arkcompiler/ets_runtime/ecmascript/base/
Darray_helper.cpp263 int64_t ArrayHelper::GetArrayLength(JSThread *thread, const JSHandle<JSTaggedValue> &thisHandle) in GetArrayLength() function in panda::ecmascript::base::ArrayHelper
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/
Dets_napi.h372 ets_size (*GetArrayLength)(EtsEnv *env, ets_array array); member
1304 ets_size GetArrayLength(ets_array array) in GetArrayLength() function
Dets_napi_native_interface.cpp2061 NO_UB_SANITIZE static ets_size GetArrayLength(EtsEnv *env, ets_array array) in GetArrayLength() function