Home
last modified time | relevance | path

Searched defs:arrHandle (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Dstd_core_Value.cpp315 VMHandle<EtsArray> arrHandle(coroutine, obj->GetCoreType()); in ValueAPIGetArrayLength() local
324 VMHandle<EtsObjectArray> arrHandle(coroutine, obj->GetCoreType()); in ValueAPISetElementObject() local
337 VMHandle<P> arrHandle(coroutine, obj->GetCoreType()); in SetElement() local
341 VMHandle<EtsObjectArray> arrHandle(coroutine, obj->GetCoreType()); in SetElement() local
395 VMHandle<EtsObjectArray> arrHandle(coroutine, obj->GetCoreType()); in ValueAPIGetElementObject() local
408 VMHandle<P> arrHandle(coroutine, obj->GetCoreType()); in GetElement() local
412 VMHandle<EtsObjectArray> arrHandle(coroutine, obj->GetCoreType()); in GetElement() local
Descompat_RegExp.cpp153 VMHandle<EtsObjectArray> arrHandle(coroutine, etsGroupNames->GetCoreType()); in SetGroupNames() local
/arkcompiler/ets_runtime/ecmascript/
Djs_proxy.cpp982 JSHandle<JSArray> arrHandle = JSArray::CreateArrayFromList(thread, taggedArray); in CallInternal() local
1040 JSHandle<JSArray> arrHandle = JSArray::CreateArrayFromList(thread, taggedArray); in ConstructInternal() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dntype_hcr_lowering.cpp105 JSHandle<JSTaggedValue> arrHandle = jitCompilationEnv->NewJSHandle(arr); in LowerCreateArrayWithBuffer() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_string_builder.cpp86 EtsHandle<EtsCharArray> arrHandle(coroutine, arr); in AppendCharArrayToBuffer() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_shared_array.cpp1035 void BuiltinsSharedArray::SetElementValue(JSThread *thread, JSHandle<JSObject> arrHandle, uint32_t … in SetElementValue()