Home
last modified time | relevance | path

Searched defs:GetArrayLength (Results 1 – 13 of 13) 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.h57 GateRef GetArrayLength(GateRef array) in GetArrayLength() function
Dcontainers_queue_stub_builder.h31 GateRef GetArrayLength(GateRef obj) in GetArrayLength() function
/arkcompiler/ets_runtime/ecmascript/
Djs_array.h53 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/runtime_core/static_core/compiler/optimizer/optimizations/
Doptimize_string_concat.cpp97 Inst *GetArrayLength(Inst *newArray) in GetArrayLength() function
/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.cpp269 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.h529 uint32_t GetArrayLength() const in GetArrayLength() function
Dstub_builder.cpp2816 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
1302 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