| /arkcompiler/runtime_core/static_core/runtime/ |
| D | monitor.cpp | 90 …:InflateThinLock(MTManagedThread *thread, [[maybe_unused]] const VMHandle<ObjectHeader> &objHandle) in InflateThinLock() 138 VMHandle<ObjectHeader> &objHandle, in HandleLightLockedState() 197 … VMHandle<ObjectHeader> &objHandle, bool &shouldInflate, in HandleUnlockedState() 233 VMHandle<ObjectHeader> &objHandle, bool trylock) in HandleHeavyLockedState() 261 VMHandle<ObjectHeader> objHandle(thread, obj); in MonitorEnter() local 382 …State Monitor::WaitWithHeavyLockedState(MTManagedThread *thread, VMHandle<ObjectHeader> &objHandle, in WaitWithHeavyLockedState() 468 VMHandle<ObjectHeader> objHandle(thread, obj); in Wait() local 598 void Monitor::Acquire(MTManagedThread *thread, const VMHandle<ObjectHeader> &objHandle) in Acquire() 636 bool Monitor::Acquire(MTManagedThread *thread, const VMHandle<ObjectHeader> &objHandle, bool tryloc… in Acquire()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/ |
| D | std_core_Value.cpp | 41 VMHandle<EtsObject> objHandle(coroutine, obj->GetCoreType()); in ValueAPISetFieldObject() local 54 VMHandle<EtsObject> objHandle(coroutine, obj->GetCoreType()); in SetFieldValue() local 110 VMHandle<EtsObject> objHandle(coroutine, obj->GetCoreType()); in ValueAPISetFieldByNameObject() local 125 VMHandle<EtsObject> objHandle(coroutine, obj->GetCoreType()); in SetFieldByNameValue() local 183 VMHandle<EtsObject> objHandle(coroutine, obj->GetCoreType()); in ValueAPIGetFieldObject() local 195 VMHandle<EtsObject> objHandle(coroutine, obj->GetCoreType()); in GetFieldValue() local 249 VMHandle<EtsObject> objHandle(coroutine, obj->GetCoreType()); in ValueAPIGetFieldByNameObject() local 261 VMHandle<EtsObject> objHandle(coroutine, obj->GetCoreType()); in GetFieldByNameValue() local
|
| D | debugger_api.cpp | 119 VMHandle<ObjectHeader> objHandle(coroutine, obj); in DebuggerAPIGetLocalObject() local 197 VMHandle<EtsObject> objHandle(coroutine, value->GetCoreType()); in DebuggerAPISetLocalObject() local
|
| /arkcompiler/ets_runtime/ecmascript/serializer/ |
| D | inter_op_value_serializer.cpp | 42 JSHandle<JSObject> objHandle(target); in TrySerializeInterOpObject() local
|
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | slow_runtime_stub.cpp | 109 JSHandle<JSTaggedValue> objHandle(thread, value); in GetPropIterator() local 312 JSHandle<JSTaggedValue> objHandle(thread, obj); in DelObjProp() local 352 JSHandle<JSTaggedValue> objHandle(thread, obj); in IsIn() local 361 JSHandle<JSTaggedValue> objHandle(thread, obj); in Instanceof() local 527 JSHandle<JSTaggedValue> objHandle(thread, obj); in StOwnByName() local 539 JSHandle<JSTaggedValue> objHandle(thread, obj); in StOwnByNameWithNameSet() local 550 JSHandle<JSTaggedValue> objHandle(thread, obj); in StOwnByIndex() local 561 JSHandle<JSTaggedValue> objHandle(thread, obj); in StOwnByValue() local 573 JSHandle<JSTaggedValue> objHandle(thread, obj); in StOwnByValueWithNameSet() local 621 JSHandle<JSObject> objHandle(thread, obj); in SetObjectWithProto() local [all …]
|
| /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/builtins/ |
| D | builtins_sendable_arraybuffer.cpp | 168 JSHandle<JSObject> objHandle(thisHandle); in Slice() local 277 JSHandle<JSObject> objHandle(srcBuffer); in CloneArrayBuffer() local
|
| D | builtins_sharedarraybuffer.cpp | 206 JSHandle<JSObject> objHandle(thisHandle); in Slice() local
|
| D | builtins_arraybuffer.cpp | 163 JSHandle<JSObject> objHandle(thisHandle); in Slice() local 280 JSHandle<JSObject> objHandle(srcBuffer); in CloneArrayBuffer() local
|
| D | builtins_regexp.cpp | 793 JSHandle<JSObject> objHandle(regexp); in RegExpMatchAll() local 1496 JSHandle<JSObject> objHandle(regexp); in RegExpSplit() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
| D | builtins_object_test.cpp | 191 JSHandle<JSObject> objHandle = in HWTEST_F_L0() local 236 JSHandle<JSObject> objHandle = in HWTEST_F_L0() local 275 JSHandle<JSObject> objHandle = in HWTEST_F_L0() local 336 JSHandle<JSObject> objHandle = in HWTEST_F_L0() local 368 JSHandle<JSObject> objHandle = in HWTEST_F_L0() local 391 JSHandle<JSObject> objHandle = in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | concurrent_marking_test.cpp | 166 JSHandle<JSObject> objHandle(thread, obj); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | object_operator.cpp | 754 JSHandle<JSObject> objHandle(receiver_); in UpdateDataValue() local 1084 JSHandle<JSObject> objHandle(receiver_); in AddPropertyInternal() local
|
| D | property_accessor.cpp | 450 JSMutableHandle<JSTaggedValue> objHandle(thread_, JSTaggedValue::Undefined()); in MergeRemainings() local
|
| D | object_fast_operator-inl.h | 985 …rtyAttributes ObjectFastOperator::AddPropertyByName(JSThread *thread, JSHandle<JSObject> objHandle, in AddPropertyByName()
|
| D | js_object.cpp | 1881 …JSHandle<JSObject> objHandle = thread->GetEcmaVM()->GetFactory()->NewJSObjectByConstructor(constru… in ObjectCreate() local 2389 …JSHandle<JSObject> objHandle = thread->GetEcmaVM()->GetFactory()->NewJSObjectByConstructor(objFunc… in FromPropertyDescriptor() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/ |
| D | ets_class.cpp | 692 LocalObjectHandle objHandle(coro, obj); in CreateInstance() local
|
| /arkcompiler/ets_runtime/ecmascript/base/ |
| D | json_parser.cpp | 1348 JSHandle<JSTaggedValue> objHandle(holder); in InternalizeJsonProperty() local
|
| /arkcompiler/runtime_core/static_core/runtime/entrypoints/ |
| D | entrypoints.cpp | 661 VMHandle<ObjectHeader> objHandle(thread, obj); in UnresolvedStoreStaticBarrieredEntrypoint() local
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs.cpp | 417 … JSHandle<JSObject> objHandle(thread, JSTaggedValue(reinterpret_cast<TaggedObject *>(receiver))); in DEF_RUNTIME_STUBS() local 441 JSHandle<JSObject> objHandle(thread, JSTaggedValue(reinterpret_cast<TaggedObject *>(receiver))); in DEF_RUNTIME_STUBS() local 456 … JSHandle<JSObject> objHandle = GetHArg<JSObject>(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS() local
|
| D | runtime_stubs-inl.h | 1311 const JSHandle<JSTaggedValue> &objHandle, in RuntimeStOwnByNameWithNameSet()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | slowpath_lowering.cpp | 1761 JSHandle<JSTaggedValue> objHandle = jitCompilationEnv->NewJSHandle(objInConstpool); in LowerCreateObjectWithBuffer() local
|