| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/ |
| D | std_core_Value.cpp | 41 VMHandle<EtsObject> objHandle(coroutine, obj->GetCoreType()); in ValueAPISetFieldObject() local 55 VMHandle<EtsObject> objHandle(coroutine, obj->GetCoreType()); in SetFieldValue() local 118 VMHandle<EtsObject> objHandle(coroutine, obj->GetCoreType()); in ValueAPISetFieldByNameObject() local 133 VMHandle<EtsObject> objHandle(coroutine, obj->GetCoreType()); in SetFieldByNameValue() local 197 VMHandle<EtsObject> objHandle(coroutine, obj->GetCoreType()); in ValueAPIGetFieldObject() local 209 VMHandle<EtsObject> objHandle(coroutine, obj->GetCoreType()); in GetFieldValue() local 263 VMHandle<EtsObject> objHandle(coroutine, obj->GetCoreType()); in ValueAPIGetFieldByNameObject() local 275 VMHandle<EtsObject> objHandle(coroutine, obj->GetCoreType()); in GetFieldByNameValue() local
|
| D | std_core_Type.cpp | 540 VMHandle<EtsObject> objHandle(coroutine, EtsObject::Create(typeClass)->GetCoreType()); in MakeClassInstance() local
|
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | slow_runtime_stub.cpp | 134 JSHandle<JSTaggedValue> objHandle(thread, value); in GetPropIterator() local 337 JSHandle<JSTaggedValue> objHandle(thread, obj); in DelObjProp() local 377 JSHandle<JSTaggedValue> objHandle(thread, obj); in IsIn() local 386 JSHandle<JSTaggedValue> objHandle(thread, obj); in Instanceof() local 544 JSHandle<JSTaggedValue> objHandle(thread, obj); in StOwnByName() local 556 JSHandle<JSTaggedValue> objHandle(thread, obj); in StOwnByNameWithNameSet() local 567 JSHandle<JSTaggedValue> objHandle(thread, obj); in StOwnByIndex() local 578 JSHandle<JSTaggedValue> objHandle(thread, obj); in StOwnByValue() local 590 JSHandle<JSTaggedValue> objHandle(thread, obj); in StOwnByValueWithNameSet() local 638 JSHandle<JSObject> objHandle(thread, obj); in SetObjectWithProto() local [all …]
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| D | monitor.cpp | 90 …:InflateThinLock(MTManagedThread *thread, [[maybe_unused]] const VMHandle<ObjectHeader> &objHandle) in InflateThinLock() 152 VMHandle<ObjectHeader> objHandle(thread, obj); in MonitorEnter() local 362 VMHandle<ObjectHeader> objHandle(thread, obj); in Wait() local 555 bool Monitor::Acquire(MTManagedThread *thread, const VMHandle<ObjectHeader> &objHandle, bool tryloc… in Acquire()
|
| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| D | intrusive_gc_test_api_test.cpp | 79 VMHandle<ObjectHeader> objHandle(thread, object); in TEST_P() local
|
| D | monitor_test.cpp | 241 VMHandle<ObjectHeader> objHandle(thread, header); in TEST_F() local
|
| /arkcompiler/ets_runtime/ecmascript/base/ |
| D | json_parser.cpp | 23 JSHandle<JSTaggedValue> objHandle(holder); in InternalizeJsonProperty() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
| D | builtins_object_test.cpp | 215 JSHandle<JSObject> objHandle = in HWTEST_F_L0() local 260 JSHandle<JSObject> objHandle = in HWTEST_F_L0() local 299 JSHandle<JSObject> objHandle = in HWTEST_F_L0() local 360 JSHandle<JSObject> objHandle = in HWTEST_F_L0() local 392 JSHandle<JSObject> objHandle = in HWTEST_F_L0() local 415 JSHandle<JSObject> objHandle = in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_sharedarraybuffer.cpp | 214 JSHandle<JSObject> objHandle(thisHandle); in Slice() local
|
| D | builtins_arraybuffer.cpp | 178 JSHandle<JSObject> objHandle(thisHandle); in Slice() local 284 JSHandle<JSObject> objHandle(srcBuffer); in CloneArrayBuffer() local
|
| D | builtins_regexp.cpp | 688 JSHandle<JSObject> objHandle(thisObj); in MatchAll() local 1329 JSHandle<JSObject> objHandle(thisObj); in Split() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | property_accessor.cpp | 282 JSMutableHandle<JSTaggedValue> objHandle(thread_, JSTaggedValue::Undefined()); in MergeRemainings() local
|
| D | object_fast_operator-inl.h | 600 …rtyAttributes ObjectFastOperator::AddPropertyByName(JSThread *thread, JSHandle<JSObject> objHandle, in AddPropertyByName()
|
| D | js_object.cpp | 1601 …JSHandle<JSObject> objHandle = thread->GetEcmaVM()->GetFactory()->NewJSObjectByConstructor(constru… in ObjectCreate() local 2058 …JSHandle<JSObject> objHandle = thread->GetEcmaVM()->GetFactory()->NewJSObjectByConstructor(objFunc… in FromPropertyDescriptor() local
|
| /arkcompiler/ets_runtime/ecmascript/ts_types/ |
| D | ts_type_parser.cpp | 885 JSHandle<JSObject> objHandle(thread_, obj); in ParseObjectPGOType() local
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs.cpp | 305 … JSHandle<JSObject> objHandle(thread, JSTaggedValue(reinterpret_cast<TaggedObject *>(receiver))); in DEF_RUNTIME_STUBS() local 328 JSHandle<JSObject> objHandle(thread, JSTaggedValue(reinterpret_cast<TaggedObject *>(receiver))); in DEF_RUNTIME_STUBS() local 342 … JSHandle<JSObject> objHandle = GetHArg<JSObject>(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS() local
|
| D | runtime_stubs-inl.h | 1128 const JSHandle<JSTaggedValue> &objHandle, in RuntimeStOwnByNameWithNameSet()
|
| /arkcompiler/runtime_core/static_core/runtime/entrypoints/ |
| D | entrypoints.cpp | 618 VMHandle<ObjectHeader> objHandle(thread, obj); in UnresolvedStoreStaticBarrieredEntrypoint() local
|