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.cpp329 VMHandle<EtsArray> arrHandle(coroutine, obj->GetCoreType()); in ValueAPIGetArrayLength() local
337 VMHandle<EtsObjectArray> arrHandle(coroutine, obj->GetCoreType()); in ValueAPISetElementObject() local
351 VMHandle<P> arrHandle(coroutine, obj->GetCoreType()); in SetElement() local
354 VMHandle<EtsObjectArray> arrHandle(coroutine, obj->GetCoreType()); in SetElement() local
411 VMHandle<EtsObjectArray> arrHandle(coroutine, obj->GetCoreType()); in ValueAPIGetElementObject() local
423 VMHandle<P> arrHandle(coroutine, obj->GetCoreType()); in GetElement() local
426 VMHandle<EtsObjectArray> arrHandle(coroutine, obj->GetCoreType()); in GetElement() local
Descompat_RegExp.cpp152 VMHandle<EtsObjectArray> arrHandle(coroutine, etsGroupNames->GetCoreType()); in SetGroupNames() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_string_builder.cpp71 EtsHandle<EtsCharArray> arrHandle(coroutine, arr); in AppendCharArrayToBuffer() local
/arkcompiler/ets_runtime/ecmascript/
Djs_proxy.cpp968 JSHandle<JSArray> arrHandle = JSArray::CreateArrayFromList(thread, taggedArray); in CallInternal() local
1026 JSHandle<JSArray> arrHandle = JSArray::CreateArrayFromList(thread, taggedArray); in ConstructInternal() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcommon_stubs.cpp937 GateRef arrHandle = CallRuntime(glue, RTSTUB_ID(CreateArrayFromList), argc, argv); in GenerateCircuit() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp2747 JSHandle<JSArray> arrHandle = JSArray::CreateArrayFromList(thread, taggedArray); in CreateArrayFromList() local