Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/test/fuzztest/jsvaluerefisarrayvalue_fuzzer/
Djsvaluerefisarrayvalue_fuzzer.cpp43 Local<ArrayRef> arrayObject = ArrayRef::New(vm, length); in JSValueRefIsArrayValueFuzzTest() local
/arkcompiler/runtime_core/static_core/runtime/mem/gc/dynamic/
Dgc_marker_dynamic-inl.h85 const coretypes::Array *arrayObject, in HandleArrayClass()
130 auto *arrayObject = static_cast<const ark::coretypes::Array *>(object); in MarkInstance() local
/arkcompiler/runtime_core/static_core/runtime/mem/gc/static/
Dgc_marker_static-inl.h79 const coretypes::Array *arrayObject, in HandleArrayClass()
158 auto *arrayObject = static_cast<const ark::coretypes::Array *>(object); in MarkInstance() local
/arkcompiler/runtime_core/static_core/plugins/ets/sdk/native/api/
Dani_textencoder.h68 ani_object arrayObject; member
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_sample.cpp1747 Local<ArrayRef> arrayObject = ArrayRef::New(vm_, length); in HWTEST_F_L0() local
1777 Local<ArrayRef> arrayObject = ArrayRef::New(vm_, length); in HWTEST_F_L0() local
1806 Local<ArrayRef> arrayObject = ArrayRef::New(vm_, length); in HWTEST_F_L0() local
1835 Local<ArrayRef> arrayObject = ArrayRef::New(vm_, length); in HWTEST_F_L0() local
Dffi_workload.cpp6970 Local<ArrayRef> arrayObject = ArrayRef::New(vm_, num); in HWTEST_F_L0() local
7004 Local<ArrayRef> arrayObject = ArrayRef::New(vm_, length); in HWTEST_F_L0() local
7262 Local<ArrayRef> arrayObject = ArrayRef::New(vm_, length); in HWTEST_F_L0() local
7308 Local<ArrayRef> arrayObject = ArrayRef::New(vm_, length); in HWTEST_F_L0() local
/arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/
Dg1-gc.cpp643 auto *arrayObject = coretypes::Array::Cast(objectsStack->PopFromStack()); in ExecuteHugeArrayMarkTask() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/
Dets_napi_native_interface.cpp2796 ets_object arrayObject = s.AddLocalRef(internalArrayBuffer); in DoCreateArrayBuffer() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/ani/
Dani_interaction_api.cpp5914 ani_ref arrayObject = nullptr; in DoCreateArrayBuffer() local