Home
last modified time | relevance | path

Searched defs:objArray (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/finalreg/
Dfinalization_registry_manager.cpp25 …auto *objArray = EtsObjectArray::FromCoreType(vm_->GetGlobalObjectStorage()->Get(finRegInstancies_… in SortInstancies() local
50 …auto *objArray = EtsObjectArray::Create(objectClass, INIT_SIZE, SpaceType::SPACE_TYPE_NON_MOVABLE_… in EnsureCapacity() local
56 …auto *objArray = EtsObjectArray::FromCoreType(vm_->GetGlobalObjectStorage()->Get(finRegInstancies_… in EnsureCapacity() local
80 …auto *objArray = EtsObjectArray::FromCoreType(vm_->GetGlobalObjectStorage()->Get(finRegInstancies_… in RegisterInstance() local
114 …auto *objArray = EtsObjectArray::FromCoreType(vm_->GetGlobalObjectStorage()->Get(finRegInstancies_… in StartCleanupCoroIfNeeded() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/iteration/ets_to_js/
Diteration.js20 let objArray = etsVm.getClass('Ltest_iteration/ETSGLOBAL;').objArray; variable
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ani/tests/array_ops/
Darray_compatibility_test.cpp41 EtsObject *objArray = s.ToInternalType(reinterpret_cast<ani_object>(array)); in TEST_F() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/ani/
Dani_interaction_api.cpp1169 EtsObject *objArray = s.ToInternalType(static_cast<ani_object>(array)); in GetPrimitiveTypeArrayRegion() local
1198 EtsObject *objArray = s.ToInternalType(static_cast<ani_object>(array)); in SetPrimitiveTypeArrayRegion() local
1233 EtsObject *objArray = s.ToInternalType(static_cast<ani_object>(array)); in Array_GetLength() local
1380 EtsObject *objArray = s.ToInternalType(reinterpret_cast<ani_object>(array)); in Array_Set_Ref() local
1414 EtsObject *objArray = s.ToInternalType(reinterpret_cast<ani_object>(array)); in Array_Get_Ref() local