Home
last modified time | relevance | path

Searched defs:targetObj (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/ets_runtime/test/aottest/forin_special_object/
Dforin_special_object.ts44 const targetObj = { constant
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Djs_refconvert_record.cpp34 napi_value targetObj; in WrapImpl() local
/arkcompiler/ets_runtime/test/moduletest/forin/
Dforin.js67 const targetObj = { variable
/arkcompiler/ets_runtime/common_components/heap/ark_collector/
Dark_collector.cpp149 BaseObject* targetObj = oldField.GetTargetObject(); in MarkingRefField() local
177 static void MarkingRefField(BaseObject *obj, BaseObject *targetObj, RefField<> &field, in MarkingRefField()
223 BaseObject* targetObj = oldField.GetTargetObject(); in FixRefField() local
/arkcompiler/ets_runtime/common_components/heap/collector/
Dmarking_collector.cpp163 BaseObject* targetObj = oldField.GetTargetObject(); in ProcessWeakStack() local
528 BaseObject* targetObj = field.GetTargetObject(); in MarkRememberSetImpl() local
/arkcompiler/ets_runtime/common_components/heap/barrier/tests/
Dbarrier_test.cpp255 DummyObject* targetObj = new DummyObject(); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/common_components/heap/
Dverification.cpp326 BaseObject* targetObj = ref.GetTargetObject(); in GetTargetObject() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_shared_typedarray.cpp195 … JSHandle<JSObject> targetObj = TypedArrayHelper::TypedArrayCreate(thread, thisHandle, 1, args); in From() local
251 JSHandle<JSObject> targetObj = TypedArrayHelper::TypedArrayCreate(thread, thisHandle, 1, args); in From() local
1084 JSHandle<JSTypedArray> targetObj(target); in Set() local
Dbuiltins_typedarray.cpp169 JSHandle<JSObject> targetObj = TypedArrayHelper::TypedArrayCreate(thread, thisHandle, 1, args); in FromUsingIteratorUndefinedValues() local
227 JSHandle<JSObject> targetObj = TypedArrayHelper::TypedArrayCreate(thread, thisHandle, 1, args); in ProcessFromNotUndefinedValues() local
1160 JSHandle<JSTypedArray> targetObj(target); in Set() local
/arkcompiler/ets_runtime/ecmascript/base/
Dtyped_array_helper.cpp322 JSHandle<JSTypedArray> targetObj = JSHandle<JSTypedArray>::Cast(obj); in FastCopyElementFromArray() local