Home
last modified time | relevance | path

Searched defs:objHandle (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/shared_objects/
H A Dconcurrent_api_scope.h34 ConcurrentApiScope(JSThread *thread, const JSHandle<JSTaggedValue> &objHandle, SCheckMode mode = SCheckMode::CHECK) in ConcurrentApiScope() argument
/arkcompiler/runtime_core/static_core/runtime/
H A Dmonitor.cpp90 void Monitor::InflateThinLock(MTManagedThread *thread, [[maybe_unused]] const VMHandle<ObjectHeader> &objHandle) in InflateThinLock() argument
137 HandleLightLockedState(MarkWord &mark, MTManagedThread *thread, VMHandle<ObjectHeader> &objHandle, uint32_t &lightlockRetryCount, [[maybe_unused]] bool &shouldInflate, bool trylock) HandleLightLockedState() argument
195 HandleUnlockedState(MarkWord &mark, MTManagedThread *thread, VMHandle<ObjectHeader> &objHandle, bool &shouldInflate, bool trylock) HandleUnlockedState() argument
580 Acquire(MTManagedThread *thread, const VMHandle<ObjectHeader> &objHandle, bool trylock) Acquire() argument
[all...]
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
H A Dbuiltins_object_test.cpp191 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 = HWTEST_F_L0() local
391 JSHandle<JSObject> objHandle = HWTEST_F_L0() local
[all...]
/arkcompiler/ets_runtime/ecmascript/
H A Dobject_fast_operator-inl.h875 AddPropertyByName(JSThread *thread, JSHandle<JSObject> objHandle, JSHandle<JSTaggedValue> keyHandle, JSHandle<JSTaggedValue> valueHandle, PropertyAttributes attr) AddPropertyByName() argument
[all...]
H A Djs_object.cpp1706 JSHandle<JSObject> objHandle = thread->GetEcmaVM()->GetFactory()->NewJSObjectByConstructor(constructor); in ObjectCreate() local
2210 JSHandle<JSObject> objHandle = thread->GetEcmaVM()->GetFactory()->NewJSObjectByConstructor(objFunc); in FromPropertyDescriptor() local
[all...]
/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stubs-inl.h1260 RuntimeStOwnByNameWithNameSet(JSThread *thread, const JSHandle<JSTaggedValue> &objHandle, const JSHandle<JSTaggedValue> &propHandle, const JSHandle<JSTaggedValue> &valueHandle) RuntimeStOwnByNameWithNameSet() argument
H A Druntime_stubs.cpp429 JSHandle<JSObject> objHandle = GetHArg<JSObject>(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS() local

Completed in 23 milliseconds