Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/shared_objects/
Djs_shared_array.h49 inline uint32_t GetArrayLength() const in GetArrayLength() function
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_typedarray_stub_builder.h103 GateRef GetArrayLength(GateRef array) in GetArrayLength() function
/arkcompiler/ets_runtime/ecmascript/
Djs_array.h69 inline uint32_t GetArrayLength() const in GetArrayLength() function
Djs_tagged_value-inl.h1333 inline uint32_t JSTaggedValue::GetArrayLength() const in GetArrayLength() function
/arkcompiler/ets_runtime/ecmascript/base/tests/
Darray_helper_test.cpp127 HWTEST_F_L0(ArrayHelperTest, GetArrayLength) in HWTEST_F_L0() argument
/arkcompiler/ets_runtime/ecmascript/base/
Darray_helper.cpp261 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.cpp273 uint32_t JSAPIQueue::GetArrayLength(JSThread *thread, const JSHandle<JSAPIQueue> &queue) in GetArrayLength() function in panda::ecmascript::JSAPIQueue
/arkcompiler/ets_runtime/ecmascript/compiler/
Dshare_gate_meta_data.h542 uint32_t GetArrayLength() const in GetArrayLength() function
Dstub_builder.cpp2935 GateRef StubBuilder::GetArrayLength(GateRef object) in GetArrayLength() function in panda::ecmascript::kungfu::StubBuilder
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/
Dets_napi.h370 ets_size (*GetArrayLength)(EtsEnv *env, ets_array array); member
1303 ets_size GetArrayLength(ets_array array) in GetArrayLength() function
Dets_napi_native_interface.cpp2063 NO_UB_SANITIZE static ets_size GetArrayLength(EtsEnv *env, ets_array array) in GetArrayLength() function